Results 1 to 3 of 3

Thread: Trouble translating c++ headers

  1. #1

    Trouble translating c++ headers

    He people,

    I just came across a lovely little library to generate trees that can be used for non-commercial projects. You can find it here:

    http://www.delta-works.org/download/?&details=TreeLib

    I started translating the headers but somehow I cant get them to work. There are only 11 procedures and I would greatly apriciate it if someone could have look at them. My project can be found here. It also contains the original project.

    http://www.genesisdevice.net/downloads/TREELIB.ZIP

    Thanx

    Luuk

  2. #2

    Trouble translating c++ headers

    I did not check it in detail but you evidently forgot to mark the imported functions as using cdecl calling convention. Fix that and it should work.

  3. #3

    Trouble translating c++ headers

    Jupz that dod the trick. Working great now. Ill post up a new demo later so everyone can use it

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •