Hello!
I'm creating an application in C for the NI USB-6009 Multifunction device. (The application will work as a .dll to be called from a VB3 program.) I use nidaqmxbase functions (I know nidaqmx is more up to date, but I had no problems using nidaqmxbase, hope it's not the problem).
When creating, I've tested the dll with a simple VB6 test app, but when getting to VB3, it couldn't load the dll. Shortly, I realised it happens because of the 16<>32 bit difference.
Then I tried to make a 16bit dll using different 16bit C compilers, like Borland C++ 3.1, Borland C++ 5.02, Turbo C++ 3.1, but all build processes failed. I'm afraid it's the nidaqmxbase.lib file that causes this.
Can you help, how to create my 16bit dll using my existing code?
Thanks a lot,
motyo