If you are referring to the posstr functions, try replacing them with
the PosEx() function in strutils.
Finally, I succeed to compile TjanSQL class on Lazarus 0.9.13 (FPC 2.1.1
2006/03/10). These are what I did:
- I've changed the PosStr() and PosText() functions in janSQLStrings unit with
the
On 3/20/06, Florian Klaempfl <[EMAIL PROTECTED]> wrote:
> Alexandre Leclerc wrote:
> > On 3/20/06, Jonas Maebe <[EMAIL PROTECTED]> wrote:
> >> On 20 Mar 2006, at 21:46, constantijnw wrote:
> >>
> > Thanks, but I can't reach this page.. Is there anything I can
> > do to
> > make www.
Alexandre Leclerc wrote:
> On 3/20/06, Jonas Maebe <[EMAIL PROTECTED]> wrote:
>> On 20 Mar 2006, at 21:46, constantijnw wrote:
>>
> Thanks, but I can't reach this page.. Is there anything I can
> do to
> make www.freepascal.org and its subdirectories accessible for me?
The page
On 3/20/06, Jonas Maebe <[EMAIL PROTECTED]> wrote:
>
> On 20 Mar 2006, at 21:46, constantijnw wrote:
>
> >>> Thanks, but I can't reach this page.. Is there anything I can
> >>> do to
> >>> make www.freepascal.org and its subdirectories accessible for me?
> >>
> >> The page is reachable ?
> >
>
Felipe Monteiro de Carvalho wrote:
Ok, as requested, I´m pasting again the contents of the wiki page. =)
Great, thanks.
Besides the differences in pointer sizes, should all 32 bit integer
types be changed to 64 bit integer types.
Any other things to deal with?
___
Ok, as requested, I´m pasting again the contents of the wiki page. =)
Writing portable code regarding the processor architecture
>From FPCWiki
There are several main issues when writing code which is portable
regarding the processor architecture: endianness and 32 vs. 64 bit
processors.
Table of
Johann Glaser wrote:
Hi!
It is known that some people have a problem accessing
www.freepascal.org, but unfortunately no one knows the exact cause.
Some people think a certain kind of icmp packets are filtered by the
firewall in front of the machine that hosts www.freepascal.org
(some
Jonas Maebe wrote:
On 20 Mar 2006, at 21:46, constantijnw wrote:
Thanks, but I can't reach this page.. Is there anything I can
do to
make www.freepascal.org and its subdirectories accessible for me?
The page is reachable ?
No, Firefox (or IE) tells me he/she is "Waiting for
www.
Hi!
> It is known that some people have a problem accessing
> www.freepascal.org, but unfortunately no one knows the exact cause.
> Some people think a certain kind of icmp packets are filtered by the
> firewall in front of the machine that hosts www.freepascal.org
> (something with fragme
Also works here. I will paste the contents of the page bellow for you:
Writing portable code regarding the processor architecture
>From FPCWiki
There are several main issues when writing code which is portable
regarding the processor architecture: endianness and 32 vs. 64 bit
processors.
Table of
On 20 Mar 2006, at 21:46, constantijnw wrote:
Thanks, but I can't reach this page.. Is there anything I can
do to
make www.freepascal.org and its subdirectories accessible for me?
The page is reachable ?
No, Firefox (or IE) tells me he/she is "Waiting for
www.freepascal.org..." Is a
Works from here
On Mar 20, 2006, at 15:46, constantijnw wrote:
Michael Van Canneyt wrote:
On Mon, 20 Mar 2006, constantijnw wrote:
Vincent Snijders wrote:
constantijnw wrote:
Hi,
FPC programming for 64 bits processors; anyone written some helpful
guidelines, article, etc.?
There
On Mon, 20 Mar 2006, constantijnw wrote:
> Michael Van Canneyt wrote:
>
> >On Mon, 20 Mar 2006, constantijnw wrote:
> >
> >
> >
> >>Vincent Snijders wrote:
> >>
> >>
> >>
> >>>constantijnw wrote:
> >>>
> >>>
> >>>
> Hi,
>
> FPC programming for 64 bits processors; anyone written some
Michael Van Canneyt wrote:
On Mon, 20 Mar 2006, constantijnw wrote:
Vincent Snijders wrote:
constantijnw wrote:
Hi,
FPC programming for 64 bits processors; anyone written some helpful
guidelines, article, etc.?
There is an article on the fpc wiki:
http://www.free
On Mon, 20 Mar 2006, constantijnw wrote:
> Vincent Snijders wrote:
>
> > constantijnw wrote:
> >
> >> Hi,
> >>
> >> FPC programming for 64 bits processors; anyone written some helpful
> >> guidelines, article, etc.?
> >>
> >
> > There is an article on the fpc wiki:
> > http://www.freepascal.org/
Vincent Snijders wrote:
constantijnw wrote:
Hi,
FPC programming for 64 bits processors; anyone written some helpful
guidelines, article, etc.?
There is an article on the fpc wiki:
http://www.freepascal.org/wiki/index.php/Writing_portable_code_regarding_the_processor_architecture
Than
constantijnw wrote:
Hi,
FPC programming for 64 bits processors; anyone written some helpful
guidelines, article, etc.?
There is an article on the fpc wiki:
http://www.freepascal.org/wiki/index.php/Writing_portable_code_regarding_the_processor_architecture
Vincent.
_
Hi,
FPC programming for 64 bits processors; anyone written some helpful
guidelines, article, etc.?
Constantijn
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>
> Fixed
Thanks Peter!
It works!
regards
Burkhard
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>> The problem isn't related to particular
>> distribution, but rather to particular SVN
>> revision. Some bug slipped into our makefiles
>> during this weekend, it should be hopefully
>> corrected soon.
>
> linux-i386, fixes_2_0
>
> To me it seem that "rtl/inc/text.inc" is broken Please see
> http
On Mon, 20 Mar 2006, Burkhard Carstens wrote:
The problem isn't related to particular
distribution, but rather to particular SVN
revision. Some bug slipped into our makefiles
during this weekend, it should be hopefully
corrected soon.
linux-i386, fixes_2_0
To me it seem that "rtl/inc/text.i
> The problem isn't related to particular
> distribution, but rather to particular SVN
> revision. Some bug slipped into our makefiles
> during this weekend, it should be hopefully
> corrected soon.
linux-i386, fixes_2_0
To me it seem that "rtl/inc/text.inc" is broken Please see
http://www.bcsof
On Mon, 20 Mar 2006, Bisma Jayadi wrote:
Hi all...
I found TjanSQL from http://jansfreeware.com. It's a small-text-based custom
database component with SQL ability. The database itself is a comma separated
value (csv) text file. I think this component is better than the TSDFDataSet
(separa
23 matches
Mail list logo