Results 1 to 7 of 7

Thread: Lazarus 0.9.30 (Win32) Exception class 'Exception: ?'...

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    I would recommend seeing if you can compile the dll under Lazarus as well. IIRC when I was using Andorra, it mentioned that the Delphi dll would not work under Lazarus. (I still think it is kind of ludicrous if this is required though, a dll should just be a dll... )

  2. #2
    Quote Originally Posted by dazappa View Post
    I would recommend seeing if you can compile the dll under Lazarus as well. IIRC when I was using Andorra, it mentioned that the Delphi dll would not work under Lazarus. (I still think it is kind of ludicrous if this is required though, a dll should just be a dll... )
    Thanks for the tip dazappa...I will see if this can be done...

    cheers,
    Paul

  3. #3
    When blending dll's between different languages the thing to be concerned about is of course strings, and other reference counted objects. But also threads are dangerous. If you use any of this then you need to be careful
    Peregrinus, expectavi pedes meos in cymbalis
    Nullus norvegicorum sole urinat

  4. #4
    If its debugger related you can try turning it off, or run the application's .exe outside of Lazarus.

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
  •