Search found 4 matches

by sleffew80
Fri Apr 27, 2012 5:43 pm
Forum: SGDK
Topic: Having trouble compiling the GenRes examples.
Replies: 7
Views: 6087

so error 53 is a missing file error but in our case, it was the MSVC runtime dll...

Sorry for that, I should REALLY find the time to compile genres with static lib not dynamic ones

No need to apologize, GenRes is a great addition to SGDK. Maintaining any piece of software is a great task ...
by sleffew80
Fri Apr 27, 2012 4:08 am
Forum: SGDK
Topic: Having trouble compiling the GenRes examples.
Replies: 7
Views: 6087

Perhaps one of these 2 problems I often read :
- missing the last return (my parsing is looking for xxxx\n)
- missing the MSVCR100.DLL (see http://gendev.spritesmind.net/forum/viewtopic.php?p=13898#13898)

I just don't know what error 53 is.
From what I read on Make, it's an error coming from ...
by sleffew80
Thu Apr 26, 2012 9:14 pm
Forum: SGDK
Topic: Having trouble compiling the GenRes examples.
Replies: 7
Views: 6087

I do not use GenRes a lot but i remember some people experienced some problems with...
Do you have more detailed log about the Genres error ?
Is your resource.rc file large ? i know that large file can sometime thrown an error in Genres.

Unfortunately, that is all the information the compiler ...
by sleffew80
Thu Apr 26, 2012 4:29 am
Forum: SGDK
Topic: Having trouble compiling the GenRes examples.
Replies: 7
Views: 6087

Having trouble compiling the GenRes examples.

I recently set up eclipse with SGDK using the tutorial in the wiki. I am able to compile all of the samples except the ones that use GenRes. When I compile a project that uses GenRes, I get this error: "make: *** [resource.asm] Error 53"

**** Build of configuration Default for project ...