[Harbour] how to use libpng

2010-03-30 Thread Fernando Athayde
how to use? i´m thinking about introduce libpng in hwgui Best Regards, Fernando Athayde Veja quais são os assuntos do momento no Yahoo! +Buscados http://br.maisbuscados.yahoo.com_

Re: [Harbour] Re: Compiler question in INSTALL text file

2010-03-30 Thread smu johnson
On Tue, Mar 30, 2010 at 5:13 PM, Pritpal Bedi wrote: > > > Can you please instruct your mail account not to attach message body, > to which you are replying ? It certainly distract to understand the > contents > of your messages. > Sorry, I didn't realize it was a problem. Instead I'll just repl

Re: [Harbour] Re: Compiler question in INSTALL text file

2010-03-30 Thread Viktor Szakáts
> smu johnson wrote: >> >> Next time I'll only paste the relevant lines. Based on what you said, it >> is >> now obvious to me that sticking with MinGW is the easiest and best way to >> just have everything work. >> > > Can you please instruct your mail account not to attach message body, > to

[Harbour] Re: Compiler question in INSTALL text file

2010-03-30 Thread Pritpal Bedi
smu johnson wrote: > > Next time I'll only paste the relevant lines. Based on what you said, it > is > now obvious to me that sticking with MinGW is the easiest and best way to > just have everything work. > Can you please instruct your mail account not to attach message body, to which you a

Re: [Harbour] LIB hbmysql

2010-03-30 Thread JOEL - YAHOO
Hello Viktor, thanks for the help. But that was not enough. This option (hbmk2-mkimplib) generated only one copy of the DLL (hbmk2-mkimplib = libmysql.a libmysql.dll). I decided to set the functions manually. eg: mysql_init to mysql_init @ 4. . . So the problem is resolved. Yes, looks th

Re: [Harbour] Re: Compiler question in INSTALL text file

2010-03-30 Thread smu johnson
Thanks Viktor, Next time I'll only paste the relevant lines. Based on what you said, it is now obvious to me that sticking with MinGW is the easiest and best way to just have everything work. Keep up the great work! On Tue, Mar 30, 2010 at 4:32 PM, Viktor Szakáts wrote: > > Viktor, thank you f

Re: [Harbour] LIB hbmysql

2010-03-30 Thread Viktor Szakáts
>>> /harbour/lib/libhbmysql.a(mysql.o):mysql.c:(.text+0xa4): undefined >>> reference to >>> `mysql_escape_str...@12' >>> /harbour/lib/libhbmysql.a(mysql.o):mysql.c:(.text+0x115): undefined >>> reference to >>> `mysql_escape_str...@12' >>> /harbour/lib/libhbmysql.a(mysql.o):mysql.c:(.text+0x156):

Re: [Harbour] Re: Compiler question in INSTALL text file

