Skip to content
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

FileManager::find_binary_file bug #17

Open
skylinestars opened this issue Jun 14, 2024 · 3 comments
Open

FileManager::find_binary_file bug #17

skylinestars opened this issue Jun 14, 2024 · 3 comments

Comments

@skylinestars
Copy link

skylinestars commented Jun 14, 2024

On Linux, when building a project using CMake, the "add_library" command generates a shared library (dynamic library) by default. However, on Windows, Visual Studio defaults to a static library. "FileManager:: find_binary_file" always searches for dynamic libraries. If I compile using "Visual Studio" by default, I won't be able to find "luagrob. dll; mesh. dll; voxel. DLL; skinn_imgui. DLL"

@BrunoLevy
Copy link
Owner

Hello,
Did you follow compiling instructions ? The are here. There is a configure.bat script that runs CMake with the right options, then normally it will generate DLLs.

@skylinestars
Copy link
Author

无标题

@skylinestars
Copy link
Author

"Mesh_make-atlas" will call "nlInitExtension-SUPERLU", and "nlInitExtension-SUPERLU" will load "georam_mum3rdparty. DLL", so "georam_mum3rdparty" must be compiled into a dynamic library. What should I do if I want to compile "georam_mum3rdparty" into a static library?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants