old-NWTC / MAP

Apache License 2.0
3 stars 6 forks source link

map_x64.dll #2

Open relhamoud opened 2 years ago

relhamoud commented 2 years ago

Hi,

when i run MAP program using cmd, i got an error. it says that map_x64.dll could not be found. I searched this dll and i didn't find it. Could anyone tell me where can i find it. I think it is missed from the original file ?

Thank u in advance

jjonkman commented 2 years ago

Dear @relhamoud,

You can always compile MAP++ in 32 or 64 bits using the provided compile scripts.

But please note that this is an old repository. You can find newer versions of MAP++ in the OpenFAST repository, including precompiled Windows binary versions of the MAP DLL in 64 bits: https://github.com/OpenFAST/openfast. Please note that as of OpenFAST v3.1, MAP++ is compiled and linked statically within the OpenFAST executable. So, the _MAPx64.dll is only provided in releases of OpenFAST older than v3.1.

Best regards,