[U2] Unidata 7.1.9 and .Net DLL

2010-07-20 Thread Don
Does anyone know if you can hook/link a .NET dll (Managed code) into Unidata 7.1.9 (Windows). I know you can with COM .DLL by creating an E type voc entry. Sample COM DLL Voc entry 1 E 2 E:\Vertex\VertexUtils\VertexDriver.DLL 3 v_LocConnect 4 POINTER 5 CHAR_PTR 6 CHAR_PTR 7 CHAR_PTR 8 CHAR_PTR

Re: [U2] Unidata 7.1.9 and .Net DLL

2010-07-20 Thread David Wolverton
Vertex's new code for passing XML is pretty sweet -- it's a different interface, but worth checking out. It's called their 'Enhanced Interface' version. DW -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Don Sent:

Re: [U2] Unidata 7.1.9 and .Net DLL

2010-07-20 Thread Robert Houben
Check out regasm.exe (part of the .NET SDK). You can use it to create a COM Interop interface to an assembly. Note that on a x64 system there is one version for 32 bit, and another one for 64 bit access. You can add these lines to a PostBuildEvent:

Re: [U2] Unidata 7.1.9 and .Net DLL

2010-07-20 Thread Tony Gravagno
From: Donald Verhagen Does anyone know if you can hook/link a .NET dll (Managed code) into Unidata 7.1.9 (Windows). I was hoping to update the VertexDriver.DLL (Currently COM/_cdecl) to a .Net dll. I really hate writing c code. Don - This isn't rocket science (pun intended). Google