s***@gmail.com
2013-08-24 07:23:46 UTC
Gentle souls,
I need a little help with this 1 line dll program .
I am a VB6 programmer but I do understand a little c.
I do have MS c/c++ v4.0 but I have not used it for 15+ years.
The source code is from http://support.microsoft.com/kb/137093
I do have MS c/c++ v4.0 but have not used it for 15+ years.
Here's the code:
HCTL FAR PASCAL _export GetTheHctl(HWND hwnd)
{
return VBGetHwndControl(hwnd);
}
What include files should I use?
I would appreciate any help.
TIA
softie
I need a little help with this 1 line dll program .
I am a VB6 programmer but I do understand a little c.
I do have MS c/c++ v4.0 but I have not used it for 15+ years.
The source code is from http://support.microsoft.com/kb/137093
I do have MS c/c++ v4.0 but have not used it for 15+ years.
Here's the code:
HCTL FAR PASCAL _export GetTheHctl(HWND hwnd)
{
return VBGetHwndControl(hwnd);
}
What include files should I use?
I would appreciate any help.
TIA
softie