06-11-2013 02:03 AM
06-12-2013 03:51 AM
Hello,
I cannot figure that out from top of my head, can you please provide me further information?
You are developing application in Pascal Lazarus environment and you want to use NI data acquisition hardware, right? Which DAQ HW are you using? In case you are just calling DAQmx driver in you Pascal application, there shouldn't be any need for a LabVIEW Run-Time engine. What is your operating system? What should that application do on high level?
Thanks for now
06-18-2013 02:25 AM
Hi again,
It's more than a week since your last post. Were you able to figure it out by yourself? Can you please share what was the problem in that case?
Best regards
07-30-2013 05:15 AM
Hi,
Can I ask the same question too?
I am using
Windows 7 sp1 x64
Visual Studio 2010 pro
NI USB-6009
ni-daqmx base 3.4.5
I created a empty win-32 console project and putted the ANSI C Example program: acquireNScans.c with the include file and lib file of nidaqmxbase in the same folder. I added this line on the top of the source code #pragma comment(lib,"nidaqmxbase.lib"), built without any error. When I tried to run it, I got this same message.
I tried changing to shared dll mfc and delaying linking lvrt.dll, but did not work.
Looking forward to your reply.
all the best.