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

2009-12-11 Thread Viktor Szakáts
Hi, On Thu, 10 Dec 2009, vszak...@users.sourceforge.net wrote: Hi, 2009-12-10 15:40 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * hbwin/win_misc.c * hbwin/win_prn1.c + Using new UNICODE parameter passing macros instead of HB_TCHAR*() ones. (where possible) Thank you for

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

2009-12-11 Thread vszakats
Revision: 13210 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13210view=rev Author: vszakats Date: 2009-12-11 10:01:12 + (Fri, 11 Dec 2009) Log Message: --- 2009-12-11 10:59 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * include/hbextern.ch +

Re: [Harbour] Some changes on Harbour Web Page

2009-12-11 Thread Patrick Mast
Hey Guys, Like I asked Vailton so many times, I'd like the site to list me as the designer of the logo. ;-) It now says Design by Vailton Renato, maybe you can add Logo by Patrick Mast Thank you. Patrick ___ Harbour mailing list (attachment size

Re: [Harbour] Some changes on Harbour Web Page

2009-12-11 Thread Viktor Szakáts
Hi, If we're at it, maybe xhb developer list could list me as Harbour contributor. Brgds, Viktor On 2009 Dec 11, at 11:40, Patrick Mast wrote: Hey Guys, Like I asked Vailton so many times, I'd like the site to list me as the designer of the logo. ;-) It now says Design by Vailton

Re: [Harbour] Some changes on Harbour Web Page

2009-12-11 Thread Patrick Mast
Hey Viktor, If we're at it, maybe xhb developer list could list me as Harbour contributor. I agree! ;-) Enrico, can you please add Viktor to the Developers list? Thanks! Patrick ___ Harbour mailing list (attachment size limit: 40KB)

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

2009-12-11 Thread Przemysław Czerpak
On Fri, 11 Dec 2009, Szak�ts Viktor wrote: Hi, 1. please do not leave any unnecessary casting like: ( LPCTSTR ) HB_PARSTRDEF( ... ) such casting does not give anything (it cannot converts strings between different formats) but can hide very serious bugs like wrong

Re: [Harbour] Some changes on Harbour Web Page

2009-12-11 Thread Massimo Belgrano
Hi Renato Can you add Logo by Patrick Mast Hi Patrick your logo is still a good logo Compliment! 2009/12/11 Patrick Mast devlist.harb...@gmail.com: Hey Viktor, If we're at it, maybe xhb developer list could list me as Harbour contributor. I agree! ;-) Enrico, can you please add Viktor

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

2009-12-11 Thread Viktor Szakáts
1. please do not leave any unnecessary casting like: ( LPCTSTR ) HB_PARSTRDEF( ... ) such casting does not give anything (it cannot converts strings between different formats) but can hide very serious bugs like wrong HB_PARSTRDEF() body. I know about this, but if I don't cast, MSVC

Re: [Harbour] Some changes on Harbour Web Page

2009-12-11 Thread Vailton Renato
In reality there were not several times but the truth is that it was only once ... and since then the site has not been updated. For this reason alone there is still no reference to your name there ... but for the next update must already be included. So much as I said at the beginning of this

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

