Post

 Resources 

Console


VB no explicit declaration in classes! (BUG?) Almar Joling (2 replies, 0 views) (2000-Aug-29)
-
I've just found something weird I haven't noticed before... First I had a public declared boolean named "mask" Then, I changed it to 'blnmask' I'm always testing with the full compile option (no background compile) because VB will then search for stupid errors that require you to reboot. Okay, some modules contained "mask", thus VB gave an error. after getting 4 or 5 errors the program compiled fully and I started it up... Now at an event I hit an enemy the game would crash (This is standard by me -so I don't have to press F1 or alt, that doesn't work always) After putting some debug.print in my code I found the error: VB didn't check my classes if there were old 'mask' references instead of 'blnmask'! So this means that even with full compilation turned on the classes are still 'background compiled' (not using late binding) Weird! Almar Joling


-
Back to Forum

RE: VB no explicit declaration in classes! (BUG?) Almar Joling (0 replies) (2000-Aug-29)

Copyright © 2002 - 2004 Eric Coleman, Peter Kuchnio , et. al.
There have been 176 visitors within the last 20 minutes
RSS News Feed