fuzzybinary / dart_shared_library

An attempt to package Dart into a usable shared library (.dll / .so)
Other
77 stars 10 forks source link

Use lib from other #13

Closed DerKleinePunk closed 1 month ago

DerKleinePunk commented 7 months ago

I have many mirco Changes to Build and used it from an Other Project with CMake and FetchContent

https://github.com/DerKleinePunk/HostDartVM

I have Found the realtime_example is not Working on Linux the Problem is WorkFfiCalls find not the Nativ Functions. When Build with Fetch CMake set RuntimeLibrary to MultiThreadedDebugDLL I don't know why I Can't Find it.

I see Warnings may be Ok

\libdartshared-src\dart-sdk\sdk\runtime\platform/globals.h(475,29): warning C4309: "Initialisierung": \libdartshared-src\dart-sdk\sdk\runtime\platform/globals.h(478,31): warning C4309: "Initialisierung": \libdartshared-src\dart-sdk\sdk\runtime\platform/utils.h(141,12): warning C4244: "return": \libdartshared-src\dart-sdk\sdk\runtime\platform/hashmap.h(29,1): warning C4267: "Initialisierung":

fuzzybinary commented 1 month ago

I'm closing this for lack of movement.