09-16-2005 03:11 AM
09-20-2005 03:15 PM
09-21-2005 05:15 AM
Hi Jaideep
Thanx for your reply. BUt i believe this is not the cause of the problem, as the file name of the dll is short and does not have any space or special character. Can i use any dll in my RT system, meaning dll built using VC++ or any other IDE. or it should always be CVI. I read a document which mention how to use CVI code in labview, in RT system. That document says we have to create the dll with some options checked. which are given below.
Building a LabWindows/CVI DLL for the LabVIEW Real-Time
Module
Once you design and implement the code for the DLL, you can create a DLL by setting the Build»Target Type to
Dynamic Link Library and switching the Runtime Support field of the Target Settings dialog box to LabVIEW
Real-Time Only. You can leave all other fields in their default state. Click the Help button for more information on
building a DLL.
Can this be the cause of the problem, that this dll was not built with these options checked?
Regards
Arun
09-22-2005 10:00 PM
09-23-2005 10:45 AM
Hi jaideep
I downloaded the executable and found that the dll am using is infact using some windows API for registers and other windows dll's
i belive the dll cannot be used or should be recounstructed without using windows dll'd
Thanx for your help
Regards
Arun