CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: eriger777

Search: Search took 0.05 seconds.

  1. Replies
    3
    Views
    13,511

    Re: OBJ conversion?

    Yes. I apologize for not making it clear. I'm using a game called "ROBLOX" It basically allows you too build and make your own games and it supports a scripting language called LUA. Of course its...
  2. Replies
    3
    Views
    13,511

    OBJ conversion?

    I'm trying to make OBJ converter. The file structure of which I am trying to convert is an XML structure. Here's an example. I currently have a lua script that does this for me. But it always crashes...
  3. Re: error C2146: syntax error : missing ';' before identifier 'm_hsel'

    Okay!, That fixed it!.
    I included HSEL.h

    I am now getting a new error. "
    LINK : fatal error LNK1104: cannot open file "/Library/HSEL.lib"
    Error executing link.exe."
  4. error C2146: syntax error : missing ';' before identifier 'm_hsel'

    Hello, I'm trying to compile this game in vs 6.0, How ever! When I try to compile it I get errors.

    Output.


    :\documents and settings\xpmuser\desktop\client\filemgr.h(157) : error C2146: syntax...
  5. Replies
    5
    Views
    1,376

    Re: error C4430: missing type specifer

    I meant like fix it for me..
  6. Replies
    5
    Views
    1,376

    Re: error C4430: missing type specifer

    That gave me more errors, Could I give you the source code and you fix it?
  7. Replies
    5
    Views
    1,376

    error C4430: missing type specifer

    Here is my error
    Code:
    c:\drsource stuff\46022362clientlatest\clientlatest\filemgr.h(18) : warning C4346: 'std::map<int,T*>::iterrator' : dependent name is not a type
    prefix with...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured