Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Problem with compiling vb6


Jeppe
 Share

Recommended Posts

First of all, Your DDS_Character is missing, you must have deleted it or it doesn't exist in the first place.

Try to find your DDS_Character if it does exist

it looks like this

Public DDS_Character() as long

or

Public DDS_Character() as texturerec

or whatever it is..
Link to comment
Share on other sites

If you don't want characters rendered onto the screen then it isn't all that important. The .exe is pre-compiled. It doesn't care what changes you've made to the source. You need to fix the compile error (Missing 'DDS_Character' in this case) before VB6 will allow you to compile a new exe. Do what Sherwin suggested.
Link to comment
Share on other sites

I dont really see what he suggested, did he suggest to add the DDS_character?

I'm not too familiar with the source so I dont really know where to put it.

EDIT: http://i.imgur.com/z2w21Bc.png

Seems like it doesnt even exist

SECOND ATTEMPT: http://i.imgur.com/f2tc2Sr.png

Found some code, should I remove those lines? They look important though
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...