-
Notifications
You must be signed in to change notification settings - Fork 97
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
Libdiscon compilation 32bits (BLADED and IVF) #12
Comments
@cyril13windglaz I think I've compiled this for 32 bit but I dont have a way to verify that. Give it a shot! |
Hi rafmudaf, Thx for your try. I managed to build one 32bits version with ivf. : I don't know if it is the right way to proceed but for information, below are the modification applied on my side in the .f90.
Hope this can help. Cyril |
Thanks @cyril13windglaz ... This works for me - I would add that the calling convention needs to be __cdecl (C, C++, FORTRAN). |
ROSCO can be compiled in 32-bit Windows with these instructions: https://rosco.readthedocs.io/en/latest/source/install.html#compile-using-cmake |
Below are the steps I took to compile and run ROSCO for Bladed v4.12:
|
Hi Cyril, *** Note: Using legacy controller, 'DISCON' in controller C:\Users\PC00\ROSCO\Test_Cases\NREL-5MW\libdiscon.dll |
Dear Rosco team,
Thank you so much for your contribution to the open source wind industry knowledged.
I try to compile ROSCO in 32 bits for use with bladed but I didn't managed at the moment.
I try with your Cmake+MINGW32 procedure and also with IVF.
I managed to compile with IVF but then Bladed crash when using it.
Would it be possible that you share a 32bits compile version of your libdiscon.dll ? I could then see if my errors are during the compilation process or when I try to implement the .dll in Bladed.
Best regards,
Cyril
The text was updated successfully, but these errors were encountered: