Page 2 of 2
Re: How to make .app with dynamic lib. ?
Posted: Sun Nov 13, 2022 11:02 pm
by dibor
Hi
Have add MyAppData folder inside my project folder and inside it Library and Resources folders.
dylib copied to the Library folder.
Now WORKS!!
Why process is too HARD and complicated
BIG thanks for the HELP!
Re: How to make .app with dynamic lib. ?
Posted: Sun Nov 13, 2022 11:27 pm
by mk-soft
It's just different for each OS how you have to deliver files.
With macOS, an APP is always a folder. I don't find that bad, because you can always put all the files that belong to the app in it.
Once you understand it, it's not so hard anymore.
Re: How to make .app with dynamic lib. ?
Posted: Mon Nov 14, 2022 12:02 am
by dibor
Why compiler do not do that?
Why needs additional tools for that?
If compiler for the MacOS, so compiler should make application structure.
Best Wishes.
Re: How to make .app with dynamic lib. ?
Posted: Mon Nov 14, 2022 5:42 pm
by mk-soft
It is only macOS specific and difficult for the compiler to distinguish what should or should not be in the APP folder. In addition, the compiler has to adjust the target path for resources especially for macOS. This is more of a guess.
So it is better to work with your own tools in the IDE. That is what it is intended for.