You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded NGsolve binary (v 6.2.2304) in order to use nglib.lib. I downloaded Python 3.7. The binary netgen works fine but I wanted to use the lib without using the interface.
So I created an empty Visual Studio 2017 project and copied the file ng_stl.cpp from here as my main file.
Eventhough I included nglib.h and nblig.lib in the project properties, I have an error for every NGLIB_API in nglib.h. I cannot compile my project. It seems that every function in nglib.h with NGLIB_API is not defined in ng_stl.cpp . I have the same issue with nglib_occ.hpp and nglib_occ.cpp. Is there some compiling properties that I forgot to add ?
I have a pretty similar issue, with DLL_HEADER instead of NGLIB_API, in "writeuser" files.
Thanks!
The text was updated successfully, but these errors were encountered:
TualK
changed the title
Issue understanding NGLIB_API use
Error STL Triangle Degenerated
Aug 3, 2023
TualK
changed the title
Error STL Triangle Degenerated
How to use writeuser class ?
Aug 3, 2023
Hello,
I downloaded NGsolve binary (v 6.2.2304) in order to use nglib.lib. I downloaded Python 3.7. The binary netgen works fine but I wanted to use the lib without using the interface.
So I created an empty Visual Studio 2017 project and copied the file ng_stl.cpp from here as my main file.
Eventhough I included nglib.h and nblig.lib in the project properties, I have an error for every NGLIB_API in nglib.h. I cannot compile my project. It seems that every function in nglib.h with NGLIB_API is not defined in ng_stl.cpp . I have the same issue with nglib_occ.hpp and nglib_occ.cpp. Is there some compiling properties that I forgot to add ?
I have a pretty similar issue, with DLL_HEADER instead of NGLIB_API, in "writeuser" files.
Thanks!
The text was updated successfully, but these errors were encountered: