forked from FreeCAD/FreeCAD
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
LinkDev: can't compile windows #28
Comments
Made some changes. Please try. |
Hi the Base64.h was solved but now I got another ones. Error C2512 'std::basic_istream<char,std::char_traits>': no appropriate default constructor available FreeCADBase D:\AtConcept\rgbertoni\FreeCAD\src\Base\Reader.cpp 641 |
Should be working now. I have tried it on my side. |
Oops, no. Still has problem. Hang on there. |
Okay, now it should be fine, I hope... |
It worked !!! Thank you. |
This was referenced Oct 20, 2020
2 tasks
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Hi realthunder, thank you for your amazing work. Your implementations allowed me to start my project.
I´m trying to compile LinkDev on windows but I can't success. I'm getting the following error:
=>>> freecad\src\base\Base64.h(73): error C2059: syntax error: '__declspec(dllexport)'
I'm using windows 10 and FreeCADLibs_12.1.4_x64_VC15. Same error with FreeCADLibs_12.1.2_x64_VC15.
The text was updated successfully, but these errors were encountered: