Search found 3 matches

by kyamon
Thu Mar 04, 2010 4:24 pm
Forum: C and C++
Topic: C++ Example Files
Replies: 12
Views: 20040

Re: C++ Example Files

Hi Robin, I finally managed to open a device - it turned out that the problem had nothing to do with the Pico library, but instead I had two mistakes in my code. One was that the handle of the scope was ill-defined, and the other was QT-related. The good news is, I guess, that the PS6000 library see...
by kyamon
Fri Feb 26, 2010 3:54 pm
Forum: C and C++
Topic: C++ Example Files
Replies: 12
Views: 20040

Re: C++ Example Files

As a matter of fact, it still does not work - I can get it to compile, but it crashes when I try to run it, even though it does not issue any function call. I am using MINGW - is it possible that the dll does not work with this compiler (on either XP or win7), or am I doing something wrong in the li...
by kyamon
Fri Feb 26, 2010 3:14 pm
Forum: C and C++
Topic: C++ Example Files
Replies: 12
Views: 20040

Re: C++ Example Files

Great! Thanks.