Raydium 3D Game Engine

Official forum for everything about Raydium, ManiaDrive, MeMak, ...
It is currently Thu Mar 28, 2024 9:11 pm

All times are UTC




Post new topic Reply to topic  [ 32 posts ]  Go to page Previous  1, 2, 3
Author Message
PostPosted: Sun Oct 24, 2010 2:32 pm 
Offline
User avatar

Joined: Sun Mar 16, 2003 2:53 am
Posts: 2591
Location: gnniiiii (Scrat)
Perhaps not the perfect thread for this, but let's see this a the "win32 SDK support thread" :)

I had a small (tiny) trouble with the SDK, that can become a bit annoying, I think. On my windows machine, I've a directory where I'm storing all new SDKs, allowing me to play a bit with it. But my (more or less) main SDK is an old one, updated with SVN, that I only erase when an important change is done into the SDK (and not into the engine).

While updating to current SVN head, this old SDK started to gives me unresolved symbols about raydium_vertex_arr and things like that (with compile_all.bat), added recently into the engine. Everything was OK with the fresh new 1025 SDK.

I first think that something was changed in the build process, but I was unable to find any difference in the .bat files. On the other hand, the raydium.def file, that I think is used in the linking step, was showing these symbols.

And then I discovered that in my bin directory, there was some libraydium(d).* files, probably built a long time ago with the codeblocks project files and that the building script is linking preferably with these old files than with the freshly compiled raydium.def/.dll files ! That also means that I'm probably linking to the wrong version of the engine in this SDK for quite a long time ago :)

Removing the suspect files solved immediately the issue.

I dunno if it's even possible, but it could be a good idea to force the compile.bat script to link explicitly to the "correct" DLL instead of letting GCC to (wrongly, sometimes, as we see here) do the job itself using the "-lraydium" switch. Or perhaps simply remove the libraydium.* files during the compile_raydium_dll.bat step, perhaps ?

This absolutely not a urgent or even important point, but that kind of things can turn a simple debugging session into a real nightmare, simply because you don't like the right file ;)


Top
 Profile  
 
PostPosted: Tue Nov 02, 2010 8:21 pm 
Offline

Joined: Sun Oct 09, 2005 10:46 pm
Posts: 759
Hello,

This is ennoying.

I've made some test here. And in fact the only reason i can find is that the dll wasn't build since a long time.

Normaly compile_all build verything, and the dll first. At this time there is no reason that other compile and dll can be out of sync.

But if you run compile_all on and old rev, and just compile after svn update, the dll is not re-build and now you can try to link old dll with new app with thoses problems you exposed.

compile script explicit lraydium, that mean it look for raydium library, with some tests it appera that it won't use raydiumd for example (d mean debug).

Is it possible you use and old version of the dll ?

I try to explicit raydium dll to use, but gcc -l option doesn't want at all !

Build raydium.dll each time is quite long and can be borring.

Can you make some others tests, but i don't know what i can change in compile scripts.

Waiting for your feedback to improve compile scripts.

Have a nice day.
Ouille.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 32 posts ]  Go to page Previous  1, 2, 3

All times are UTC


Who is online

Users browsing this forum: No registered users and 21 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group