2010-03-30 Thread Viktor Szakáts
> Viktor, thank you for all the help. I apologize for making you have to > repeat yourself multiple times on this issue. :[ > > Looks like I will probably stick with Gnu C. One last question if I may... > is getting MSVC C++ 6 a bad idea for building some apps customers will use, > instead o

Re: [Harbour] LIB hbmysql

2010-03-30 Thread JOEL - YAHOO
Em 30/03/2010 02:20, Viktor Szakáts escreveu: Hi, Use HB_BUILD_IMPLIB=yes at build time (or hbmk2 -mkimplib anytime) to create working implibs. Brgds, Viktor On 2010 Mar 30, at 02:49, JOEL - YAHOO wrote: Hi Please, give me some information. The LIB hbmysql is available for version 5.0.89

Re: [Harbour] Re: Compiler question in INSTALL text file

2010-03-30 Thread smu johnson
Viktor, thank you for all the help. I apologize for making you have to repeat yourself multiple times on this issue. :[ Looks like I will probably stick with Gnu C. One last question if I may... is getting MSVC C++ 6 a bad idea for building some apps customers will use, instead of relying on Mi

Re: [Harbour] rpm build fail - current SVN

2010-03-30 Thread Barry Jackson
On 30/03/10 17:57, Barry Jackson wrote: RPM build errors: File not found: /home/baz/rpm/BUILDROOT/harbour-2.1.0-devmdv20100.i386/usr/lib/harbour/libsddsqlt3.a [...@localhost harbour]$ Any ideas? Thanks, Barry ___ Harbour mailing list (attachment size

Re: [Harbour] Re: Compiler question in INSTALL text file

2010-03-30 Thread Viktor Szakáts
> I will post some results soon regarding MSVC 6. Pls just paste relevant lines to the mail body. > One thing you should know, is that that Win9x will NOT run the .exe's > generated by my MSVC 2008 SP1 Express Edition. It tells me to upgrade > Windows. Perhaps Yes, I documented this many man

Re: [Harbour] Re: Compiler question in INSTALL text file

2010-03-30 Thread Viktor Szakáts
> Oops, forgot my Express Edition question. Was wondering if there's any > stupid 30-day expiry on the .EXE's that it generates, that microsoft put in > place to get you to pay for it that you know of. No, nothing like that. It's unlimited and you are allowed to create commercial programs with

Re: [Harbour] Re: Compiler question in INSTALL text file

2010-03-30 Thread smu johnson
I will post some results soon regarding MSVC 6. One thing you should know, is that that Win9x will NOT run the .exe's generated by my MSVC 2008 SP1 Express Edition. It tells me to upgrade Windows. Perhaps that should be noted in the INSTALL doc? I personally think it's a money grab from Microso

Re: [Harbour] Re: Compiler question in INSTALL text file

2010-03-30 Thread Viktor Szakáts
> Well, the same exact error happened on MSVC 6, on a computer that did not > have TDM MinGW installed Just simply MSVC as a C compiler installed. It > found cl.exe okay, but same error. *sad face*. I can't guess, pls post the first 20-30 lines of the build to be able to tell anything.

Re: [Harbour] Re: Compiler question in INSTALL text file

2010-03-30 Thread smu johnson
Oops, forgot my Express Edition question. Was wondering if there's any stupid 30-day expiry on the .EXE's that it generates, that microsoft put in place to get you to pay for it that you know of. On Tue, Mar 30, 2010 at 3:08 PM, smu johnson wrote: > Viktor, > > Your suggestion worked, and I wro

Re: [Harbour] Re: Compiler question in INSTALL text file

2010-03-30 Thread smu johnson
Viktor, Your suggestion worked, and I wrote a dummy prime number generator to test the compilers... and found MSVC 2008 fastest, followed by Mingw, then Open Watcom. You were correct! Nice small .EXE sizes. One question about MSVC Express Edition: On Tue, Mar 30, 2010 at 1:50 PM, smu johnson

Re: [Harbour] Re: Compiler question in INSTALL text file

2010-03-30 Thread smu johnson
Well, the same exact error happened on MSVC 6, on a computer that did not have TDM MinGW installed Just simply MSVC as a C compiler installed. It found cl.exe okay, but same error. *sad face*. On Tue, Mar 30, 2010 at 1:36 PM, Viktor Szakáts wrote: > > Note: Because I have TDM MinGW still i

Re: [Harbour] Re: Compiler question in INSTALL text file

2010-03-30 Thread Viktor Szakáts
> Note: Because I have TDM MinGW still in PATH I manually set the compiler > thingy. Also, this error didn't happen when using Open Watcom. So that's the reason. Make system cannot find out MSVC version in this case, so it gets it wrong, causing the error you reported. Use 'set HB_COMPILER_V

Re: [Harbour] Re: Compiler question in INSTALL text file

2010-03-30 Thread smu johnson
For you! Note: Because I have TDM MinGW still in PATH I manually set the compiler thingy. Also, this error didn't happen when using Open Watcom. Commands run: 1. call "%ProgramFiles(x86)%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" (maybe INSTALL file should include x86 % var f

Re: [Harbour] Re: Compiler question in INSTALL text file

2010-03-30 Thread Viktor Szakáts
Can you post the beginning of your build with all the autodetection info? On 2010 Mar 30, at 21:51, smu johnson wrote: > To update, I couldn't get MSVC 2008 SP1 Express to compile it either, with > the same error that version 6 from the old days presented: It seems to > interpret -nologo as -

Re: [Harbour] Drastic DEVOUT / screen printing lag on Windows 98, and less slow but still slow on XP+.

2010-03-30 Thread smu johnson
Przemek, Thanks a million. The SET CURSOR thing solved probably 90% of this problem, maybe even 95% or 100%... it is hard for me to say, but it is much better now with it off. BTW, I am wondering if you accept donations. Since is the only place I can seem to reach you, I was wondering if you co

Re: Res: Res: [Harbour] set printer to ( problem with network)

2010-03-30 Thread Viktor Szakáts
> extension .prn gone, but the problem continue > Error TERM/2014 Create error: \\caixa2\Epson LX-300 (DOS Error 67) > Called from ->SET(0) If this is a printer name (as opposed to share name) it won't work in Harbour. Use hbwin lib functions to push data into printer names: win_PrintFileRaw

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

2010-03-30 Thread druzus
Revision: 14262 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14262&view=rev Author: druzus Date: 2010-03-30 19:55:52 + (Tue, 30 Mar 2010) Log Message: --- 2010-03-30 21:55 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/gtwvg

Re: Res: Res: [Harbour] set printer to ( problem with network)

2010-03-30 Thread Przemysław Czerpak
On Tue, 30 Mar 2010, Fernando Athayde wrote: Hi, > extension .prn gone, but the problem continue > Error TERM/2014 Create error: \\caixa2\Epson LX-300 (DOS Error 67) > Called from ->SET(0) winerror.h: #define ERROR_BAD_NET_NAME 67L Verify the server and printer names. Maybe the network tran

[Harbour] Re: Compiler question in INSTALL text file

2010-03-30 Thread smu johnson
To update, I couldn't get MSVC 2008 SP1 Express to compile it either, with the same error that version 6 from the old days presented: It seems to interpret -nologo as -ologo or something The file cannot be copied onto itself. 0 file(s) copied. win-make[3]: [install] Error 1 (ignored)

Re: [Harbour] set printer to ( problem with network)

2010-03-30 Thread Przemysław Czerpak
On Tue, 30 Mar 2010, Fernando Athayde wrote: Hi, > Error TERM/2014 Create error: \\caixa2\Epson LX-300.prn (DOS Error 67) > Called from ->SET(0) > with xharbour runs well, but with harbour don´t run > i´ve migrated all my whole application for harbour, i´ll need to print in > network and in lx3

Re: [Harbour] Compiler question in INSTALL text file

2010-03-30 Thread Viktor Szakáts
Hi Smu, > I tried using Open Watcom and found that my applications and .EXE sizes are > 600k smaller than TDM MinGW, and run way faster. That's interesting result because "on paper" (using speedtst) watcom is much behind mingw, although better than bcc/pocc. > But it says that it's kind of exp

Res: Res: [Harbour] set printer to ( problem with network)

2010-03-30 Thread Fernando Athayde
extension .prn gone, but the problem continue Error TERM/2014 Create error: \\caixa2\Epson LX-300 (DOS Error 67) Called from ->SET(0) Regards, Fernando Athayde De: Viktor Szakáts Para: Harbour Project Main Developer List. Enviadas: Terça-feira, 30 de Março d

Re: [Harbour] WMF to PDF

2010-03-30 Thread Lautaro Moreira
Hello Rossine, I'm can try but i'm using harbour+fwh in a modified printpreview class from fwh and is hard extract pdfcreator + harbour only part. In theory you use Com interfaz of pdfcreator for configure options for your pdf file and print in the pdfcreator name printer in normal way. Bes

[Harbour] Compiler question in INSTALL text file

2010-03-30 Thread smu johnson
Hi, I tried using Open Watcom and found that my applications and .EXE sizes are 600k smaller than TDM MinGW, and run way faster. But it says that it's kind of experimental or that it might not be 100% supported in the INSTALL file under the heading "Also supported, some features may be missing:".

Re: Res: [Harbour] set printer to ( problem with network)

2010-03-30 Thread Viktor Szakáts
Hi, l := Set( _SET_DEFEXTENSIONS, .F. ) ... print ... Set( _SET_DEFEXTENSIONS, l ) Brgds, Viktor On 2010 Mar 30, at 21:22, Fernando Athayde wrote: > the command set printer increases by it selt ".prn" > > Regards, > Fernando Athayde > > De: Vailton Renato > Para: Harbour Project Main Develop

Res: [Harbour] set printer to ( problem with network)

2010-03-30 Thread Fernando Athayde
the command set printer increases by it selt ".prn" Regards, Fernando Athayde De: Vailton Renato Para: Harbour Project Main Developer List. Enviadas: Terça-feira, 30 de Março de 2010 15:17:49 Assunto: Re: [Harbour] set printer to ( problem with network) Try:

Re: [Harbour] WMF to PDF

2010-03-30 Thread Rossine
Hi Mindaugas, I try PDFCreator :) Regards, Rossine. Mindaugas Kavaliauskas wrote: > > Rossine wrote: >> Is possible converter wmf to pdf through the harbour ? > > Hi, > > > Two ways comes to my mind, though non of it is directly related to > harbour and requires more or less C knowledge:

Re: [Harbour] WMF to PDF

2010-03-30 Thread Rossine
Hello Lautaro, Is possible a sample with harbour + pdfcreator ? :) Regards, Rossine. Lautaro Moreira wrote: > > Hello, > > You can use pdfcreator and com ( ole ) interfaz and play wmf in > pdfcreator printer. > > Atte., > > Lautaro Moreira > PD: Sorry for my bad english. > > El 30/03/20

Re: [Harbour] WMF to PDF

2010-03-30 Thread Lautaro Moreira
Hello, You can use pdfcreator and com ( ole ) interfaz and play wmf in pdfcreator printer. Atte., Lautaro Moreira PD: Sorry for my bad english. El 30/03/2010 13:38, Rossine escribió: Hello, Is possible converter wmf to pdf through the harbour ? Regards, Rossine. __

Re: [Harbour] set printer to ( problem with network)

2010-03-30 Thread Vailton Renato
Try: SET PRINTER TO \\caixa2\Epson LX-300. Regards, Vailton Renato ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] set printer to ( problem with network)

