ProductManager
04-24-2002, 12:51 PM
Im having the dumbest problem...I can't not get a MessageBox to pop up. I have tried using the following to variations of the synrax:
String szMsg
szMsg = "Test";
MessageBox (szMsg, INFORMATION);
MessageBox ("test", INFORMATION);
I have tried putting in inside of functions, in the program and nothing. I have checked everything....anyone got any advice...Im sure im doing something dumb wrong.
I also can't run in debug becuase I can't get rid of the error:
Compiling...
Linking...
(0) : internal error C9001: internal error : Convert: can't open Output File
Done- 1 error(s), 0 warning(s)
Thanks
String szMsg
szMsg = "Test";
MessageBox (szMsg, INFORMATION);
MessageBox ("test", INFORMATION);
I have tried putting in inside of functions, in the program and nothing. I have checked everything....anyone got any advice...Im sure im doing something dumb wrong.
I also can't run in debug becuase I can't get rid of the error:
Compiling...
Linking...
(0) : internal error C9001: internal error : Convert: can't open Output File
Done- 1 error(s), 0 warning(s)
Thanks