Results 1 to 4 of 4

Thread: type error?

Threaded View

  1. #1

    Thread Starter
    Banned nareth's Avatar
    Join Date
    Jun 2004
    Posts
    1,206

    Resolved type error?

    ---------------------------
    Microsoft Visual Basic
    ---------------------------
    Compile error:

    Forward reference to user-defined type
    ---------------------------
    OK Help
    ---------------------------
    Code:
    Public Type TileType
        Blocked As Boolean
    --->Warp As WarpType
        ID As Long
    End Type
    
    Public Type WarpType
        Map As Long
        X As Long
        Y As Long
    End Type
    i dont get what the error is saying
    Last edited by nareth; Dec 12th, 2004 at 09:22 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width