VBGamer |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RE: Compiling woes MiZeRy (4 replies, 0 views) (2000-Sep-30) I fixed my problem. What had happened was that I called a few subs in the Form's load event, and these subs would give me run time errors. But I knew about the errors, so when I first started coding this project around a week ago, I set up error handlers... But, I didn't define them b/c I forgot about em! So it was like ErrX: and that was it. So when I compiled in Native, the errors occured, but I didn't know, since I didn't code it to tell me... Makes sense. I removed the bugs that would give me the errors on startup. Runnin smooth. Thanks for the reply.
Later
|