2010-03-30 Thread Fernando Athayde
Error TERM/2014 Create error: \\caixa2\Epson LX-300.prn (DOS Error 67) Called from ->SET(0) with xharbour runs well, but with harbour don´t run i´ve migrated all my whole application for harbour, i´ll need to print in network and in lx300 usb can someone help me? Best regards, Fernando Athayd

Re: [Harbour] WMF to PDF

2010-03-30 Thread Mindaugas Kavaliauskas
Rossine wrote: Is possible converter wmf to pdf through the harbour ? Hi, Two ways comes to my mind, though non of it is directly related to harbour and requires more or less C knowledge: 1) You can try to play metafile on PDFCreator printing device (perhaps can be done in Harbour or a fe

[Harbour] rpm build fail - current SVN

2010-03-30 Thread Barry Jackson
RPM build errors: File not found: /home/baz/rpm/BUILDROOT/harbour-2.1.0-devmdv20100.i386/usr/lib/harbour/libsddsqlt3.a [...@localhost harbour]$ Any ideas? Thanks, Barry ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project

[Harbour] WMF to PDF

2010-03-30 Thread Rossine
Hello, Is possible converter wmf to pdf through the harbour ? Regards, Rossine. -- View this message in context: http://old.nabble.com/WMF-to-PDF-tp28085070p28085070.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___ Harbour

Re: [Harbour] hbrun broken since a few days at least

2010-03-30 Thread francesco perillo
Maurilio, use the "bisect" method... if revision X is ok and revision X+100 is bad, start checking revision X+50 and you will split the number of tests by half. Suppose that X+50 is ok, then test X+25... and so on... Mercurial had a bisect functionality just for this scope... Francesco On Tue, M

Re: [Harbour] Ghost cursor with GTWVT

2010-03-30 Thread Przemysław Czerpak
On Tue, 30 Mar 2010, Xavi wrote: Hi, > >ShowCaret() optimization and maybe it will help you to find when the > >cursor is wrongly refreshed. > I think I've found the root of the issue. > Please don't nothing about it. Let me do some checking, ...tonight. OK and thank you. best regards, Przemek

Re: [Harbour] Re: WVW

2010-03-30 Thread Bruno Luciani
I don't have it , it is a contrib ? Bruno 2010/3/30 Itamar Lins > Em 30/3/2010 08:57, Bruno Luciani escreveu: > >> which library i need to link to run your sample ? >> >> Bruno >> >> 2010/3/29 Itamar Lins >> > > >> >> >>Em 29/3/2010 20:30, Bruno Luciani escreveu

Re: [Harbour] hbblat with MingW.

2010-03-30 Thread Viktor Szakáts
Hi, It works here with current SVN. Brgds, Viktor On 2010 Mar 30, at 17:06, Itamar Lins wrote: > Hi! > > I get this is error: > C:/DEV/HARBOUR/lib/win/mingw/libhbblat.a(blatwrp.o):blatwrp.c:(.text+0x2c): > undefined reference to `cSend' > collect2: ld returned 1 exit status > > ChangeLog 142

[Harbour] Re: hbblat with MingW.

2010-03-30 Thread Itamar Lins
My Fault. Forgot HB_WITH_BLAT=C:\blat\full\source best regards, Itamar m. Lins jr. ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Ghost cursor with GTWVT

2010-03-30 Thread Xavi
Hi Przemek, ShowCaret() optimization and maybe it will help you to find when the cursor is wrongly refreshed. I think I've found the root of the issue. Please don't nothing about it. Let me do some checking, ...tonight. Best regards, Xavi ___ Harbou

[Harbour] hbblat with MingW.

2010-03-30 Thread Itamar Lins
Hi! I get this is error: C:/DEV/HARBOUR/lib/win/mingw/libhbblat.a(blatwrp.o):blatwrp.c:(.text+0x2c): undefined reference to `cSend' collect2: ld returned 1 exit status ChangeLog 14243,Xp-SP3 With MSVC express works fine. Best regards, Itamar M. Lins Jr.

Re: [Harbour] hbrun broken since a few days at least

2010-03-30 Thread Maurilio Longo
Przemyslaw, at 14236 it is still working... maybe a wrong harbour.dll in my path, but I've double-checked and I did not find it and I always do a make clean before every rebuild. I don't know, I'll keep upgrading/rebuilding until I reach current code and I'll let you know. Maurilio. PS. Maybe

Re: [Harbour] hbrun broken since a few days at least

2010-03-30 Thread Przemysław Czerpak
On Tue, 30 Mar 2010, Maurilio Longo wrote: Hi, > Going back at 14230 works ok, > now I'm rebuilding each one commit from here on, even if reading the ChangeLog > I don't see changes which could explain my problems. > I'll let everybody know what I find out. Check if it's not caused by shared bui

Re: [Harbour] hbrun broken since a few days at least

2010-03-30 Thread Maurilio Longo
Going back at 14230 works ok, now I'm rebuilding each one commit from here on, even if reading the ChangeLog I don't see changes which could explain my problems. I'll let everybody know what I find out. Maurilio. Maurilio Longo wrote: > No, > > there is something more, every .exe in bin fails

[Harbour] Re: WVW

2010-03-30 Thread Itamar Lins
Em 30/3/2010 08:57, Bruno Luciani escreveu: which library i need to link to run your sample ? Bruno 2010/3/29 Itamar Lins mailto:itamarl...@gmail.com>> Em 29/3/2010 20:30, Bruno Luciani escreveu: This is an only windows library Is that wright ? Bruno Yes. Un

Re: [Harbour] Re: WVW

2010-03-30 Thread Bruno Luciani
which library i need to link to run your sample ? Bruno 2010/3/29 Itamar Lins > Em 29/3/2010 20:30, Bruno Luciani escreveu: > > This is an only windows library >> >> Is that wright ? >> >> Bruno >> > Yes. Unfortunately there are many systems done with it. > > > Best regards, > Itamar M. Lins J

Re: [Harbour] mingw 4.5.0 benchmarks

2010-03-30 Thread Mindaugas Kavaliauskas
Maurilio Longo wrote: as I wrote earlier I did not see any difference as well unless i just call it with -j (without number), in this case I see both of my cores doing work. Hi, thank You. That helps in my case also. -j4, -j5, -j99 do nothing, but -j makes build harbour more than twice fast

Re: [Harbour] hbrun broken since a few days at least

2010-03-30 Thread Maurilio Longo
No, there is something more, every .exe in bin fails apart from hbmk2 ??? 03-30-2010 13:22:58 SYS2070 PID 75c6 TID 0001 Slot 00b0 E:\REPOSITORY\HARBOUR\BIN\OS2\GCC\HBTEST.EXE HBTEST->HARBOUR._hb_parvnl 127 03-30-2010 13:26:36 S

Re: [Harbour] Ghost cursor with GTWVT

2010-03-30 Thread Xavi
Hi Przemek, [...] Anyhow I always prefer to detect real reason of problem first to check if such modification is really necessary and the problem is not side effect of some other code or bugs. Otherwise each of us will add some new peaces of code which only mask real bugs making the whole code

[Harbour] hbrun broken since a few days at least

2010-03-30 Thread Maurilio Longo
Hi Viktor, I was looking into hbrun issue with the icon when I've found out that an hbrun I have dated 25 march does not run as well. I get this error: 03-30-2010 12:36:17 SYS2070 PID 4e34 TID 0001 Slot 00a5 E:\HARBOUR\BIN\HBRUN.EXE HBRUN->HARBOUR._hb_retclen_buffer 127 Which should mean

Re: [Harbour] Drastic DEVOUT / screen printing lag on Windows 98, and less slow but still slow on XP+.

2010-03-30 Thread Przemysław Czerpak
On Tue, 30 Mar 2010, smu johnson wrote: Hi, > I made a hello world program that demonstrates that in Harbour, printing > 3 devouts to the screen in a fixed location takes way longer than > Clipper, in different circumstances. [...] It's an old well known bug in MS-Windows consoles in Win9x w

Re: [Harbour] Ghost cursor with GTWVT

2010-03-30 Thread Przemysław Czerpak
On Tue, 30 Mar 2010, Xavi wrote: Hi, > Sometimes GTWVT leaves the previous mark of cursor. Attached picture > to illustrate the issue. > This happens because the pre-cursor position not is marked with > InvalidateRect (RedrawDiff not find differences) getting knocked out > of WM_PAINT. So it mea

[Harbour] Drastic DEVOUT / screen printing lag on Windows 98, and less slow but still slow on XP+.

2010-03-30 Thread smu johnson
Hi, I made a hello world program that demonstrates that in Harbour, printing 3 devouts to the screen in a fixed location takes way longer than Clipper, in different circumstances. I was wondering if any devs could help isolate the issue, whether it's some inefficiency in Harbour code, or Wind

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

2010-03-30 Thread Maurilio Longo
Viktor, there is another problem, the .ico file is a win32 one, not an OS/2 one, so I've converted it but: 1) you don't see the ico until after you mark the .exe as a PM one (presentation managers, that is GUI). 2) the .exe file, not marked as PM, does not run if built adding the generated .res o

