Search found 2 matches
- Thu Mar 10, 2011 12:29 am
- Forum: Camera SDK
- Topic: Camera SDK + Qt linking problem
- Replies: 4
- Views: 6998
Re: Camera SDK + Qt linking problem
<t>Thank you all. <br/> <br/> Using the MSVC compiler is not a solution for me, so if this is the only method to make an OptiTrack camera working, I will have to search for another tools...<br/> <br/> Don't you think that building compiler-dependent libraries is not a good practice? I have no such p...
- Wed Mar 09, 2011 2:20 am
- Forum: Camera SDK
- Topic: Camera SDK + Qt linking problem
- Replies: 4
- Views: 6998
Camera SDK + Qt linking problem
<t>I have problems with integrating Camera SDK <br/> with Qt 4.7.1. g++ version is 4.4.0,<br/> system is Windiws 7.<br/> <br/> Any ideas?<br/> <br/> <br/> code (fragment):<br/> <br/> #include <br/> using namespace CameraLibrary;<br/> <br/> void MainWindow::on_pushButton_opti_start_clicked()<br/> {<b...