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

2009-05-21 Thread vszakats
Revision: 11096 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11096view=rev Author: vszakats Date: 2009-05-21 06:54:01 + (Thu, 21 May 2009) Log Message: --- 2009-05-21 08:53 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbmk2/hbmk2.prg

[Harbour] Upper\Lower nationals chars.

2009-05-21 Thread Horodyski Marek (PZUZ)
I don't can compile : hbmk2 gtchars from tests folder. I have this error list : Error! E2028: hb_vmProcessSymbolsEx is an undefined reference Error! E2028: hb_vmExecute is an undefined reference Error! E2028: HB_FUN_EMPTY is an undefined reference Error! E2028: HB_FUN_UPPER is an undefined

Re: [Harbour] Upper\Lower nationals chars.

2009-05-21 Thread Szakáts Viktor
Probably you're mixing libs built with different compilers, or you have an incomplete Harbour build maybe. Here it works ok. Brgds, Viktor On 2009.05.21., at 8:55, Horodyski Marek (PZUZ) wrote: I don't can compile : hbmk2 gtchars from tests folder. I have this error list : Error! E2028:

Re: [Harbour] How can create a library with hbmk2?

2009-05-21 Thread Przemyslaw Czerpak
On Thu, 21 May 2009, Szak�ts Viktor wrote: I only guess so it's possible that I'm wrong but AFAIR MS-Win write each file with two name: full_name and short_name which is in 8.3 format. Each file with extension longer then 3 bytes after conversion to 8.3 format has as extension first 3

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

2009-05-21 Thread Przemyslaw Czerpak
On Wed, 20 May 2009, vszak...@users.sourceforge.net wrote: Log Message: --- 2009-05-20 21:25 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/vm/set.c ! Applied fix sent by Xavi. Thanks. I did a few minor formattings and rename, and did a light review,

RE: [Harbour] Upper\Lower nationals chars.

2009-05-21 Thread Horodyski Marek (PZUZ)
-Original Message- From: Szakáts Viktor [mailto:harbour...@syenar.hu] Sent: Thursday, May 21, 2009 9:06 AM To: Harbour Project Main Developer List. Subject: Re: [Harbour] Upper\Lower nationals chars. Probably you're mixing libs built with different compilers, or you have an incomplete

Re: [Harbour] How can create a library with hbmk2?

2009-05-21 Thread Szakáts Viktor
Thanks. I did some more tests and even 'dir' command works like this, and common things like file open dialog, so I'm not really sure what Exactly. It has to if I'm right and the above DIR behavior confirms that I'm. For each file with extension longer then 3 characters Windows create

RE: [Harbour] Upper\Lower nationals chars.

2009-05-21 Thread Horodyski Marek (PZUZ)
-Original Message- From: Szakáts Viktor [mailto:harbour...@syenar.hu] Sent: Thursday, May 21, 2009 9:06 AM To: Harbour Project Main Developer List. Subject: Re: [Harbour] Upper\Lower nationals chars. Probably you're mixing libs built with different compilers, or you have an incomplete

Re: [Harbour] How can create a library with hbmk2?

2009-05-21 Thread Przemyslaw Czerpak
On Thu, 21 May 2009, Szak�ts Viktor wrote: Okay, I'd say let's leave it at that. I'm thinking to remove this hack from hbmk2, as I've found that by renaming .prg to .prg.ext it can still be excluded from *.prg mask. This is a realistic compromise. What means that windows creates and extension

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

2009-05-21 Thread druzus
Revision: 11097 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11097view=rev Author: druzus Date: 2009-05-21 09:10:41 + (Thu, 21 May 2009) Log Message: --- 2009-05-21 11:19 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) *

Re: [Harbour] How can create a library with hbmk2?

2009-05-21 Thread Viktor Szakáts
What means that windows creates and extension in 8.3 file name alias from the last extension in long file name. I guess that if you create file 'filename.prg.extension' then it can be seen as *.ext but not as *.prg Exactly. I think that removing the hack from hbmk2 is good idea. If we want

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

