With VB.NET I need to call a function exported by an EXE unmanaged program written in C++6.0.
Im able to do the same with a DLL (using DLLIMPORT) but not with an EXE.
Is there a solution fot that ?
Thanks in advance.
Vittorio
Im able to do the same with a DLL (using DLLIMPORT) but not with an EXE.
Is there a solution fot that ?
Thanks in advance.
Vittorio
Last edited by a moderator: