Re: [fpc-devel] TARGET_OS and TARGET_CPU does nothing

2006-11-07 Thread Christian Ulrich
You can't cycle a cross-compiler. Simply try make CPU_TARGET=x86_64 OS_TARGET=win64 make CPU_TARGET=arm OS_TARGET=wince for sure ? last week that is working great for arm-wince by the way have trioed also make all TARGET_CPU=arm TARGET_OS=wince result: an i386-win32 compiler Michael. _

Re: [fpc-devel] TARGET_OS and TARGET_CPU does nothing

2006-11-06 Thread Christian Ulrich
Michael Van Canneyt schrieb: On Mon, 6 Nov 2006, Christian Ulrich wrote: Are there new options or something else ? when i try to compiler the compiler or rtl or fcl with TARGET_OS and TARGET_CPU it generates always code for i386-win32 in actual svn How do you specify these options

[fpc-devel] TARGET_OS and TARGET_CPU does nothing

2006-11-05 Thread Christian Ulrich
Are there new options or something else ? when i try to compiler the compiler or rtl or fcl with TARGET_OS and TARGET_CPU it generates always code for i386-win32 in actual svn best regards Christian ___ fpc-devel maillist - fpc-devel@lists.freepa

Re: Re[2]: [fpc-devel] format function

2006-10-12 Thread Christian Ulrich
when the statement if (-0 = 0) is true then RoundTo schould not return an numer like -0 ?! i think the point of view of an fpu is in the round functions not nessesary 0 is 0 and not -0 - Original Message - From: "Jonas Maebe" <[EMAIL PROTECTED]> To: "FPC developers' list" Sent: T

Re: [fpc-devel] Master/Detail problem with Tdbf

2006-10-05 Thread Christian Ulrich
ok, i will try to make it reproduceable - Original Message - From: "Micha Nelissen" <[EMAIL PROTECTED]> To: "FPC developers' list" Sent: Thursday, October 05, 2006 1:27 PM Subject: Re: [fpc-devel] Master/Detail problem with Tdbf > Christian Ulrich

[fpc-devel] Master/Detail problem with Tdbf

2006-10-05 Thread Christian Ulrich
I have an strange Issue here with tdbf and master/detail. I have 2 sorts of Master/Detail relationships in this project. at first with FIELD based indexes: At example i haven an customers table and and customercontact table. both have an Field ACCOUNTNO over what the master / detail relationship is

[fpc-devel] TBlobField.SaveToStream / LoadFromStream dont work

2006-10-05 Thread Christian Ulrich
TBlobField.SaveToStream and LoadFromStream dont work in Windows (with tdbf) Can somebody tale a look at this ? its very importend for my actual project. regards Christian ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal