Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem in MS4
#1
I don't know if it's just me or what to do, But I have a big problem..
This problem is incorperated with the client comiling into a .exe
With this code:

'Map Texture variables
Public Const MAX_TILE_TEXTURES As Byte = 2 'Number of map files
Public Const TILE_TEXTURE_WIDTH As Integer = 256 'Make sure it's a power of 2!
Public Const TILE_TEXTURE_HEIGHT As Integer = 1024 'Ditto
Public Tiles(1 To MAX_TILE_TEXTURES) As Direct3DTexture8 'This stores the image files

Okay, Time to break the code down to the problem.

Tiles(1 To MAX_TILE_TEXTURES) As Direct3DTexture8

Comes up with problem when compiling to .exe "Compile error: Can't find project or library"
I do so hope I have given infomation that will be able to help me and others in some way, Shape or form.
Please do not spam this topic with "I have this problem to" things, I just what a straight awnser thus other people with problem can be sent here.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)