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

Search:

Type: Posts; User: Jamku

Search: Search took 0.02 seconds.

  1. Re: how do i convert xml attributes to c++ class using tinyxml

    would like to thank everyone for there help its helping me progress as a programmer, now with the cout's in place i can see whats not loading and its the xml root, this is my first time using any xml...
  2. Re: how do i convert xml attributes to c++ class using tinyxml

    this is at the very top of the call stack
    [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll]
  3. Re: how do i convert xml attributes to c++ class using tinyxml

    oooo i see thanks for POINTING that out lol (see what i did there) i will make the changes accordingly and check what errors i get.
  4. Re: how do i convert xml attributes to c++ class using tinyxml

    ye ive been running it in debug mode, the output don't give me a line where the error is occurring but in the stack frame i got this
    msvcr100d.dll_lock_file(_iobuf*pf) Line237 , and i see this in...
  5. Re: how do i convert xml attributes to c++ class using tinyxml

    Your right you should never guess but this kind of error isn't telling you where the problem is ive tried but still getting the same error thus why i posted on here, and im not using atof on strings,...
  6. Re: how do i convert xml attributes to c++ class using tinyxml

    i did look at the gl.h file thats why i was confused when you asked me what it was. the error im getting is

    Unhandled exception at 0x77538dc9 in Fireworks.exe: 0xC0000005: Access violation...
  7. Re: how do i convert xml attributes to c++ class using tinyxml

    because i'm using Opengl, aint that how you declare a float variable when using the OpenGl library? and im not having trouble loading the xml but converting them into the variables used in the...
  8. how do i convert xml attributes to c++ class using tinyxml

    Hey i am trying to create a firework display by reading in the fireworks off a .xml file, which will then iterate through and launch each firework.

    I followed a tutorial on dinomage to find out...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured