Search found 34 matches: winmain

Return to advanced search

... returned error %d", which, iErr); MessageBox(NULL, message, "Error Returned From Image2PDF DLL", MB_OK | MB_ICONERROR); return iErr; } int PASCAL WinMain(HINSTANCE hCurrentInstance, HINSTANCE hPreviousInstance, LPSTR lpszCommandLine, int iCommandShow) { UINT iErr; char appDir[MAX_PATH + 1]; char ...
by ShumingWang
Sat Nov 25, 2006 4:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create and Email PDF's from FWH
Replies: 24
Views: 11111

... returned error %d", which, iErr); MessageBox(NULL, message, "Error Returned From Image2PDF DLL", MB_OK | MB_ICONERROR); return iErr; } int PASCAL WinMain(HINSTANCE hCurrentInstance, HINSTANCE hPreviousInstance, LPSTR lpszCommandLine, int iCommandShow) { UINT iErr; char appDir[MAX_PATH + 1]; char ...
by ShumingWang
Sat Nov 25, 2006 4:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create and Email PDF's from FWH
Replies: 24
Views: 11111

Error compiling with Harbour from CVS

... for Win32 Copyright (c) 1993, 2000 Borland foldertest.c: Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external 'WinMain' referenced from C:\BCC55\LIB\C0W32.OBJ * There are errors Do I have to build Harbour with any special flag? EMG
by Enrico Maria Giordano
Mon Nov 13, 2006 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error compiling with Harbour from CVS
Replies: 6
Views: 3159

OLE TEST

#include <Windows.h> HINSTANCE hCurInstance; FARPROC lpfnPopup; int APIENTRY WinMain() { HANDLE hDLL; hDLL = LoadLibrary("test.dll"); if (hDLL) { lpfnPopup=GetProcAddress(hDLL,"Main"); FreeLibrary(hDLL); } } //---------------------------------------------------------------- ...
by asimireu
Thu Jan 12, 2006 9:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OLE DLL
Replies: 3
Views: 1257
Previous

Return to advanced search