Archive: Compile problems with AVS


2nd September 2007 12:09 UTC

Compile problems with AVS
I am trying to compile AVS myself, but I can not seem to fix a compile error in the build.

pastebin.ca/678001

I need to get these errors resolved so that I can continue with my project to integrate AVS in StepMania.


9th September 2007 10:39 UTC

I suppose that I should say that I fixed the compile errors. Now I got these nice runtime errors.


9th September 2007 10:42 UTC

why not post how you solved it, might be useful for others aswell (in future?)


9th September 2007 13:42 UTC

building it in debug mode (as you're building) is most likely the cause of those issues since the project is only properly setup to be built under vc6 in release mode

-daz


11th September 2007 07:18 UTC

Actually, you are wrong there, it compiles just fine in debug mode. It sure lacks error handling in a lot of places, especially with GlobalAlloc failing(I need to work on that).

The fixes was reasonably easy: