Click here to Skip to main content
15,921,959 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: VC.NET in multiprocessor station Pin
Mike Nordell4-Jun-03 3:32
Mike Nordell4-Jun-03 3:32 
Generala problem on Installshield for VC++ Pin
olinn3-Jun-03 17:23
olinn3-Jun-03 17:23 
GeneralWhy don't run the same programe code on vc++ compiler Pin
tomjacksun3-Jun-03 16:59
tomjacksun3-Jun-03 16:59 
GeneralRe: Why don't run the same programe code on vc++ compiler Pin
Christian Graus3-Jun-03 17:06
protectorChristian Graus3-Jun-03 17:06 
GeneralRe: Why don't run the same programe code on vc++ compiler Pin
sunjohn3-Jun-03 17:15
sunjohn3-Jun-03 17:15 
GeneralRe: Why don't run the same programe code on vc++ compiler Pin
Christian Graus3-Jun-03 17:17
protectorChristian Graus3-Jun-03 17:17 
GeneralRe: Why don't run the same programe code on vc++ compiler Pin
tomjacksun3-Jun-03 17:45
tomjacksun3-Jun-03 17:45 
GeneralRe: Why don't run the same programe code on vc++ compiler Pin
Christian Graus3-Jun-03 17:49
protectorChristian Graus3-Jun-03 17:49 
sunjohn wrote:
I caeat a Win32 app.

I can see that, I'm not stupid.


sunjohn wrote:
But it shouldn't this dialog message,help me to solve this problem


Well, this code:

if (!RegisterClassEx(&wincl))
{
MessageBox(NULL,TEXT("this program required windows nt!"),
szClassName,MB_ICONERROR);
return 0;
}

seems to be your problem. Now, I presume this means you got the code from somewhere else, if you couldn't work out that this is the source of your dialog, and you blamed the compiler. Either way, your window class is failing to register.

sunjohn wrote:
what are you using compiler?

VS.NET 2003, but I've written lots of Win32 code in VC6.



Christian

NO MATTER HOW MUCH BIG IS THE WORD SIZE ,THE DATA MUCT BE TRANSPORTED INTO THE CPU. - Vinod Sharma

Anonymous wrote:
OK. I read a c++ book. Or...a bit of it anyway. I'm sick of that evil looking console window.

I think you are a good candidate for Visual Basic.
- Nemanja Trifunovic
GeneralRe: Why don't run the same programe code on vc++ compiler Pin
tomjacksun3-Jun-03 17:49
tomjacksun3-Jun-03 17:49 
GeneralRe: Why don't run the same programe code on vc++ compiler Pin
Christian Graus3-Jun-03 17:50
protectorChristian Graus3-Jun-03 17:50 
GeneralRe: Why don't run the same programe code on vc++ compiler Pin
tomjacksun3-Jun-03 18:28
tomjacksun3-Jun-03 18:28 
GeneralRe: Why don't run the same programe code on vc++ compiler Pin
J. Dunlap3-Jun-03 18:34
J. Dunlap3-Jun-03 18:34 
GeneralRe: Why don't run the same programe code on vc++ compiler Pin
tomjacksun3-Jun-03 18:37
tomjacksun3-Jun-03 18:37 
GeneralRe: Why don't run the same programe code on vc++ compiler Pin
Christian Graus3-Jun-03 19:37
protectorChristian Graus3-Jun-03 19:37 
GeneralRe: Why don't run the same programe code on vc++ compiler Pin
sunjohn3-Jun-03 19:47
sunjohn3-Jun-03 19:47 
GeneralRe: Why don't run the same programe code on vc++ compiler Pin
Christian Graus3-Jun-03 19:53
protectorChristian Graus3-Jun-03 19:53 
GeneralRe: Why don't run the same programe code on vc++ compiler Pin
Toni783-Jun-03 19:51
Toni783-Jun-03 19:51 
GeneralRe: Why don't run the same programe code on vc++ compiler Pin
Christian Graus3-Jun-03 19:54
protectorChristian Graus3-Jun-03 19:54 
GeneralRe: Why don't run the same programe code on vc++ compiler Pin
Toni783-Jun-03 20:03
Toni783-Jun-03 20:03 
GeneralRe: Why don't run the same programe code on vc++ compiler Pin
sunjohn3-Jun-03 20:23
sunjohn3-Jun-03 20:23 
GeneralRe: Why don't run the same programe code on vc++ compiler Pin
Christian Graus3-Jun-03 20:25
protectorChristian Graus3-Jun-03 20:25 
GeneralRe: Why don't run the same programe code on vc++ compiler Pin
sunjohn3-Jun-03 20:51
sunjohn3-Jun-03 20:51 
GeneralA question about GDI+ Pin
Anonymous3-Jun-03 13:53
Anonymous3-Jun-03 13:53 
GeneralRe: A question about GDI+ Pin
ucs3-Jun-03 23:56
ucs3-Jun-03 23:56 
GeneralRe: A question about GDI+ Pin
Anonymous4-Jun-03 4:22
Anonymous4-Jun-03 4:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.