LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Call to InitCVIRTE() creates intrusive blank window in my application

Hello,

I have a C++/QT stand-alone application that instances a unique graphical interface (checked from the windows tasks bar)

This application initializes the CVI libraries with a simple call to InitCVIRTE : InitCVIRTE( 0, NULL, 0);

 

This call succeeds but it opens a new window in my application (seen in the windows task bar).

The window is blank, minimized, not resizable.

Except that the library works well but this intrusive window is a real problem.

 

I did not find any information about such a beahaviour and my attempts to add breakpoints when it is created (to know a bit more) did not succeed. I have just been able in a step by step analysis to check that it is when this call to InitCVIRTE is performed that the problem occurs.

 

Would someone have an idea on what happens ?

 

Thanks a lot

0 Kudos
Message 1 of 1
(1,106 Views)