orxHashTable_GetNext

edited June 2012 in Help request
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

  • edited June 2012
    Are you using the SVN version? If not that may be the problem, then again, if you do that may be the problem as well :)
  • edited June 2012
    Hey thx for the quick reply Gemberkoekje
    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.
  • edited June 2012
    When using the SVN version, don't forget that you need to use the lib built with the SVN version as well, and if you're using the dll you need to copy the built dll from the SVN version to your bin.

    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.
  • edited June 2012
    Hey good idea I'll update the version of ORX aswell.
  • edited June 2012
    Just remember:

    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.
  • edited June 2012
    So it turns out something is hanky panky with the version of scrolls not working with vs2010 for some reason, idk if its a big deal but i figured I'd mention it.Because after trying various versions of scrolls and combining a couple copies I got it to work, no idea what was messing up but it continually had something to do with the hashtables in the scrolls inline file though.


    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.
  • edited June 2012
    Mmmh, you had to make change to Scroll to make it work with orx?

    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).
  • edited June 2012
    See that's the thing, I used part of scrolls from the svn and replaced what had a smaller file size from the version of scrolls you used in mushroom stew and everything worked great. ;)

    Edit:Hey btw, where is the location for the svn of orx?
  • edited June 2012
    beachbum wrote:
    See that's the thing, I used part of scrolls from the svn and replaced what had a smaller file size from the version of scrolls you used in mushroom stew and everything worked great. ;)

    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.
  • edited June 2012
    Hey awesome Gemberkoekje , thx for the assist.
  • edited June 2012
    There's also a link to the sourceforge page on the main page of the site (left column). :)
Sign In or Register to comment.