[Harbour] SF.net SVN: harbour-project:[12178] trunk/harbour

2009-08-18 Thread vszakats
Revision: 12178 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12178&view=rev Author: vszakats Date: 2009-08-19 05:32:41 + (Wed, 19 Aug 2009) Log Message: --- 2009-08-19 07:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/global.mk ! Ap

Re: [Harbour] Plugins in hbqts library

2009-08-18 Thread Viktor Szakáts
Hi folks, I'm not sure we should implement whole QT plugin functionality just to support jpeg files. If it helps I can add jpeg library to externals. Maybe some Harbour wrappers to that could solve such problems. Brgds, Viktor On 2009.08.19., at 3:31, CarozoDeQuilmes wrote: Hi Pritpal, I don'

Re: [Harbour] SF.net SVN: harbour-project:[12174] trunk/harbour

2009-08-18 Thread Viktor Szakáts
Hi Pritpal, Great improvements, thank you. Just a little note: The footers are misaligned (shifted to the left) by a few pixels compared to the actual columns. Brgds, Viktor On 2009.08.19., at 3:54, vouch...@users.sourceforge.net wrote: Revision: 12174 http://harbour-project.svn.so

[Harbour] SF.net SVN: harbour-project:[12177] trunk/harbour

2009-08-18 Thread vszakats
Revision: 12177 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12177&view=rev Author: vszakats Date: 2009-08-19 04:29:31 + (Wed, 19 Aug 2009) Log Message: --- 2009-08-19 06:29 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbtip/thtml.prg

[Harbour] SF.net SVN: harbour-project:[12176] trunk/harbour

2009-08-18 Thread vszakats
Revision: 12176 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12176&view=rev Author: vszakats Date: 2009-08-19 04:18:25 + (Wed, 19 Aug 2009) Log Message: --- 2009-08-19 06:16 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg

Re: [Harbour] error compile SVN in olecore.c

2009-08-18 Thread Viktor Szakáts
Hi Fernando, Thanks for your report, but please post information like platform, compiler type and version. Without these, it's difficult to do any fix. Brgds, Viktor On 2009.08.19., at 4:10, Fernando Athayde wrote: ude -DUNICODE -Foolecore.obj -c ../../../olecore.c ../../../olecore.c(239):

Re: [Harbour] Compile error cannot find...: make_gnu.sh: No such file or directory

2009-08-18 Thread Viktor Szakáts
Then i type: sudo make install and i get this error ! Installing ../../lib/linux/gcc/liblibhpdf.a on /usr/local/lib/ harbour ! 'libpng' library skipped ! 'sqlite3' library skipped .\bin\postinst.bat make: .binpostinst.bat: Command not found make: *** [install] Error 127 That's interesting.

Re: [Harbour] I need a comparison between HB_C52_STRICT and HB_C52_UNDOC

2009-08-18 Thread Viktor Szakáts
Hi April, UNDOC marks undocumented functions. If not set, these functions are left out from Harbour build. STRICT marks strict C52/C53 behavior inside functions. It usually causes subtle differences, and we use it in the first place to document any such differences in our source code. Brgds, Vi

[Harbour] Make install on linux why make: .binpostinst.bat: Command not found, make: *** [install] Error 127

