I'm trying to compile this
http://orx-project.org/wiki/en/orx/tutorials/object
but i'm getting just one error...
"undefined reference to '_imp__orxSTRING_EMPTY'"
at line
orxInput_Load(orxSTRING_EMPTY);
of Object.c
I really don't know what can cause just this error since I linked
the orx header and set the project as dll.
Someone ever had this problem ?
Comments
Which version are you using? If you're using the latest from hg, you'll have to compile orx yourself (select the embedded dynamic versions).
Then you'll have to update the tutorial folder (we usually only update it before a release, so it gets outdated over time) and replace the whole include folder as well as the .lib/.dll/.exe for your platform.
If you don't feel like doing these copies, you could start with Grey's tutorials instead: http://orx-project.org/wiki/en/orx/tutorials/community/grey
The good news is that we should be able to make a new release in a few days as we're working on a buildbot-based automated package generation. It's not completely ready, as you can see here, but it's getting there!
The packages will contain all the up-to-date bainry files you need.
Thank you for the answer.
In a week or two, we should finally be able to release new packages, till then I recommend using the latest from the hg repository as orx evolves on a regular basis.