2009-12-11 Thread Przemysław Czerpak
On Fri, 11 Dec 2009, vszak...@users.sourceforge.net wrote: Hi, ; TOFIX: CreateProcessW() second parameter has to be a read/write buffer. Przemek, do you have an idea how to solve that the cleanest way? (for now I kept a cast, assuming that a

Re: [Harbour] Some changes on Harbour Web Page

2009-12-11 Thread Enrico Maria Giordano
-Messaggio Originale- Da: Patrick Mast devlist.harb...@gmail.com A: Harbour Project Main Developer List. harbour@harbour-project.org Data invio: venerdì 11 dicembre 2009 11.55 Oggetto: Re: [Harbour] Some changes on Harbour Web Page Enrico, can you please add Viktor to the Developers

Re: [Harbour] Some changes on Harbour Web Page

2009-12-11 Thread Viktor Szakáts
Thank you very much Enrico and Patrick. Brgds, Viktor On 2009 Dec 11, at 13:15, Enrico Maria Giordano wrote: -Messaggio Originale- Da: Patrick Mast devlist.harb...@gmail.com A: Harbour Project Main Developer List. harbour@harbour-project.org Data invio: venerdì 11 dicembre 2009

[Harbour] MSVC C mode warnings in init code

2009-12-11 Thread Viktor Szakáts
Hi Przemek, In MSVC C mode (default in hbmk2), I'm getting these warnings: --- cl.exe -I. -I../../../../../include -nologo -Gs -TC -W4 -wd4127 -Ot2b1 -EHs-c- -DHB_HAS_PCRE -IF:/work/harbour/harbour/external/pcre -DPCRE_STATIC -DHB_HAS_Z LIB -IF:/work/harbour/harbour/external/zlib -DUNICODE

[Harbour] Suggestion: Place generated file location

2009-12-11 Thread AbeB
Hi Harbour Makers, Would it be more practical to place all build generated .c .obj output files in a complete different directory location not underneath the current directory? like \harbourOutput\src\... \harbourBuidOutput\contrib\... so when i do a search on .c files it won't search all these

Re: [Harbour] MSVC C mode warnings in init code

2009-12-11 Thread Przemysław Czerpak
On Fri, 11 Dec 2009, Szak�ts Viktor wrote: Hi, In MSVC C mode (default in hbmk2), I'm getting these warnings: --- cl.exe -I. -I../../../../../include -nologo -Gs -TC -W4 -wd4127 -Ot2b1 -EHs-c- -DHB_HAS_PCRE -IF:/work/harbour/harbour/external/pcre -DPCRE_STATIC -DHB_HAS_Z LIB

[Harbour] Erro with -hblnk /FORCE

2009-12-11 Thread Rossine
Hello, I'm testing the MiniGUI with MSVC 2008 Express, and can generate the exe file I need to pass the parameter -hblnk / FORCE. But when I put it, the parameter / I. does not work, then it goes to occur this error: main.prg(23) Error F0029 Can't open #include file 'Principal.fmg' This is a

Re: [Harbour] Erro with -hblnk /FORCE

2009-12-11 Thread Viktor Szakáts
Try with '-ldflag=-force' instead of '-hblnk /force'. -hblnk does something completely different. As for why .fmg can't be found I don't know current MiniGUI setup and dir layout enough to comment on it. Brgds, Viktor On 2009 Dec 11, at 15:05, Rossine wrote: Hello, I'm testing the

Re: [Harbour] Erro with -hblnk /FORCE

2009-12-11 Thread Rossine
Hello Viktor, it works perfectly :) Many Thank´s, Rossine. -- View this message in context: http://old.nabble.com/Erro-with---hblnk--FORCE-tp26744825p26745054.html Sent from the Harbour - Dev mailing list archive at Nabble.com. ___ Harbour

Re: [Harbour] Erro with -hblnk /FORCE

2009-12-11 Thread Massimo Belgrano
Can i suggest minigui project switch to svn instead CVS? 2009/12/11 Rossine qii...@ig.com.br: Hello Viktor, it works perfectly :) Many Thank´s, Rossine. -- View this message in context: http://old.nabble.com/Erro-with---hblnk--FORCE-tp26744825p26745054.html Sent from the Harbour -

Re: [Harbour] Some changes on Harbour Web Page

2009-12-11 Thread Massimo Belgrano
Patrik harbour and xharbour relationship are a bit consumed so i pray you evaluate works of made good relationship in future This can be a starting point so i invite you share your point of view here we need search a common reply to common problem 2009/12/11 Patrick Mast

Re: [Harbour] Some changes on Harbour Web Page

2009-12-11 Thread Patrick Mast
Hey Massimo, harbour and xharbour relationship are a bit consumed so i pray you evaluate works of made good relationship in future This can be a starting point so i invite you share your point of view here we need search a common reply to common problem I'm always prepared to listen to

Re: [Harbour] Some changes on Harbour Web Page

2009-12-11 Thread Massimo Belgrano
Yes sure I invite to frequent harbour mailing list post your poiv when you can spare times 2009/12/11 Patrick Mast devlist.harb...@gmail.com: Hey Massimo, harbour and xharbour relationship are a bit consumed so i pray you evaluate works of made good relationship in future This can be a

Re: [Harbour] Some changes on Harbour Web Page

2009-12-11 Thread Patrick Mast
Massimo, Yes sure I invite to frequent harbour mailing list post your poiv when you can spare times I'm interested in all [x]Harbour! ;-) Patrick ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org

[Harbour] Wich way for Harbour GUI ?