Re: [Harbour] MemoEdit

2010-03-30 Thread vatzct
30.03.2010 11:26, Horodyski Marek (PZUZ) ???(??): I have tested now testprof.prg from tests folder in version : Harbour 2.0.1dev (Rev. 13492) And MemoEdit isn't worked. Can anybody confirm this ? Regards, Marek Horodyski ___ Harbour mailing l

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

2010-03-30 Thread Viktor Szakáts
> RC_RULE = $(RC) $(RCFLAGS) $(HB_RCFLAGS) $(HB_USER_RESFLAGS) $(RC_OUT) $< $@ Good. In this case can you check with this solution to use mainstream method only: --- RC := rc.exe RC_OUT := RCFLAGS := -DOS2 -r --- If this doesn't work pls post here the command executed with your special rules

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

2010-03-30 Thread Viktor Szakáts
Hi Maurilio, > RC := $(HB_CCPATH)$(HB_CCPREFIX)rc > RC_OUT := -DOS2 -r > RC_RULE = $(RC) $(RCFLAGS) $(HB_RCFLAGS) $(HB_USER_RESFLAGS) $(RC_OUT) $< > BUT, it builds the .res file at the same dir level of hbrun.rc and, even > moving it inside obj\os2\gcc the final .exe has not the icon, here I fear

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

