Search found 69 matches: mingw32

Return to advanced search

Re: Creating a LIB or DLL

... 'set' not found in library Warning: 'thread' not found in library Warning: 'vm' not found in library Warning: 'harbinit' not found in library mingw32-make.exe[3]: Leaving directory `C:/hs/harbour/source/vm/win/bcc' mingw32-make.exe -C mainstd mingw32-make.exe[3]: Entering directory `C:/hs/harbour/source/vm/mainstd' ...
by Dave Zowasky
Thu Mar 26, 2009 9:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a LIB or DLL
Replies: 138
Views: 35041

Re: Creating a LIB or DLL

... HB_COMPILER=bccSET HB_USER_CFLAGS=-DHB_FM_STATISTICS_OFFmake_gnu clean install > make_gnu.log 2>&1 Please note that you will need of mingw32-make.exe version 3.81 that you can download from here: http://sourceforge.net/project/showfiles.php?group_id=2435&package_id=23918&release_id=587379
by Enrico Maria Giordano
Mon Mar 23, 2009 9:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating a LIB or DLL
Replies: 138
Views: 35041

... make.bat dónde tengas el fichero Makefile. El contenido del fichero make.bat es: set oldpath=%path% set path=c:\mingw\bin;%path% c:\mingw\bin\mingw32-make.exe set path=%oldpath% * Nuevo: Un nuevo e interesante ejemplo samples\ScanNonM.prg, que muestra como buscar un diálogo no modal ya abierto. ...
by Antonio Linares
Mon Oct 20, 2008 5:44 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October / Octubre 2008 (8.10)
Replies: 1
Views: 3308

New FTDN October / Octubre 2008 (8.10)

... Simply run make.bat where the file Makefile is. make.bat may contain this: set oldpath=%path% set path=c:\mingw\bin;%path% c:\mingw\bin\mingw32-make.exe set path=%oldpath% * New: samples\ScanNonM.prg is an interesting example that shows how to search for an already opened Non Modal dialog. ...
by Antonio Linares
Sun Oct 12, 2008 8:10 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October / Octubre 2008 (8.10)
Replies: 1
Views: 3308

RMAKE

... the file-names to : Go.bat Makefile.rmk I called just Go I tested with Go Makefile It was allways the same ( see Dos-Message.box ). It seems, Mingw32-make.exe cannot connect to Makefile.rmk. Could be maybe a path-define-problem. My installs : D:\FWH D:\HARBOUR D:\MINGW My files : http://www.pflegeplus.com/fw_downloads/TestMinGW.zip ...
by ukoenig
Sun Sep 28, 2008 7:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Makefile for FWH and MinGW gcc
Replies: 6
Views: 1097

Makefile para FWH y MinGW gcc

Aqui teneis un primer prototipo de un Makefile para FWH y gcc. Observad que la "M" ha de ser mayuscula. Para construirlo haced: c:\mingw\bin\mingw32-make.exe. Para facilitarlo, nosotros hemos creado un make.bat que tan solo llama a c:\mingw\bin\mingw32-make.exe. Tambien prestad atención a que ...
by Antonio Linares
Wed Sep 24, 2008 11:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Makefile para FWH y MinGW gcc
Replies: 4
Views: 898

Makefile for FWH and MinGW gcc

Here you have a first prototype of a Makefile for FWH and gcc. Please notice that the "M" has to be uppercase. To build it just do: c:\mingw\bin\mingw32-make.exe. To easy it, we have created a make.bat file that just calls to c:\mingw\bin\mingw32-make.exe. Also notice that "left spaces" are "tabs" ...
by Antonio Linares
Wed Sep 24, 2008 11:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Makefile for FWH and MinGW gcc
Replies: 6
Views: 1097

Test

... if A%1 == A GOTO :SINTAX if NOT EXIST %1.prg GOTO :NOEXIST ECHO Compiling... set hdir=d:\harbour set hdirc=%hdir%\mingw32\harbour.exe set hlibs=d:\harbour\mingw32 if "%fwh%" == "" set fwh=d:\fwh set mingw=d:\mingw %hdirc% %1 /n /i%fwh%\include;%hdir%\include /w ...
by ukoenig
Sat Sep 20, 2008 2:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 8.09 for MinGW - beta 1 ready
Replies: 24
Views: 5101

Hi Ask, It seems i already included RTL.LIB, any other suggestions? Thanks, John. As i can see createobject function is inside win32ole.prg that is in rtl.lib .I work with xharbour and all is fine (if you use harbour try to change it to xharbour) . I use sendmail a long time now and works perfectly...
by ask
Tue Dec 27, 2005 10:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to send email from within FWH25?
Replies: 29
Views: 13930
Previous

Return to advanced search