Re: [Harbour] Setting File Permission with NetIO

2010-05-21 Thread Mario H. Sabado
On 5/22/2010 12:00 AM, harbour-requ...@harbour-project.org wrote: -- Message: 4 Date: Fri, 21 May 2010 13:16:32 +0200 From: Przemys?aw Czerpak Subject: Re: [Harbour] Setting File Permission with NetIO To: "Harbour Project Main Developer List." Message-ID:<201

[Harbour] THtmlDocument class bug ?

2010-05-21 Thread Teo Fonrouge
Hello all, I want to create, using Harbour, some html files So I would like to know if there are any known issues regarding this class. The sample: "harbour/contrib/hbtip/tests/dbtohtml.prg", seems to build a malformed html document; the end tags for and are missing from the final html file bui

Re: [Harbour] Problem with the generation of Ace32.lib

2010-05-21 Thread Ale SB
xAds s a function I. The question is qo harbor is not generating the ace32.lib correctly from the dll, you may notice that this missing Functions. If I copy the Ace32.lib in this directory and replace the acesdk by that generated by the harbor, not in any mistake. Only the size of the Lib Gener

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

2010-05-21 Thread vszakats
Revision: 14551 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14551&view=rev Author: vszakats Date: 2010-05-21 19:16:32 + (Fri, 21 May 2010) Log Message: --- 2010-05-21 21:15 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg

Re: [Harbour] Problem with the generation of Ace32.lib

2010-05-21 Thread Viktor Szakáts
There is no 'xads' in Harbour. Viktor On 2010 May 21, at 20:04, Ale SB wrote: > > The Lib is being generated incorrectly, thus missing functions, see: > > xAds.obj : error LNK2019: símbolo externo _adsflushfilebuff...@4 sin > resolver al que se hace referencia en la función _HB_FUN_ADSFLUSHFIL

[Harbour] hbvpdf: how set the Page Size?

2010-05-21 Thread David MS
Hi, when i do: function main() local oPdf oPdf := tPdf():New( 'test.pdf' ) oPdf:NewPage( "A4", "P", 6 ) oPdf:Center("Test") oPdf:Close() return nil The "test.pdf" file has always the same size: 8,5 in. x 11 in., althoug replacing "A4" by "LETTER", "A3"...etc Portrait and landscape

Re: [Harbour] Problem with the generation of Ace32.lib

2010-05-21 Thread Ale SB
The Lib is being generated incorrectly, thus missing functions, see: xAds.obj : error LNK2019: símbolo externo _adsflushfilebuff...@4 sin resolver al que se hace referencia en la función _HB_FUN_ADSFLUSHFILEBUFFERS rddads.lib(ads1.obj) : error LNK2001: símbolo externo _adsflushfilebuff...@4 sin r

Re: [Harbour] Erros Rev 14550...MsVc 2008

2010-05-21 Thread Viktor Szakáts
> Hrs_Main.obj : error LNK2001: símbolo externo _HB_FUN_CURDRIVE sin resolver > > Hrs_Inde.obj : error LNK2001: símbolo externo _HB_FUN_DBPACK sin resolver > > FiveHm.lib(DATABASE.obj) : error LNK2019: símbolo externo _HB_FUN_DBPACK sin > resolver al que se hace referencia en la función _HB_FUN_T

[Harbour] Erros Rev 14550...MsVc 2008

2010-05-21 Thread Ale SB
How to solve this? Hrs_Main.obj : error LNK2001: símbolo externo _HB_FUN_CURDRIVE sin resolver Hrs_Inde.obj : error LNK2001: símbolo externo _HB_FUN_DBPACK sin resolver FiveHm.lib(DATABASE.obj) : error LNK2019: símbolo externo _HB_FUN_DBPACK sin resolver al que se hace referencia en la función

Re: [Harbour] Problem with the generation of Ace32.lib

2010-05-21 Thread Viktor Szakáts
Hi, It's always generated now. Does it not work now for you? Viktor On 2010 May 21, at 18:40, Ale SB wrote: > > The latest revisions of Hb, is not generating correctly Ace32.lib from > Ace32.dll. > > Ace32.Lib Gerand by Hb == 105Kb > > Ace32.lib of Ads\AceSdk == 113Kb > > With the revision

Re: [Harbour] Problem with upper and lower based on CDP

2010-05-21 Thread Viktor Szakáts
Hi Qatan, >> ANSI and OEM are totally confusing Microsoft (Windows-specific) terms so we >> stay out of using them in Harbour. >> We already support both, but with other names. "ANSI" is usually "??WIN", >> and "OEM" is usually "??85n". >> >> Viktor > > Are not "??ISO" and "??WIN" the same

