NangiDev / GDSerCommPlugin

A Godot plugin to read Arduino serial input
MIT License
79 stars 13 forks source link

No nativescript_init inside Windows 64bit sercomm.dll file #3

Closed NangiDev closed 4 years ago

NangiDev commented 4 years ago

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?

NangiDev commented 4 years ago

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:

NangiDev commented 4 years ago

Closes #3 ass previous commit explains