Recent content by Miklos

  1. M

    Call C# dll from within Progress 4GL

    You must do'it with C++... Never Work's with C# Example: .Net C++: #include <windows.h> #include <string.h> //--------------------------------------------------------------------------- BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fwdreason, LPVOID lpvReserved) { return 1; }...
Top