The following article describes how to mix C and C++ code when you are developing a Lianja extension using the SDK.
https://isocpp.org/wiki/faq/mixing-c-and-cpp#call-cpp
The following article describes how to mix C and C++ code when you are developing a Lianja extension using the SDK.
https://isocpp.org/wiki/faq/mixing-c-and-cpp#call-cpp
Principal developer of Lianja, Recital and other products
Follow me on:
Twitter: http://twitter.com/lianjaInc
Facebook: http://www.facebook.com/LianjaInc
LinkedIn: http://www.linkedin.com/in/barrymavin
Hi Barry,
Is it possible to use a shared DLL compiled in C only and load it via LoadLibrary()?
Thanks.
Herb
Hi Herb,
Yes.
loadLibrary() can used to load .js, .php, .py or .dll files.
If you SET DEBUG ON and it fails to load the appropriate error message will be written to the debug.txt file in \lianja\debug.
Principal developer of Lianja, Recital and other products
Follow me on:
Twitter: http://twitter.com/lianjaInc
Facebook: http://www.facebook.com/LianjaInc
LinkedIn: http://www.linkedin.com/in/barrymavin
Bookmarks