2010-03-30 Thread Maurilio Longo
Ok, this is it RC_RULE = $(RC) $(RCFLAGS) $(HB_RCFLAGS) $(HB_USER_RESFLAGS) $(RC_OUT) $< $@ so, .res file gets made into obj\os2\gcc subfolder. Now, lets see how to make it show when browsing a folder containing hbrun.exe Maurilio. Maurilio Longo wrote: > Viktor, > > with these rules inside

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

2010-03-30 Thread Maurilio Longo
Viktor, with these rules inside os2\gcc.mk it build a .res file using rc.exe RC := $(HB_CCPATH)$(HB_CCPREFIX)rc RC_OUT := -DOS2 -r RC_RULE = $(RC) $(RCFLAGS) $(HB_RCFLAGS) $(HB_USER_RESFLAGS) $(RC_OUT) $< BUT, it builds the .res file at the same dir level of hbrun.rc and, even moving it inside o

[Harbour] MemoEdit

2010-03-30 Thread Horodyski Marek (PZUZ)
I have tested now testprof.prg from tests folder in version : Harbour 2.0.1dev (Rev. 13492) And MemoEdit isn't worked. Can anybody confirm this ? Regards, Marek Horodyski ___ Harbour mailing list (attachment size limi

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

2010-03-30 Thread Przemysław Czerpak
On Tue, 30 Mar 2010, Maurilio Longo wrote: Hi, > Here it is: > (E:\harbour\test)gettid > Time _hb_gettid() 693 > Time _gettid() 1787 > Time _hb_gettid2() 2952 Thank you very much. The results suggests that _gettid() is also optimized in OS2 builds. > > Yes it is and it's good place to store suc

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

2010-03-30 Thread Maurilio Longo
Przemyslaw, Przemysław Czerpak wrote: > Such results can be a little bit change by autoinlining when -O3 is used > so it would be nice if you can also test this function: > >ULONG _hb_gettid2( void ) >{ > ULONG tid = 0; > PTIB ptib = NULL; > > if( DosGetInfoBlocks( &pt

Re: [Harbour] mingw 4.5.0 benchmarks

2010-03-30 Thread Maurilio Longo
Mindaugas, as I wrote earlier I did not see any difference as well unless i just call it with -j (without number), in this case I see both of my cores doing work. I'm using the dragon media flavor of mingw. Maurilio. Mindaugas Kavaliauskas wrote: >>> You can also try to reduce the optimizatio