"Project failed to build" "Method '~' of Object '~' failed"

Chieftess

Moderator
Retired Moderator
Joined
Feb 10, 2002
Messages
24,160
Location
Baltimore
Anyone know what this Visual Basic 6 error is about? I'm making a game, which compiles just fine. It's nothing fancy yet, just reading data from a map file, and a few scroll bars. I was able to build it before adding the above two features in (even taking those out, I still get the error). Anyone know what's up? I tried an update that would fix similar problems, but it didn't work. (vb6cli.exe I think). And I have no object or method named "~". :undecide:
 
I guess you could try deleting the project and workspace file (back up first), then create a new one and add the source files back in.

Visual Studio sometimes mess up the files they generate... :(
 
Top Bottom