-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile the Windows natives with MSVC #206
Comments
I noticed that too when dealing with the |
After searching-and-replacing all instances of the
None of the functions are marked with |
Actually, all of the JNI function declarations in JNIEXPORT jint JNICALL Java_gnu_io_RXTXPort_open
(JNIEnv *, jobject, jstring); ...which are defined in |
The 32- and 64-bit Windows native libraries are 355 KB and 396 KB, respectively. This is pretty absurd; the native libraries for all other platforms are in the 60-90 KB range. I suspect the Windows libraries would be much smaller if they were compiled by MSVC instead of GCC.
The text was updated successfully, but these errors were encountered: