LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

What is __PROFILER_BeginFunctionCall?

Solved!
Go to solution

I have a CVI application that builds (I have an executable) in both release and debug mode. when I run it I get "the procdeure entry point __PROFILER_BeginFunctionCall could not be located in cvirte.dll."

 

I'm using LabWindows 9.0. Any thoughts on what the problem is?

"Lockheed" Joe
Testing Blog"
0 Kudos
Message 1 of 3
(3,894 Views)
Solution
Accepted by LockheedJoe
The symbol you mention is new in CVI 2009. Something in your executable is referencing this - most probably because it was built in CVI 2009 or CVI 2009 beta. This could be your executable itself or some other module that is getting linked to your executable. Are you sure you are building everything in CVI 9.0 and not CVI 2009 (beta)?
Message 2 of 3
(3,863 Views)

On my development computer I was using 2009 beta. When I moved the code to our target test station I recompiled and linked. However, I'm wondering if something didn't get re-built and added in from the 2009 stuff. That's something I can look into.

 

Thanks!

"Lockheed" Joe
Testing Blog"
0 Kudos
Message 3 of 3
(3,860 Views)