NangiDev/GDSerCommPlugin

No nativescript_init inside Windows 64bit sercomm.dll file

Closed this issue · 2 comments

Following the instructions on how to build the binaries for Windows 64bit will result in an No nativescript_init in sercomm.dll file.

Could this be due to Visual Studio 16 2019 C compiler has changed and need some more options set?

This seems to be because the sercomm.dll wasnt built into the GDSercomm.dll file. So it needs to be copied to the bin folder.

It is solved now by adding the pre-built binaries to the repo and linking it in the .gdnlib file

Solved with commits:

Closes #3 ass previous commit explains