-
Notifications
You must be signed in to change notification settings - Fork 6
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
Incorporate @ecky-l improvements #4
Comments
Hello @medranocalvo , |
Good, thank you. Please, confirm that you license your changes under the BSD and specify how your copyright line should read (e.g. mine was These are the things I need some help with:
I'm not yet sure about I'll cherry pick the rest. Thank you again. |
Ah ok,
The solution files in the win/ subdirectory should work out of the box for MSVC 2015. However to make the build experience as easy as possible I think it would be best to port the whole thing to CMake. That would take some time, sure, but when it's done it provides the best and most modern build experience on any platform.
The solution files in the win/ subdirectory build for 32 and 64 bit on windows, given Tcl is installed in 32/64 bit versions (ActiveTcl). It worked for me out of the box with maybe some tweaks in the code of my fork. |
Hello @ecky-l (writing the ticket here as there's no "Issues" in your fork). I've seen you've made many improvements to Ffidl in your fork. I'm keen on including them here. Would you like helping in doing that?
The text was updated successfully, but these errors were encountered: