Server和ProcessShellCommand

Server和ProcessShellCommand

本文介绍了Windows 2008 Server和ProcessShellCommand的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 我正在尝试将在Windows 2003 Server下正常运行的SDI应用程序移植到64位平台上的Windows 2008 Server。由于应用程序的InitInstance方法对ProcessShellCommand的强制调用,应用程序在Microsoft基础类(MFC)内崩溃。在我探测过的时候,崩溃似乎是因为尝试创建一个新的FrameWindow。 有没有人有这种问题的经验?是否有针对它的Visual Studio .NET 2010更新? 提前致谢。 我最好的, Fran Porretto 解决方案 I'm trying to port an SDI application that runs fine under Windows 2003 Server to Windows 2008 Server on a 64-bit platform. The application crashes inside the Microsoft Foundation Classes (MFC) as a result of the application's InitInstance method's mandatory call to ProcessShellCommand. As deep as I've probed it, the crash appears to result from the attempt to create a new FrameWindow.Does anyone have any experience with this sort of problem? Is there an update to Visual Studio .NET 2010 that addresses it?Thanks in advance.All my best,Fran Porretto 解决方案 这篇关于Windows 2008 Server和ProcessShellCommand的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
09-01 15:53