I have a big vc6.0 project including lib and dll file, how should I upgrade it from vc6.0 to vc2005? Can you give me some step to do this or good website about that?Thanks
sude
Posts
-
How should I upgrade it from vc6.0 to vc2005? -
How to upgrade from vc6 to vc2005I have a big vc6.0 project including lib and dll file, how should I upgrade it from vc6.0 to vc2005? Can you give me some step to do this or good website about that? Thanks
-
I am using embeded vc3.0 to develop Pocket PC program, the problem is that I can not connect to server and I can only copy my release appliction into disk space of Pocket PCI am using embeded vc3.0 to develop Pocket PC program, the problem is that I can not connect to server and I can only copy my release appliction into disk space of Pocket PC ,and I can not download my executive into Pocket PC in debug mode.Please tell me how to fix this problem and may be i need to do some configration? Thank you very much!
-
How to get a pointer of a specific child frame window in a MDI application if I have open more child frame windows?:)How to get a pointer of a specific child frame window in a MDI application if I have open more child frame windows? sude
-
How can a window in a dialog receive keyboard message?How can a window in a dialog receive keyboard message? I create a window in a dialog.This window can show 3D drawing including rotation and can receive mouse message,but it can not receive keyboard message. Please tell me why,Thank you for your answer.My code for create window is as follow.Maybe it need more parameter. My program for create window is as follow: R1=CRect(200, 7, 1000, 200); // TODO: Add extra initialization here m_pDisplay->Create( NULL, //CWnd default NULL, //has no name WS_CHILD|WS_CLIPSIBLINGS|WS_CLIPCHILDREN|WS_VISIBLE, R1, this, //this is the parent u1); sude
-
How to establish the programming enviroment to begin my DirectX program?:-DMy operating system is windowXP,and programming language is Vc++6.0.I want to begin to learn to use Directx 9 in my program .Do I need to install Microsoft DirectX 9.0 in my computer?Which Head file do I need to include in my program? Anyway,How to establish the programming enviroment to begin my DirectX program? Thank you very much for your answer! sude
-
Where can I get a trial based DirectX 9.0 SDK withount any worry?:-DWhere can I find a Directx 9.0 SDK ?In microsoft.com,the website need to verify my operating system,I do not know if my window XP has the certificate or not.If I follow the steps to install the ActivX control ,Will IT destory my system? Where can I get a trial based DirectX 9.0 SDK withount any worry? su
-
Why breakpoints have been disabled ?I try to change the configration ,but it did not work.I hope to get a good solution. su
-
Why breakpoints have been disabled ?Normally I know how to set breakpoints and use breakpoints.I got a VC++ sample code from disk.When I set breakpoints and debug it,it show the following messages:One or more breakpoints cannot be set and have been disabled and the application will stop at the beginning of the program.Please tell me how to solve this problem . Thank you very much for your answer! sude
-
why breakpoint is invalid when I debug a applicationI got a sample visual c++ program from disk.I set some breakpoint in the application ,but when i debug this application,I found that the breakpoint is invalid and the breakpoint is removed in the debugging process.Why and How to fix this problem? Thank you for your answer! sude