LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabView 2011 Application Launched as COM Server via Delphi Application no Longer Launches When Installed under 64-Bit Win 7

Solved!
Go to solution

 

I have a 32-bit LabView Application written using LabView 2011 which installs and Registers itself as an Active X COM Server.  I then used the resulting type library with a 32-bit Delphi Application in order to launch and communicate with the LabView application (Change Boolean states and retieve data etc).

 

This all worked fine on Windows 7 32-bit OS but not on Windows 7 64-bit OS.

 

The LabView application appears to work on its own, The Delphi launching application will not launch it?

 

I have used mmc comexp.msc /32 to configure the COM server to run as the Interactve user with appropritate launching privileges.

 

 

0 Kudos
Message 1 of 3
(3,054 Views)

Hi Moorey,

 

I would first suggest updating drivers and anything else that you have access to and see if this solves it. Next it may be good to test if the Delphi application is able to launch a different piece of LabVIEW code to see if it is what you have written that is the issue or the fact that it is LabVIEW. 

 

Would you be able to give me a bit more information about what the LabVIEW code itself is doing and how you are trying to launch this?

 

Cheers,

 

Luke

0 Kudos
Message 2 of 3
(2,980 Views)
Solution
Accepted by topic author Moorey

Hi Luke,

 

Many thanks for your reply.  I have just manged to track down the problem almost at the same time your reply came through.

 

My Delphi App is also a COM Server, allowing me to remotely launch it from another system.  What I had forgotten was that the remote system instigates the connection to the LabView Application otherwise the local Delphi application just sits there and does nothing.  I did it this way as a work around a few years ago because I could not get the remote Delphi application to launch the labview application or attach to it as a running instance directly.

 

Thanks Again

 

0 Kudos
Message 3 of 3
(2,973 Views)