- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I would appreciate any help on how to translate the initializing of
a c++ dll to fortran-code.
The c++ code is
hmod=LoadLibrary("ZeeGrid");
RegZeeGridClass=(_RegZGClass)GetProcAddress(hmod,"RegZGClass");
RegZeeGridClass(hInst,_ZREGNAME,_ZREGCODE);
The corresponding section in the .h-file is as follows
EXTERN_C ATOM RegZGClass(HINSTANCE hInstance,char* Registree, char* code);
typedef ATOM (*_RegZGClass)(HINSTANCE,char*,char*);
_RegZGClass RegZeeGridClass;
Thank you very much in advance
Raimond
I would appreciate any help on how to translate the initializing of
a c++ dll to fortran-code.
The c++ code is
hmod=LoadLibrary("ZeeGrid");
RegZeeGridClass=(_RegZGClass)GetProcAddress(hmod,"RegZGClass");
RegZeeGridClass(hInst,_ZREGNAME,_ZREGCODE);
The corresponding section in the .h-file is as follows
EXTERN_C ATOM RegZGClass(HINSTANCE hInstance,char* Registree, char* code);
typedef ATOM (*_RegZGClass)(HINSTANCE,char*,char*);
_RegZGClass RegZeeGridClass;
Thank you very much in advance
Raimond
Link Copied
0 Replies
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page