Hi,
Is there any way of producing a dll in VB6 and/or VB.net to be called like a C++ or Delphi one would.
From my 'googling' VB6 is not and option but you can call vb.net dll's but you have to call them a different way.
What I want to do is make another MaLa plug-in template in VB without Swindus having to change any code. There is allready a C++ and Delphi example in the
SDK .
EG:
C++:
extern "C" DLL void MaLaGameStart()
Delphi:
procedure MaLaGameStart(); cdecl;
Does anyone know of a way to produce VB Dll's that you can export functions/procedures this way?
Thanks
