Error about library Libcgunwind not loaded

Issue #1 resolved
Former user created an issue

Hi,

I was able to compile FotoSketcher with CrossVCL on MacinCloud, but I got the following error message when deploying: Error message

Anything I can do to correct this?

Best regards,

David

Comments (13)

  1. Eugene Kryukov repo owner

    This is Embarcadero's redist lib, look at you RAD Studio Redist folder (osx32 folder) and add this library manually to Deployment.

  2. David THOIRON

    Thank you for your reply. What's weird is that Libcgunwind was indeed already in my Deployment list. So I added it again, but this time with a deployment to .\ rather than Contents\MacOS. This got rid of the first error message, but then gave me another one: dyld: Library not loaded: @rpath/wtsapi32.dll Any idea?

  3. Eugene Kryukov repo owner

    I noticed that you main executable placed in wrong place - ".\" instead of "Contents\MacOS"

  4. David THOIRON

    I use Delphi 10.1 Berlin update 2. I did not change the directory of the executable. This was automatically put in .\

  5. Eugene Kryukov repo owner

    It seems your project is some sort of old project. You should somehow upgrade it, or create new one.

  6. David THOIRON

    Yes, it is rather old (quite a few years now). I'll recreate the project from scratch and see if that helps.

  7. David THOIRON

    Hi again Eugene, Sorry to be a pain :) I have created a brand new project, have added all my units. It works fine on Windows. When deploying on MacinCloud, I get the following error: wininet.PNG Cheers, David

  8. Eugene Kryukov repo owner

    CrossVcl doesn't cover all WinAPI, the goal is mostly UI. I saw in this case WinInet.dll is missing, try to figure our what component using it.

  9. Log in to comment