简体   繁体   English

在win2k3上转换为VC2012后,Windows Service启动错误错误193 0xc1

[英]Windows Service start error error 193 0xc1 after converted to VC2012 on win2k3

I have ATL service with COM out-of-proc interface running perfectly when using VC2010 compiler on Windows Server 2003, uptodate. 在Windows Server 2003上使用最新的VC2010编译器时,我的ATL服务的COM进程外接口运行良好。 After compiling with VC2012 service do not start, giving me this message: Error 193: 0xc1. 用VC2012服务编译后无法启动,给我此消息:错误193:0xc1。

Any suggestion ? 有什么建议吗? On the internet I found nothing useful. 在互联网上,我发现没有任何用处。

I found an solution on this link Windows XP Targeting with C++ in Visual Studio 2012 . 在Visual Studio 2012中的此链接Windows XP Targeting with C ++中找到了解决方案。
After change in option "Platform Toolset" to "Visual Studio 2012 - Windows XP (v110_xp)", the service start normally. 将选项“平台工具集”更改为“ Visual Studio 2012-Windows XP(v110_xp)”后,服务将正常启动。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 VC2012中的错误C2676和VC2005中的错误C2784:模板类映射的reverse_iterator - Error C2676 in VC2012 and C2784 in VC2005: reverse_iterator for map of template classes ZwMapViewOfSection:错误 0xc0000017(到 ntoskrnl.exe)和 0xc0000604(到 win32k.sys) - ZwMapViewOfSection: error 0xc0000017 (to ntoskrnl.exe) and 0xc0000604 (to win32k.sys) VC2012在哪里找到_mm256_pow_pd? - VC2012 where to find _mm256_pow_pd? “在win2k3上运行.exe时出现”无法在动态链接库kernel32.dll中找到过程入口点GetErrorMode“错误 - “The procedure entry point GetErrorMode could not be located in the dynamic link library kernel32.dll” error occur while running .exe on win2k3 应用Microsoft的KB981793热修复后,应用程序在WInXp和WIn2k3中崩溃,但在Vista或Win7中没有崩溃 - Application crashing in WInXp and WIn2k3 but not in Vista or Win7 after applying KB981793 hot Fix from Microsoft VS2012 错误:应用程序无法正确启动 (0xc000007b) - VS2012 Error: The application was unable to start correctly (0xc000007b) 错误:Clion 中的“CreateProcess error=193,%1 不是有效的 win 32 应用程序” - Error: "CreateProcess error=193, %1 is not a valid win 32 application" in Clion Visual Studio 2012错误:应用程序无法正确启动(0xc0000007b) - Visual Studio 2012 error: The application was unable to start correctly (0xc0000007b) c# - 使用 LoadLibrary 返回 0 和 Win32Error 193 - c# - using LoadLibrary returns 0 with Win32Error 193 Cygwin GDB尝试启动程序时给出错误193 - Cygwin GDB gives error 193 when trying to start program
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM