LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

error: dbgasctime not found in cvirte.dll

Solved!
Go to solution

When I try to debug my cvi dll, I got this error in LabVIEW.

 

dug.png

 

Anyone run into this before?

 

George Zou
0 Kudos
Message 1 of 4
(4,165 Views)
Solution
Accepted by topic author zou

Is the system where you created the DLL the same where you are calling it? This kind of error reminds me of a problem in the run-time module: can it be that the machine where you are running the DLL has an older run-time than the system where you created it?



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
Message 2 of 4
(4,148 Views)

Thanks for reply.

The test PC is the same as the develop PC.  It got upgraded to 9.1.1 a few monthes ago.  The cvirte.dll in the system folder is 9.1.1, 2010-06-30, 4,959KB.

And there is only one cvirte.dll on C: drive.

 

George Zou
0 Kudos
Message 3 of 4
(4,124 Views)

Oops!

I searched again on the C: drive, and found an old copy of cvirte.dll.

Removed it.  Now I can debug.

Many thanks.

 

George Zou
0 Kudos
Message 4 of 4
(4,119 Views)