thanks Eric ...


On Sat, 2005-11-12 at 18:51 -0500, Eric Sunshine wrote:
> There may be a possibility that some module is incorrectly replacing  
> the global "shared.stringset" with its own between the time that  
> simpleformer.cpp requests its ID and you request yours. This should  
> not be happening, but there might be some rogue code somewhere. You  
> can check for this possibility for printing out the value of ` 
> (iStringSet*)strings' in both your code and in simpleformer.cpp. If  
> they differ, then there is probably some bad module bogusly replacing  
> the global "shared.stringset."

    yes, you're right, the (iStringSet*)strings' differs from my code
and simpleformer.cpp's (simpleformer => strings: '139531508' ... my code
=> strings: '139525748')


>  (The next step would be to locate that  
> module.)

    thanks. i guess i'm out of my depth here. any hints how to approach
this ? could it be a prob with my linker flags, perhaps ?

    my code is a slightly modified version of the
CS/apps/tutorial/simple1 example, but it was from a long time ago (not
the version in current cvs). I added terrain (which looks great :) and
use a world file very similar to the data/terrainf world file.

    perhaps the old simple1 example i used is now out of date, and i
should start with the latest cvs simple1 example ?



regards,

rod.

> 
> -- ES
> 
> 
> 
> -------------------------------------------------------
> SF.Net email is sponsored by:
> Tame your development challenges with Apache's Geronimo App Server. Download
> it for free - -and be entered to win a 42" plasma tv or your very own
> Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
> _______________________________________________
> Crystal-main mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/crystal-main
> Unsubscribe: mailto:[EMAIL PROTECTED]



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Crystal-main mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/crystal-main
Unsubscribe: mailto:[EMAIL PROTECTED]

Reply via email to