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
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
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
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
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
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
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
> 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
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
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
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
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_
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
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
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
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
>> 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
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
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
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
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
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
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
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
24 matches
Mail list logo