gilbo / cork

3D Boolean / CSG Library
Other
406 stars 173 forks source link

Use Cork boolean library QT Application #24

Open babysaint09 opened 9 years ago

babysaint09 commented 9 years ago

Hi Gilbert I have concern when using Cork in QT application. I would like to ask how can use Cork boolean library in my QT application. I've already add the library generated in the "lib" folder and i use the Function in the cork.h Still not working it output an error "undefined reference to computeUnion(CorkTriMesh in0, CorkTriMesh in1, CorkTriMesh *out)" What should i do any suggestion? thanks .

Narusaki commented 9 years ago

Hi, I'm using Cork under VS 2013 using Qt 5.4.2 currently and it works out fine.

Are you using Visual Studio too or using Qt Creator?