Hi guys, Im trying to integrate Nim into an existing C++ application via a dynamic library. I got it working via FFI
I was wondering if it could be possible to make it work without FFI, like if the Nim dynlib were an actual C++ dynlib (which it actually is). If so, how the process would be? I tried to find information on it but couldn't find any. Do I need to use some special pragma? Or just marking the function with cdecl will work? Do I also need to do something else for generating the headers? Thanks, Juan
