PDA

View Full Version : MessageBox



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

ProductManager
04-24-2002, 10:01 PM
I figured out the problem. I was calling the box at a point where I had the background disabled...duhh....and I deleted everything in scripts folder except rul and recreate them and got rid of output error.

PM