Win 2000 ???
-
I created a VC++ application under Win'98. I try to run under Win'2000 , i cannot...Why? Also from the workspace i cannot execute the application.:confused:
-
I created a VC++ application under Win'98. I try to run under Win'2000 , i cannot...Why? Also from the workspace i cannot execute the application.:confused:
Manikandan wrote: I created a VC++ application under Win'98. I try to run under Win'2000 , i cannot...Why? It's because there is something wrong with your code. Manikandan wrote: Also from the workspace i cannot execute the application Probably the same cause. (HINT: Try to be a bit more specific)
-
Manikandan wrote: I created a VC++ application under Win'98. I try to run under Win'2000 , i cannot...Why? It's because there is something wrong with your code. Manikandan wrote: Also from the workspace i cannot execute the application Probably the same cause. (HINT: Try to be a bit more specific)
...if the code is wrong it should not run under win'98, right?:rolleyes:
-
...if the code is wrong it should not run under win'98, right?:rolleyes:
It just might. I used a ON_NOTIFY_EX macro where I should have used a ON_NOTIFY the other day. Worked like a charm on ME in both Debug and Release build. It also worked fine on w2k in Debug build, but created access violations in Release. So, there is one example. There are probably thousends of others.
-
It just might. I used a ON_NOTIFY_EX macro where I should have used a ON_NOTIFY the other day. Worked like a charm on ME in both Debug and Release build. It also worked fine on w2k in Debug build, but created access violations in Release. So, there is one example. There are probably thousends of others.
Yes, you are right. But this one look strange to me. I don't know what to do. Just now i tried to implement something from, http://www.codeproject.com/w2k/access\_api.asp ////////////////////////// #define _WIN32_WINNT 0x0500 // allow Win2000 specific calls #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers #include // MFC core and standard components #undef _WIN32_WINNT // allow CFileDialog to build with /////////////////////////// this stuff too not working... anyway i try to fix the problem. thank you very much for responding.:rose:
-
I created a VC++ application under Win'98. I try to run under Win'2000 , i cannot...Why? Also from the workspace i cannot execute the application.:confused:
For my opinion it's compiled wrong ... you try compile for 32platform and unicode format; because i guess that your pc(with win2000) ... it's disabled a option for loading your bilt format(for win98).