Click here to Skip to main content
15,881,204 members

Comments by Member 13927363 (Top 13 by date)

Member 13927363 17-Sep-18 22:50pm View    
i have tried downloading sources from the internet but it gives error 'unresolved external'
Member 13927363 17-Sep-18 4:02am View    
"Then you did not have a library file build for your OS / version or the file has been corrupted."
is there any way to solved the problem?
Member 13927363 17-Sep-18 1:28am View    
found file but i am getting this error libOpenMeshCore.so:-1: error: LNK1107: invalid or corrupt file: cannot read at 0x16.
Member 13927363 15-Sep-18 5:24am View    
i just need to know where i can get the file? do you know?
Member 13927363 31-Aug-18 22:11pm View    
No, I'm not trying to call any function. Just what I have mentioned, what I have only done is changed the

LIBS += \
/usr/local/lib/libOpenMeshCore.so \
/usr/local/lib/libOpenMeshTools.so

LIBS += \
-lglut -lGLU

to

LIBS += \
-lglut32 -lOpenMeshCored -lOpenMeshToolsd