06-10-2012 08:35 AM
Hy,
I'm using:
Hardware: NI-XNET| Driver: NI-XNET 1.5| OS: Windows| Programming language: C++ (QT environment)
I suppose that I'm missing something
, but I want to include the nixnet.h and .lib at my project and can't find them...
Thanks for advance,
Aviad
06-11-2012 06:25 AM
12-06-2013 02:12 AM
Hey.. i have a quick question for you.
Did you use QT Creator with VS2010 compiler? or with MINGW, OPENGL?
If you used MINGW, did the nixnet.h and nixnet.lib work with the compiler?
Cheers,
Adeel
12-08-2013 02:27 AM
Hi,
I use Qt 4.8.1 with MinGw.
It's work fine (debug mode, I don't try the release mode).
If it's can be useful, I add those lines for the pro. file:
NIPATH = "C:/Program Files (x86)/National Instruments/NI-XNET" NICOMP = "C:/Program Files (x86)/National Instruments/Shared/ExternalCompilerSupport/C/lib32/msvc" INCLUDEPATH += $$NIPATH INCLUDEPATH += $$NICOMP LIBS += -L"C:/Program Files (x86)/National Instruments/Shared/ExternalCompilerSupport/C/lib32/msvc" -lnixnet \
Hope I was helping here,
Aviad
12-19-2013 03:05 AM
thanks, it works perfectly!!!