Dear Sir:
I am trying to develop some application with PCI-5114, PCI-5402 and C++ builder. I need to link with niScope.lib, niFgen.lib these 2 lib. Link with niScope.lib is fine, since niScope.lib have 2 version: one for VC, the other is for BC, I use the lib for BC. But I can not found niFgen.lib for BC, so I used these 2 method:
a. Coff2omf to convert niFgen.lib, it can create lib for BC, but only 1K size, I think it is useless.
b. Implib to convert DLL to BC Lib. It did not work too, it had link problem, 'can not found niFgen_init.obj,...' , All the niFgen API I used can not be found.
niFgen_32.dll was the dll I was trying to convert, is it right?
Thanks and Best regards,
Casey