2009-05-21 Thread vszakats
Revision: 11098 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11098view=rev Author: vszakats Date: 2009-05-21 10:24:57 + (Thu, 21 May 2009) Log Message: --- 2009-05-21 12:24 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbmk2/hbmk2.prg

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

2009-05-21 Thread druzus
Revision: 11099 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11099view=rev Author: druzus Date: 2009-05-21 11:56:51 + (Thu, 21 May 2009) Log Message: --- 2009-05-21 14:05 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) *

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

2009-05-21 Thread Pritpal Bedi
Hello Mindaugas snaiperis wrote: Revision: 11090 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=11090view=rev Author: snaiperis Date: 2009-05-20 15:19:17 + (Wed, 20 May 2009) Fantastic. COM part is working fine, ActiveX MAY have some issues. Here

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

2009-05-21 Thread Viktor Szakáts
1. You have left CreateWindowEx() for obivious reasons.   But I think it should be a part of the code as a separate function   because it uses ATL specific constructs. The function could be like   __AXCREATEWINDOW() - pointerHWND. 2. __AXGETCONTROL control expects hWnd as a pointer which,

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

2009-05-21 Thread Xavi
Przemek, Well, look at the positive side: now it's better. :) And it works .- Procedure Main() SET PRINTER TO out.txt SET DEVICE TO PRINTER @ 0,0 say 'This print in out.txt' SET PRINTER TO // or Set( _SET_PRINTFILE, ) Activate default printer and *not break* the display !!! @

[Harbour] PushButton and QT

2009-05-21 Thread CarozoDeQuilmes
Hi, sorry by my bad english. I have a problem with PushButton running in HBQT When I defined: oWnd := QMainWindow():new() .. oButton := QPushButton():New( QT_PTROF( oWnd ) ) oButton:setText( Testing PushButton HbQt ) oButton:move( 200,200 ) oButton:show() .

[Harbour] Language OS

2009-05-21 Thread CarozoDeQuilmes
Hi, is there any function in Harbour to get the OS language? (english (en-US), portuguese (pt-BR), etc) Thanks and Regards CdQ -- QAC (I want something comfortable !!!) - Incremental Compilation with all MiniGUIs versions QAC (Quiero Algo Cómodo !!!) - Compilación Incremental con todas las

Re: [Harbour] Language OS

2009-05-21 Thread Viktor Szakáts
HB_USERLANG() Brgds, Viktor On Thu, May 21, 2009 at 11:21 PM, CarozoDeQuilmes carozodequil...@gmail.com wrote: Hi, is there any function in Harbour to get the OS language? (english (en-US), portuguese (pt-BR), etc) Thanks and Regards CdQ -- QAC (I want something comfortable !!!) -

Re: [Harbour]

2009-05-21 Thread Viktor Szakáts
/source/utils/hbmk2/hbmk2.prg Brgds, Viktor On Thu, May 21, 2009 at 10:32 PM, Daniel Pereira da Silva daniel.particu...@gmail.com wrote: Hello All, Anybody has a sample using i18n functions ? Thanks! Daniel Pereira ___ Harbour mailing list

Re: [Harbour] Language OS

2009-05-21 Thread CarozoDeQuilmes
Thanks CdQ On Thu, May 21, 2009 at 8:29 PM, Viktor Szakáts harbour...@syenar.huwrote: HB_USERLANG() Brgds, Viktor On Thu, May 21, 2009 at 11:21 PM, CarozoDeQuilmes carozodequil...@gmail.com wrote: Hi, is there any function in Harbour to get the OS language? (english (en-US),

[Harbour-users] OS Language

2009-05-21 Thread harbour-users
Hi, is there any function in Harbour to get the OS language? (english (en-US), portuguese (pt-BR), etc) Thanks and Regards CdQ -- QAC (I want something comfortable !!!) - Incremental Compilation with all MiniGUIs versions QAC (Quiero Algo Cómodo !!!) - Compilación Incremental con todas las