2009-12-11 Thread Massimo Belgrano
I have found very interesting The works around QT from Pritpal hbqt a portable gui work on linux,windows,macos with good look and feel hbxhp xbase ++ part class compatibility to qt hbide a visual ide made in harbour and inspired by xmate that explain how mutch powerfull is qt I also interested

Re: [Harbour] Wich way for Harbour GUI ?

2009-12-11 Thread Patrick Mast
Hey Massimo, I'm not here to advertise, but since you asked.. :) Please look at Visual xHarbour at http://www.VisualxHarbour.com This is my idea of how an IDE should look like. Patrick On Fri, Dec 11, 2009 at 4:49 PM, Massimo Belgrano mbelgr...@deltain.it wrote: I have found very interesting

Re: [Harbour] Wich way for Harbour GUI ?

2009-12-11 Thread Mindaugas Kavaliauskas
Hi, Massimo, Massimo Belgrano wrote: I have found very interesting The works around QT from Pritpal hbqt a portable gui work on linux,windows,macos with good look and feel hbxhp xbase ++ part class compatibility to qt hbide a visual ide made in harbour and inspired by xmate that explain how

Re: [Harbour] Wich way for Harbour GUI ?

2009-12-11 Thread Massimo Belgrano
Follow my conversation with Patrick sorry for changed title so appear as a new conversation 2009/12/11 Mindaugas Kavaliauskas dbto...@dbtopas.lt: Patrick Is hbqt, hbxhp, etc. related to your conversation with Patrick? What is the reason you citation here? -- Massimo Belgrano

Re: [Harbour] Wich way for Harbour GUI ?

2009-12-11 Thread Vailton Renato
I thought I was taking too long to come any such comments... =S ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

[Harbour] Re: Some changes on Harbour Web Page

2009-12-11 Thread Angel Pais
Patrick Mast escribió: Hey Massimo, harbour and xharbour relationship are a bit consumed so i pray you evaluate works of made good relationship in future This can be a starting point so i invite you share your point of view here we need search a common reply to common problem I'm always

[Harbour] HB_ARRAYSETSTR() and NULL

2009-12-11 Thread Viktor Szakáts
Hi Przemek, Current code allows NULL parameters in hb_arraySetC(), so it would be nice if new macro would also support it, and would place an empty string. Maybe final version of these macros would have done it, but anyway, just to let you know. Brgds, Viktor

Re: [Harbour] Wich way for Harbour GUI ?

2009-12-11 Thread Massimo Belgrano
I have tryed visual xharbour and not are in accord with you about ide but instead Can you share your idea of modern GUI for desktop application or web 2009/12/11 Patrick Mast devlist.harb...@gmail.com: Hey Massimo, I'm not here to advertise, but since you asked.. :) Please look at Visual

Re: [Harbour] Re: Some changes on Harbour Web Page

2009-12-11 Thread Patrick Mast
Hey Angel, The only friend  you've ever had is money. Go troll elsewhere. Sorry you feel that way Angel. It seems you do not know me enough. ;-) But I don't want to get involved in these kind of discussions. Lets keep it friendly. ;-) Patrick ___

Re: [Harbour] Wich way for Harbour GUI ?

2009-12-11 Thread Patrick Mast
Hey Massimo, I have tryed visual xharbour and not are in accord with you about ide Ok, I respect that. :) but instead Can you share your idea of modern GUI for desktop application or web Well, my idea of a modern GUI *IS* Visual xharbour as I'm developing it together with Augusto. For web

Re: [Harbour] Re: Some changes on Harbour Web Page

2009-12-11 Thread Massimo Belgrano
No angel is not true But here we haven't exclusion for peole friend of money Everybody with or without money is always welcome 2009/12/11 Angel Pais amigo...@adinet.com.uy: Patrick Mast escribió: The only friend  you've ever had is money. Go troll elsewhere. -- Massimo Belgrano

Re: [Harbour] Wich way for Harbour GUI ?

2009-12-11 Thread Massimo Belgrano
Sqlrdd will be compatible also for harbour Ajax. with [x]harbour? can se same source to undestrand IMO Web developement is under costruction, the battle is on frameworks In ms tecnologies windows Form is in end of life and will be replaced by WPF Qt seem have plan a Hibrid version of framework

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

2009-12-11 Thread vszakats
Revision: 13211 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13211view=rev Author: vszakats Date: 2009-12-11 17:27:41 + (Fri, 11 Dec 2009) Log Message: --- 2009-12-11 18:17 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * include/hbwinuni.h +

