c++ - Windows Service start error error 193 0xc1 after converted to VC2012 on win2k3 -
i have atl service com out-of-proc interface running when using vc2010 compiler on windows server 2003, uptodate. after compiling vc2012 service not start, giving me message: error 193: 0xc1.
any suggestion ? on internet found nothing useful.
i found solution on link windows xp targeting c++ in visual studio 2012.
after change in option "platform toolset" "visual studio 2012 - windows xp (v110_xp)", service start normally.
Comments
Post a Comment