2009-08-18 Thread elart
On Ubuntu 9.04 32 bits compiling from latest svn sources when i try make install i get this error make[3]: `../../../../../lib/linux/gcc/liblibhpdf.a' is up to date. ! Installing ../../lib/linux/gcc/liblibhpdf.a on /usr/local/lib/harbour ! 'libpng' library skipped ! 'sqlite3' library skipped .\b

[Harbour] SF.net SVN: harbour-project:[12175] trunk/harbour

2009-08-18 Thread druzus
Revision: 12175 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12175&view=rev Author: druzus Date: 2009-08-19 02:43:23 + (Wed, 19 Aug 2009) Log Message: --- 2009-08-19 04:42 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbgti

[Harbour] error compile SVN in olecore.c

2009-08-18 Thread Fernando Athayde
ude -DUNICODE -Foolecore.obj -c ../../../olecore.c ../../../olecore.c(239): error #2152: Unknown field 'llVal' of 'union (no name)' . ../../../olecore.c(247): error #2152: Unknown field 'pllVal' of 'union (no name) '. ../../../olecore.c(247): error #2152: Unknown field 'llVal' of 'union (no name

[Harbour] SF.net SVN: harbour-project:[12174] trunk/harbour

2009-08-18 Thread vouchcac
Revision: 12174 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12174&view=rev Author: vouchcac Date: 2009-08-19 01:54:13 + (Wed, 19 Aug 2009) Log Message: --- 2009-08-18 18:51 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbxbp/xbpwindow.prg

[Harbour] SF.net SVN: harbour-project:[12173] trunk/harbour

2009-08-18 Thread vouchcac
Revision: 12173 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12173&view=rev Author: vouchcac Date: 2009-08-19 01:49:07 + (Wed, 19 Aug 2009) Log Message: --- 2009-08-18 18:46 UTC-0800 Pritpal Bedi (prit...@vouchcac.com) * contrib/hbqt/hbqt.ch * co

Re: [Harbour] Compile error cannot find...: make_gnu.sh: No such file or directory

2009-08-18 Thread Bruno Luciani
I think that you use the correct method may be a bug ? postinst.bat is a windows command May be this help you For all platforms you'll need: * Supported ANSI C compiler * GNU Make (3.81 or upper) * Harbour sourc

Re: [Harbour] Plugins in hbqts library

2009-08-18 Thread CarozoDeQuilmes
Hi Pritpal, I don't know how use it. I read the Qt Documentation and I have see that in a c++ program I only need coded: #include Q_IMPORT_PLUGIN(qjpeg) and then, add plugin library for jpeg (supplied in \qt\2009.03\qt\plugins\imageformats) into linkedit process. Sorry, but I don't know anymore

Re: [Harbour] Compile error cannot find...: make_gnu.sh: No such file or directory

2009-08-18 Thread elart
On 08/19/2009 02:51 AM, elart wrote: On 08/19/2009 01:51 AM, Bruno Luciani wrote: Elart , make_gnu.sh is not part of harbour anymore i don't know how to compile in linux but may be in install file explains it Bruno Luciani Thank Bruno on a Ubuntu 9.04 i run this... but might be a better meth

Re: [Harbour] Compile error cannot find...: make_gnu.sh: No such file or directory

2009-08-18 Thread elart
On 08/19/2009 01:51 AM, Bruno Luciani wrote: Elart , make_gnu.sh is not part of harbour anymore i don't know how to compile in linux but may be in install file explains it Bruno Luciani Thank Bruno on a Ubuntu 9.04 i run this... but might be a better method... please tell. cd to the direct

[Harbour] I need a comparison between HB_C52_STRICT and HB_C52_UNDOC

2009-08-18 Thread April White
Some parts of the source is conditional on one or the other of: HB_C52_STRICT and HB_C52_UNDOC Does this mean there is: C52 with strict and without undoc C52 with strict and with undoc C52 without strict and without undoc C52 without strict and with undoc These conditionals are also

Re: [Harbour] Plugins in hbqts library

2009-08-18 Thread Pritpal Bedi
Hi CarozoDeQuilmes wrote: > > Hi Pritpal, can you add support for plugins in STATIC hbqt library ? > > I need it for use JPG image format and ODBC driver. > > http://qt.nokia.com/doc/4.5/plugins-howto.html > I am trying to understand the concept. You can explain how you will use it in .

Re: [Harbour] Compile error cannot find...: make_gnu.sh: No such file or directory

2009-08-18 Thread Bruno Luciani
Elart , make_gnu.sh is not part of harbour anymore i don't know how to compile in linux but may be in install file explains it Bruno Luciani 2009/8/18 elart > Cannot find and compile make_gnu.sh on Linux... > > bash: make_gnu.sh: No such file or directory > > Thank you > __

[Harbour] Plugins in hbqts library

2009-08-18 Thread CarozoDeQuilmes
Hi Pritpal, can you add support for plugins in STATIC hbqt library ? I need it for use JPG image format and ODBC driver. http://qt.nokia.com/doc/4.5/plugins-howto.html Thanks in advance CdQ ___ Harbour mailing list Harbour@harbour-project.org http

[Harbour] Compile error cannot find...: make_gnu.sh: No such file or directory

2009-08-18 Thread elart
Cannot find and compile make_gnu.sh on Linux... bash: make_gnu.sh: No such file or directory Thank you ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] SF.net SVN: harbour-project:[12172] trunk/harbour

2009-08-18 Thread druzus
Revision: 12172 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12172&view=rev Author: druzus Date: 2009-08-18 21:32:51 + (Tue, 18 Aug 2009) Log Message: --- 2009-08-18 23:32 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/config/win/bc

[Harbour] SF.net SVN: harbour-project:[12171] trunk/harbour

2009-08-18 Thread vszakats
Revision: 12171 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12171&view=rev Author: vszakats Date: 2009-08-18 20:57:03 + (Tue, 18 Aug 2009) Log Message: --- 2009-08-18 22:56 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/global.mk * conf

[Harbour] SF.net SVN: harbour-project:[12170] trunk/harbour

2009-08-18 Thread vszakats
Revision: 12170 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12170&view=rev Author: vszakats Date: 2009-08-18 20:48:21 + (Tue, 18 Aug 2009) Log Message: --- 2009-08-18 22:46 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/dos/watcom.mk *

Re: [Harbour] SF.net SVN: harbour-project:[12168] trunk/harbour

2009-08-18 Thread Viktor Szakáts
Thank you. There are some more 'echo' invocations under dirs, probably these should be changed also. Also, either we should change dj-echo.exe to a known build with links to binary and sources (I have links to djgpp files) or provide links for this one. This one is actually better than my latest

[Harbour] compile problem SVN version

2009-08-18 Thread Fernando Athayde
pocc.exe -I. -Ze -Go -W1 -Ot -Tarm-coff -D_M_ARM -D_WINCE -I../../../../../include -DUNICODE -Foodbc.obj -c ../../../odbc.c ../../../odbc.c(82): fatal error #1035: Can't find include file . mingw32-make[3]: *** [odbc.obj] Error 1 mingw32-make[2]: *** [descend] Error 2 mingw32-make[1]: *** [hb

Re: [Harbour] Re: SF.net SVN: harbour-project:[12167] trunk/harbour

2009-08-18 Thread Viktor Szakáts
> It was but AFAIR I have echo.exe in DJGPP bin dir so I will > have to test it without it. I'll check it later. > >> I was thinking to add an $(ECHO) variable to make it >> configurable. [ F.e. on some 3.80 win GNU make build >> it's outright required. But just for the sake of this >> buggy win ma

[Harbour] SF.net SVN: harbour-project:[12169] trunk/harbour

2009-08-18 Thread druzus
Revision: 12169 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12169&view=rev Author: druzus Date: 2009-08-18 19:34:59 + (Tue, 18 Aug 2009) Log Message: --- 2009-08-18 21:34 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/config/global

[Harbour] SF.net SVN: harbour-project:[12168] trunk/harbour

2009-08-18 Thread druzus
Revision: 12168 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12168&view=rev Author: druzus Date: 2009-08-18 19:20:59 + (Tue, 18 Aug 2009) Log Message: --- 2009-08-18 21:20 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + harbour/config/dj-ech

Re: [Harbour] Re: SF.net SVN: harbour-project:[12167] trunk/harbour

2009-08-18 Thread Przemyslaw Czerpak
On Tue, 18 Aug 2009, Przemyslaw Czerpak wrote: > > Did 'echo' work alright in your tested environments? > It was but AFAIR I have echo.exe in DJGPP bin dir so I will > have to test it without it. I'll check it later. I've just checked it and it doesn't work when I removed echo.exe from PATH so we

Re: [Harbour] Re: SF.net SVN: harbour-project:[12167] trunk/harbour

2009-08-18 Thread Przemyslaw Czerpak
On Tue, 18 Aug 2009, Szak�ts Viktor wrote: Hi, > Did 'echo' work alright in your tested environments? It was but AFAIR I have echo.exe in DJGPP bin dir so I will have to test it without it. I'll check it later. > I was thinking to add an $(ECHO) variable to make it > configurable. [ F.e. on som

[Harbour] Re: SF.net SVN: harbour-project:[12167] trunk/harbour

2009-08-18 Thread Viktor Szakáts
Hi Przemek, * harbour/config/globsh.mk * harbour/config/instsh.mk ! eliminated COMMAND.COM commands used for DOS shell - I've just tested that they do not work with pure MS-DOS 6.2 without using $ (CMDPREF) though they works with FreeDOS. Anyhow we can safely eliminate them

[Harbour] SF.net SVN: harbour-project:[12167] trunk/harbour

2009-08-18 Thread druzus
Revision: 12167 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12167&view=rev Author: druzus Date: 2009-08-18 17:44:26 + (Tue, 18 Aug 2009) Log Message: --- 2009-08-18 19:44 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbodb

[Harbour] SF.net SVN: harbour-project:[12166] trunk/harbour

2009-08-18 Thread vszakats
Revision: 12166 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12166&view=rev Author: vszakats Date: 2009-08-18 17:06:13 + (Tue, 18 Aug 2009) Log Message: --- 2009-08-17 19:05 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/dirsh.mk + Add

Re: [Harbour] SF.net SVN: harbour-project:[12158] trunk/harbour

2009-08-18 Thread Viktor Szakáts
On Tue, 18 Aug 2009, Szak�ts Viktor wrote: We do not use autoconf so we have to guess what is available on given platform. It creates potential problems in portability, i.e. to older systems. I guess that current Harbour cannot be used with older MacOSX or Linux builds. Now I'm trying to cover al

[Harbour] GNU Make 3.81.90-20090801-CVS (win32)

2009-08-18 Thread Viktor Szakáts
Hi all, FYI, just made successful test with most recent local built GNU Make 3.81.90-20090801 CVS version for win32 using MSVC. It behaved the exact same as 3.81 with Harbour make files. Brgds, Viktor ___ Harbour mailing list Harbour@harbour-project.

[Harbour] SF.net SVN: harbour-project:[12165] trunk/harbour

2009-08-18 Thread druzus
Revision: 12165 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12165&view=rev Author: druzus Date: 2009-08-18 16:02:51 + (Tue, 18 Aug 2009) Log Message: --- 2009-08-18 18:02 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/config/dir.mk

[Harbour] SF.net SVN: harbour-project:[12164] trunk/harbour

2009-08-18 Thread vszakats
Revision: 12164 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12164&view=rev Author: vszakats Date: 2009-08-18 15:51:05 + (Tue, 18 Aug 2009) Log Message: --- 2009-08-17 17:50 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/dir.mk ! Fixed

[Harbour] SF.net SVN: harbour-project:[12163] trunk/harbour

2009-08-18 Thread vszakats
Revision: 12163 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12163&view=rev Author: vszakats Date: 2009-08-18 15:40:42 + (Tue, 18 Aug 2009) Log Message: --- 2009-08-17 17:38 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/global.mk * Up

Re: [Harbour] SF.net SVN: harbour-project:[12158] trunk/harbour

2009-08-18 Thread Przemyslaw Czerpak
On Tue, 18 Aug 2009, Szak�ts Viktor wrote: Hi, >> I'll look at it but I'll wait for real final versions. >> It's hard to follow or your modifications. > 'real final version' :) okay, please consider current state as > pretty much it. I can't promise I won't have any new idea along > the way, but

Re: [Harbour] SF.net SVN: harbour-project:[12158] trunk/harbour

2009-08-18 Thread Przemyslaw Czerpak
On Tue, 18 Aug 2009, Szak�ts Viktor wrote: >> We do not use autoconf so we have to guess what is available >> on given platform. It creates potential problems in portability, >> i.e. to older systems. I guess that current Harbour cannot be used >> with older MacOSX or Linux builds. Now I'm trying t

Re: [Harbour] SF.net SVN: harbour-project:[12158] trunk/harbour

2009-08-18 Thread Viktor Szakáts
For me it works quite well. I only have to set: export HB_ARCHITECTURE=dos export HB_COMPILER=watcom export HB_INSTALL_PREFIX="$(pwd)/out-${HB_ARCHITECTURE}/$ {HB_COMPILER}" # eliminate libraries which scans for local host header files export HB_XBUILD=yes Very nice, so it's already

Re: [Harbour] SF.net SVN: harbour-project:[12158] trunk/harbour

2009-08-18 Thread Przemyslaw Czerpak
On Tue, 18 Aug 2009, Szak�ts Viktor wrote: > I'd still like to address watcom cross-compiler support, but > regarding this area that's the only remaining item pending in queue. For me it works quite well. I only have to set: export HB_ARCHITECTURE=dos export HB_COMPILER=watcom export HB_

Re: [Harbour] SF.net SVN: harbour-project:[12162] trunk/harbour

2009-08-18 Thread Viktor Szakáts
on linux hosts: -> wce/mingwarm -> win/mingw -> win/watcom -> dos/watcom(*) I'm creating such binaries but they do not work probably due to problem with Linux 'wlink' port which I hope will be fixed in the future. I'll update the list with this information.

Re: [Harbour] SF.net SVN: harbour-project:[12162] trunk/harbour

2009-08-18 Thread Przemyslaw Czerpak
On Tue, 18 Aug 2009, vszak...@users.sourceforge.net wrote: Hi, > on linux hosts: >-> wce/mingwarm >-> win/mingw >-> win/watcom >-> dos/watcom(*) I'm creating such binaries but they do not work probably due to problem with Linux 'wlink' port which I hope wi

Re: [Harbour] SF.net SVN: harbour-project:[12158] trunk/harbour

2009-08-18 Thread Viktor Szakáts
I don't see why they would need to edit any make files. I do not think that we ever directly address 10% of platforms where Harbour can be compiled. It's technically impossible so if we make build process too complicated to easy adopt it for some more exotic platforms we block the portability. F

[Harbour] SF.net SVN: harbour-project:[12162] trunk/harbour

2009-08-18 Thread vszakats
Revision: 12162 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12162&view=rev Author: vszakats Date: 2009-08-18 11:29:40 + (Tue, 18 Aug 2009) Log Message: --- 2009-08-17 13:29 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/global.mk + Ad

Re: [Harbour] hbRun() in WinCE

2009-08-18 Thread Przemyslaw Czerpak
[wtorek, 18 sierpie� 2009], Jaroslaw Kadziola napisa�(a): Hi, > Of course yy = 0, > hb_valToExp( { ... } ) = {"\myprog2.exe","par2","par3"} Thank you for confirmation. Current SVN code of hb_fsProcessRun() (hb_fsProcessExec()) is working correctly with parameters for WinCE. Please only remember

Re: [Harbour] SF.net SVN: harbour-project:[12158] trunk/harbour

2009-08-18 Thread Przemyslaw Czerpak
On Tue, 18 Aug 2009, Szak�ts Viktor wrote: Hi, > I don't see why they would need to edit any make files. I do not think that we ever directly address 10% of platforms where Harbour can be compiled. It's technically impossible so if we make build process too complicated to easy adopt it for some

[Harbour] SF.net SVN: harbour-project:[12161] trunk/harbour

2009-08-18 Thread druzus
Revision: 12161 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12161&view=rev Author: druzus Date: 2009-08-18 11:08:52 + (Tue, 18 Aug 2009) Log Message: --- 2009-08-18 13:08 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/harbour-win-s

Re: [Harbour] hbRun() in WinCE

2009-08-18 Thread Jaroslaw Kadziola
Hi, W liście datowanym 18 sierpnia 2009 (12:53:06) można przeczytać: PC>> Thank you. It's OK now though I wanted to confirm that MS does not PC>> make some strange things with 1-st parameter when it's equal to PC>> application name, i.e. PC>>yy=hb_run("\myprg2.exe \myprg2.exe par2 par3" ) PC

Re: [Harbour] hbRun() in WinCE

2009-08-18 Thread Jaroslaw Kadziola
Hi, W liście datowanym 18 sierpnia 2009 (12:21:12) można przeczytać: PC> Thank you. It's OK now though I wanted to confirm that MS does not PC> make some strange things with 1-st parameter when it's equal to PC> application name, i.e. PC>yy=hb_run("\myprg2.exe \myprg2.exe par2 par3" ) PC> I

Re: [Harbour] hbRun() in WinCE

2009-08-18 Thread Viktor Szakáts
I hope this is the last test. BTW did you have any problems with hb_dirbase() in WinCE? While I didn't make specific hb_dirBase() tests in WinCE, my app relies on it a lot and it was successfully built for WinCE a few weeks ago and it also run alright. So I conclude it works. Brgds, Viktor ___

Re: [Harbour] SF.net SVN: harbour-project:[12158] trunk/harbour

2009-08-18 Thread Viktor Szakáts
2009-08-17 10:15 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/global.mk + Implemented win/mingw cross-tool autodetection. Based on the logic found in make_gnu_xmingwce.sh. It's not exactly the same, because I used HB_CCPATH and HB_CCPREFIX only. There is no fiddling w

Re: [Harbour] hbRun() in WinCE

2009-08-18 Thread Przemyslaw Czerpak
[wtorek, 18 sierpie� 2009], Jaroslaw Kadziola napisa�(a): Hi, > Done >/*** myprg1.prg ***/ >proc main() > AltD() > yy=hb_run("\myprg2.exe par1 par2" ) >return > > i've got on screen : - > | {"par1","par2"} | >

[Harbour] SF.net SVN: harbour-project:[12160] trunk/harbour

2009-08-18 Thread druzus
Revision: 12160 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12160&view=rev Author: druzus Date: 2009-08-18 10:01:38 + (Tue, 18 Aug 2009) Log Message: --- 2009-08-18 12:01 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/make_gnu_xmin

Re: [Harbour] SF.net SVN: harbour-project:[12158] trunk/harbour

2009-08-18 Thread Przemyslaw Czerpak
On Tue, 18 Aug 2009, vszak...@users.sourceforge.net wrote: Hi, > 2009-08-17 10:15 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) > * config/global.mk > + Implemented win/mingw cross-tool autodetection. > Based on the logic found in make_gnu_xmingwce.sh. It's not > exactly the sa

Re: [Harbour] hbRun() in WinCE

2009-08-18 Thread Jaroslaw Kadziola
Hi, W liście datowanym 18 sierpnia 2009 (10:23:37) można przeczytać: PC> [wtorek, 18 sierpie? 2009], Jaroslaw Kadziola napisa3(a): PC> Hi, >> After recompile Harbour for WinCE and compile 2 programs: >> >>/*** myprg1.prg ***/ >>proc main() >> AltD() >> yy=hb_run("\myprg2.exe"

[Harbour] SF.net SVN: harbour-project:[12159] trunk/harbour

2009-08-18 Thread vszakats
Revision: 12159 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12159&view=rev Author: vszakats Date: 2009-08-18 08:42:36 + (Tue, 18 Aug 2009) Log Message: --- 2009-08-17 10:38 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/wce/poccarm.mk *

Re: [Harbour] hbRun() in WinCE

2009-08-18 Thread Przemyslaw Czerpak
[wtorek, 18 sierpie� 2009], Jaroslaw Kadziola napisa�(a): Hi, > After recompile Harbour for WinCE and compile 2 programs: > >/*** myprg1.prg ***/ >proc main() > AltD() > yy=hb_run("\myprg2.exe" ) >return > > /*** myprg2.prg ***/ >proc main( ... ) > Alert(hb_val

[Harbour] SF.net SVN: harbour-project:[12158] trunk/harbour

2009-08-18 Thread vszakats
Revision: 12158 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12158&view=rev Author: vszakats Date: 2009-08-18 08:20:16 + (Tue, 18 Aug 2009) Log Message: --- 2009-08-17 10:15 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/global.mk + Im

Re: [Harbour] hbRun() in WinCE

2009-08-18 Thread Jaroslaw Kadziola
Hi, W liście datowanym 17 sierpnia 2009 (19:27:52) można przeczytać: PC> [poniedzia?ek, 17 sierpie? 2009], Jaroslaw Kadziola napisa3(a): PC>/*** myprg1.prg ***/ PC>proc main() PC> hb_run( hb_dirBase() + "myprg2.exe" ) PC>return PC>/*** myprg2.prg ***/ PC>proc main( ...

Re: [Harbour] typo in make_gnu_xmingw.sh?

2009-08-18 Thread Viktor Szakáts
Thank you Phil. Brgds, Viktor On 2009.08.18., at 8:44, Phil Krylov wrote: On Tue, Aug 18, 2009 at 10:29 AM, Phil Krylov wrote: On Tue, Aug 18, 2009 at 4:35 AM, Viktor Szakáts0...@syenar.hu> wrote: On Tue, 18 Aug 2009, Szak�ts Viktor wrote: In line 47 TARGET is set to 'i386-mingw32msvc', bu