Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

DLL Prototype

After migration I see this in the logfile.
Imported "DLL_GDI32_MIGRATED" DLL Prototype record OK
However, when my code calls a function like CreateCopatibleBitmap, OI says the code could not be found (or words to that effect).
Do I need to do some additional steps after migrating the DLL prototype records?

Comments

  • Bit out of my league here, but, do I remember something about being 'registered/compiled'
    Hey - Are the .dlls in the OI10 folder.
  • Hmm, this one is actually part of the WinAPI.
  • I spelt the fn call above wrong i's correct in my code, but doesn't work.
  • Sorry, but you need someone more expert from here on to chip in!!
  • edited April 22
    is $CreateCompatibleBitmap* in SYSOBJ

    if not you may need to do Declare_FCNS
Sign In or Register to comment.