LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I built an app using labview 5.1.1 on NT, and I cannot print using the report generation vis from the app in win2k. The error originates in Set Report Fonts.vi. I have no printing problems with the same application printing out in NT. Any ideas??

The application when run in debug mode on the win 2k machine shows the error in the Set Report Font.vi, in the Property node of 'textfont'. The error does not occur in debug mode in NT, and is only a problem in win 2k. Please help.
0 Kudos
Message 1 of 2
(2,534 Views)
I believe the answer to your question can be found in KnowledgeBase article 2K2EE8DV. Although it refers to LabVIEW 6.1, the solution given should work for previous versions as well.

The problem is simply as a result of a bad link - either recompiling on the target OS or manually rebuilding the link as suggested in the KBase article should work.

Don't forget that you need to treat Windows 2000 as being a completely different operating system when compared to Windows NT (in the same way that you would Windows 95 or Windows 3.x). This is especially true when it comes to linking to DLLs or ActiveX servers and where this type of break in your VI can be common
0 Kudos
Message 2 of 2
(2,534 Views)