Search found 1 match

by esp-engineering
Thu Aug 19, 2010 11:36 am
Forum: dxflib Suggestions and Feedback
Topic: link the libdxflib.so
Replies: 0
Views: 26846

link the libdxflib.so

Hello all, I link the libdxflib.so into my project with void *handle; // open dll-handle handle = dlopen("/home/pstark/workspace/TestDxfLib/src/libdxflib.so", TLD_LAZY); if (!handle) { std::cerr << "Cannot open library: " << dlerror() << '\n'; return 1; } Unitl here everything is working well, but h...

Go to advanced search