[Harbour] Problem with the generation of Ace32.lib

2010-05-21 Thread Ale SB
The latest revisions of Hb, is not generating correctly Ace32.lib from Ace32.dll. Ace32.Lib Gerand by Hb == 105Kb Ace32.lib of Ads\AceSdk == 113Kb With the revisions of Release 2.0, the Ace32.Lib was generated correctly. makeVc2008.bat rem - debug test rem set HB_BUILD_DEBUG=yes rem set HB_TR_

Re: [Harbour] Problem with upper and lower based on CDP

2010-05-21 Thread Qatan
Hello Viktor, ANSI and OEM are totally confusing Microsoft (Windows-specific) terms so we stay out of using them in Harbour. We already support both, but with other names. "ANSI" is usually "??WIN", and "OEM" is usually "??85n". Viktor Are not "??ISO" and "??WIN" the same thing? T

Re: [Harbour] Building libs with hbmk2

2010-05-21 Thread Viktor Szakáts
Hi, > I have this .hbp file: > -trace > -info > -hblib > -omylib > -inc > -workdir=hbobj > -iInclude > -prgflag=-b > > and then a list of about 20 source files. > > > this files are compiled and I find the .obj files in directory hbobj > >> From these files a mylib.lib is assembled. > > Now I

[Harbour] Building libs with hbmk2

2010-05-21 Thread francesco perillo
I have this .hbp file: -trace -info -hblib -omylib -inc -workdir=hbobj -iInclude -prgflag=-b and then a list of about 20 source files. this files are compiled and I find the .obj files in directory hbobj >From these files a mylib.lib is assembled. Now I'm linking this library in a program usin

Re: [Harbour] Problem with upper and lower based on CDP

2010-05-21 Thread 2D Info - Leandro Damasio
I don't see why such complication is necessary, or what do you really want to do. If you need "ANSI" codepage, why don't you use PTISO, or it's also possible to add a PTWIN codepage if you (or anybody else) can provide one. Waw! This is great news for me! ??ISO cp is more than enough to my needs

Re: [Harbour] Problem with upper and lower based on CDP

2010-05-21 Thread Viktor Szakáts
>> The problem is probably in your display or output >> settings. >> >> Viktor > > Thank you Viktor! > > I got confused because I used an ANSI editor to write the PRG code when the > codepage table code is written in OEM. Yes, the codepage you chose is CP850, which means "OEM" in Microsoft-sp

Re: [Harbour] Problem with upper and lower based on CDP

2010-05-21 Thread 2D Info - Leandro Damasio
This is impossible to tell when pasted to an e-mail. Anyhow I've checked it locally directly in the source and to me the PT850 looks alright. Try to open src/codepage/cppt850.c with an editor which you can set to 850 CP, or your browser. Or do the same with above test after your write the result

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

2010-05-21 Thread vszakats
Revision: 14550 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14550&view=rev Author: vszakats Date: 2010-05-21 15:06:56 + (Fri, 21 May 2010) Log Message: --- 2010-05-21 17:06 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * src/compiler/genhrb.c

Re: [Harbour] Setting File Permission with NetIO

2010-05-21 Thread Przemysław Czerpak
On Fri, 21 May 2010, Mario H. Sabado wrote: Hi, > How can I set the file permission when creating index file via NetIO > server under Linux? I have to chmod each time I reindex to reset > file permission settings of the created index. Set umask before you run the server. See: man umask for d

[Harbour] Setting File Permission with NetIO

2010-05-21 Thread Mario H. Sabado
Hi Przemek, How can I set the file permission when creating index file via NetIO server under Linux? I have to chmod each time I reindex to reset file permission settings of the created index. Thanks and best regards, Mario ___ Harbour mailing list

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

2010-05-21 Thread vszakats
Revision: 14549 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14549&view=rev Author: vszakats Date: 2010-05-21 09:59:42 + (Fri, 21 May 2010) Log Message: --- 2010-05-21 11:59 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * examples/gtwvw/gtwvw.c

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

2010-05-21 Thread vszakats
Revision: 14548 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14548&view=rev Author: vszakats Date: 2010-05-21 09:47:48 + (Fri, 21 May 2010) Log Message: --- 2010-05-21 11:45 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * include/hbdefs.h + Ad

[Harbour] connet information

2010-05-21 Thread Horodyski Marek (PZUZ)
How can I check using rddinfo if I connected to the database, and what are the properties of this connection? ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour