As the subject notes I keep getting a compiling error of
"includescrollbase.inl(1750): error c3861: 'orxHashTable_GetNext': identifier not found"
I've checked both my code and the scrolls base to no avail. Was just wondering if anybody has had this simple compile time error before.Muchas Gracias in advance.
(working in visual studio 2010, knowing my luck its either that, or I'll find the problem the split second after posting)
Comments
I just actually tried the SVN version, fixed those problems perfectly, now I'm getting 5 unresolved externals, oh debug errors you so crazy. :woohoo: I'm sure I'll figure it out, as I'm realizing I still have some essential c++ learning to do.
orxcodeuildwindowsmsvs2010orx.sln
Build. For standalone like in the tutorials use [Embedded Dynamic Debug] and [Embedded Dynamic Release]
In your solution use the following linker dir:
orxcodelibdynamic
file:
orxd.lib
Finally go to:
orxcodein
and copy the .dll files to your bin map.
Build Errors: Probably caused by out-of-date Headers
Linker Errors: Probably caused by out-of-date lib files
Crashes etc: Could be a problem with your code, but make sure you have the proper dlls.
EDIT: Joyous Days! :laugh: Got a version to work completely, if anybody has a similar situation just ask and I'll up the version of scrolls that works with VS2010.
The current version of Scroll is meant to be used with the current version of orx (ie. the svn version, not the 1.3 rc0 downloadable package).
Edit:Hey btw, where is the location for the svn of orx?
http://orx-project.org/wiki/en/orx/tutorials/community/grey/tutorial0
It's in there, not sure what the 'original' location of the svn link is, took me a while to find it the first time.