LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

using SVNCOM with labview

Hello everyone,

 

I'm trying to tie Subversion to labview by using pushok's software SVNCOM. However i cannot open any of the SVNCOM's DLL in labview, especially svncom.dll (which contains all com objects)....I have tried to register them in the GAC (using Win GAC 1.0) but it fails every time throwing an error requesting a manifest.

Has anyone ever used SVNCOM?

 

Thanks for your help

0 Kudos
Message 1 of 3
(2,355 Views)

You mention COM objects, which is the base technology for ActiveX but not really enough for ActiveX. If there are really COM objects in the DLL, you won't have any success to incorporate them into LabVIEW with .Net functionality. And unless they include also the ActiveX typelibrary and niceties, they won't be possible to be accessed by the LabVIEW ActiveX functions either.

 

May I also suggest for you to checkout the JKI SVN Toolkit for LabVIEW?

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 2 of 3
(2,349 Views)

Thanks for the quick answer.

 

I have contacted the editor to check if there is more to their solution or if it is supposed to be a basis for a full assembly.

I'll post the answer when i get it working.

 

Best Regards

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