03-12-2010 11:09 AM
Solved! Go to Solution.
03-12-2010 12:55 PM
03-15-2010 06:56 AM
03-15-2010 08:25 PM
Hi Sparkman,
I just tried and was able to download NIDAQmx89.zip and NIDAQmx90.zip from the attachments section at the bottom of this webpage:
http://digital.ni.com/public.nsf/allkb/B09727F89DA3A06C86256F430071D88E
Let me know if those links don't work for you and I can email you the files.
Regards,
03-16-2010 06:15 AM
Thanks for the info. I received a copy of that file from one of the NI reps yesterday before it was available on the web site. However, I still receive the error that there are unresolved external references. I have exhausted my personal KB on this. I was hoping to get a known good example project for the Borland Builder 6 so that I could determine what it was that I was doing wrong. It would appear that no one has that or knows that it is being sought. It would certainly simplify life to have that.
Thanks again for all the efforts, but it appears I may have to surrender!
03-18-2010 01:51 PM
Hey Sparkman,
I just installed Borland Builder 6 and tried using the static library referenced in that KnowledgeBase article. I was successful in doing so.
Two things to try:
1) Make sure that you added the .lib file to your project (View>>Project Manager... then right-click on project and select "Add").
2) If that doesn't do the trick, you might try adding the directory where you put this .lib file to your project path. That is, right-click on the project and select "Options...". Click the tab for "Directories/Conditionals". Add "; <path to .lib>" to the "Library Path".
Hope this helps!
03-18-2010 03:31 PM
Thank you Andrew! I was adding the lib file under the Project Options, but not directly including the file in the current project. My small test program linked successfully! Looking forward to working with it again in the morning. (I just hate it when they make us go home just when it is getting to be fun.)
I really appreciate the assist as my work load really doesn't have the time to learn a new compiler.