[Harbour] Adding MAPI to hbwin

2009-12-11 Thread ToninhoFWi
Hi. I have a working MAPI for Harbour. Can I add it to hbwin ? Regards, Toninho. __ Faça ligações para outros computadores com o novo Yahoo! Messenger http://br.beta.messenger.yahoo.com/ ___ Harbour

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

2009-12-11 Thread vszakats
Revision: 13212 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13212view=rev Author: vszakats Date: 2009-12-11 18:43:42 + (Fri, 11 Dec 2009) Log Message: --- 2009-12-11 19:41 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/Makefile *

Re: [Harbour] HB_PARSTRLEN()

2009-12-11 Thread Przemysław Czerpak
On Fri, 11 Dec 2009, Szak�ts Viktor wrote: Hi, Is it possible to have above macro or function? hb_parclen() usage needs to be cleaned and prepared for case when Harbour level string is already in utf8 (or utf16) CP. What do you think? We can add it but looking at current code I do not

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

2009-12-11 Thread druzus
Revision: 13213 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13213view=rev Author: druzus Date: 2009-12-11 18:51:54 + (Fri, 11 Dec 2009) Log Message: --- 2009-12-11 19:51 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) *

Re: [Harbour] HB_PARSTRLEN()

2009-12-11 Thread Viktor Szakáts
Is it possible to have above macro or function? hb_parclen() usage needs to be cleaned and prepared for case when Harbour level string is already in utf8 (or utf16) CP. What do you think? We can add it but looking at current code I do not find any place where it's really necessary.

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

2009-12-11 Thread vszakats
Revision: 13214 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13214view=rev Author: vszakats Date: 2009-12-11 18:59:21 + (Fri, 11 Dec 2009) Log Message: --- 2009-12-11 19:56 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/wce_smsc.c

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

2009-12-11 Thread vszakats
Revision: 13215 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13215view=rev Author: vszakats Date: 2009-12-11 19:21:56 + (Fri, 11 Dec 2009) Log Message: --- 2009-12-11 20:16 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) *

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

2009-12-11 Thread vszakats
Revision: 13216 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13216view=rev Author: vszakats Date: 2009-12-11 19:25:45 + (Fri, 11 Dec 2009) Log Message: --- 2009-12-11 20:25 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/win_regc.c

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

2009-12-11 Thread Massimo Belgrano
@set PATH=C:\devl\MinGWtd2\bin;%PATH% SET HB_COMPILER= makefile:18: ../../contrib/hbqt/filelist.mk: No such file or directory win-make[2]: *** No rule to make target `../../contrib/hbqt/filelist.mk'. Stop. win-make[1]: *** [hbqt.clean] Error 2 win-make: *** [contrib.clean] Error 2 2009/12/11

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

2009-12-11 Thread druzus
Revision: 13217 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13217view=rev Author: druzus Date: 2009-12-11 19:42:40 + (Fri, 11 Dec 2009) Log Message: --- 2009-12-11 20:42 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) *

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

2009-12-11 Thread Viktor Szakáts
Thank you very much, that cleared all issues nicely. Brgds, Viktor On 2009 Dec 11, at 20:42, dru...@users.sourceforge.net wrote: Revision: 13217 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13217view=rev Author: druzus Date: 2009-12-11 19:42:40 +

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

2009-12-11 Thread druzus
Revision: 13218 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13218view=rev Author: druzus Date: 2009-12-12 00:43:01 + (Sat, 12 Dec 2009) Log Message: --- 2009-12-12 01:42 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) *

[Harbour] new MSVC warning

2009-12-11 Thread Viktor Szakáts
Hi All, --- cl.exe -I. -I../../../../../../include -nologo -Gs -TP -W4 -wd4127 -Ot2b1 -EHs-c- -DHB_MT_VM -DUNICODE -Fohvmall.obj -c ../../../../hvmall.c hvmall.c f:\work\harbour\harbour\src\vm\dlmalloc.c(4859) : warning C4701: potentially uninitialized local variable 'result' used

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

2009-12-11 Thread vszakats
Revision: 13219 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13219view=rev Author: vszakats Date: 2009-12-12 02:07:01 + (Sat, 12 Dec 2009) Log Message: --- 2009-12-12 02:43 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/vm/strapi.c %