Hello
I tried to compile a program with fpc (for FreeBSD).
The objectfile was build, but the linker put an error msg on the screen.
linking
/usr/bin/ld cannot find -ldl
ehh ?
I looked in the /usr/bin dir, the gnu linker is there. What`s the problem ?
Karim
--
_
Hello
I need the packages.zip from the fpc page. But the download link is not up since a
long time.
Is there an other link, or can anybody send it to me ? That would be great.
By the way, a lot of download links (mirrors) are down on the fpc page. I only found
my FreeBSD fpc Version avaliable o
On Wed, 9 Jul 2003, Karim Forsthofer wrote:
> Hello
>
> I need the packages.zip from the fpc page. But the download link is not up since a
> long time.
> Is there an other link, or can anybody send it to me ? That would be great.
> By the way, a lot of download links (mirrors) are down on the f
> I tried to compile a program with fpc (for FreeBSD).
It sounds like you tried to build a LInux specific program :-)
> The objectfile was build, but the linker put an error msg on the screen.
> linking
> /usr/bin/ld cannot find -ldl
File libdl is missing. However these calls are integrated i
Aloha,
I'm trying to use the TRegistry object of fpc 1.0.6 for Win32 on Win2k
to check for the presence of a particular key,
'HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\SshHostKeys' and value
name '[EMAIL PROTECTED]:ahost.ourdomain.com'.
I've studied the Registry unit's source from \source\fcl
On Tue, 8 Jul 2003, Ronald L Fox wrote:
> Aloha,
>
> I'm trying to use the TRegistry object of fpc 1.0.6 for Win32 on Win2k
> to check for the presence of a particular key,
> 'HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\SshHostKeys' and value
> name '[EMAIL PROTECTED]:ahost.ourdomain.com'.
>
>
You can get the whole of the current v10 or v11 source from
ftp.freepascal.org/pub/fpc/snapshot/v11/source or /v10/source in fpc.zip, or
you can get packages.zip from these directories too...
The ftp site has been down for a few days but seems ok at the moment. hth
Regards John
-Original Me
Is the unit verified to work on Win NT?? (i.e. NT4 - XP) because the 9x
registry is different to the NT one. Could be a security issue.
Matt
___
fpc-pascal maillist - [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
On Wed, 9 Jul 2003, Matt Emson wrote:
> Is the unit verified to work on Win NT?? (i.e. NT4 - XP) because the 9x
> registry is different to the NT one. Could be a security issue.
I develop on NT, so it definitely works on NT :-)
Michael.
___
fpc-pas
Pascal enthusiasts,
I'm new to the list and just wanted to introduce myself. I got my first
tast of Pascal in college on a VAX 11/750 under the VMS operating system.
Nowdays Linux is my preferred platform. I was thrilled to discover Free
Pascal. It's like becoming reacquanted with an old friend
Kevin,
Welcome! What do you mean by a "text-based interface"?
-Alan
--- Kevin Monceaux <[EMAIL PROTECTED]> wrote:
> Pascal enthusiasts,
>
> I'm new to the list and just wanted to introduce myself. I got my
> first
> tast of Pascal in college on a VAX 11/750 under the VMS operating
> system.
Alan,
Text based - something that would run on a Linux text console, old dumb
terminal, DOS in the days before Windows, etc.
Kevin
On Wed, 9 Jul 2003, Alan Mead wrote:
> Kevin,
>
> Welcome! What do you mean by a "text-based interface"?
>
> -Alan
>
> --- Kevin Monceaux <[EMAIL PROTECTED]> wrot
On Wed, 9 Jul 2003, Kevin Monceaux wrote:
> Pascal enthusiasts,
>
> I'm new to the list and just wanted to introduce myself. I got my first
> tast of Pascal in college on a VAX 11/750 under the VMS operating system.
> Nowdays Linux is my preferred platform. I was thrilled to discover Free
> Pa
Well then let me rephrase the question: What functionality are you
looking for?
All your programs will, by default, be console applications that use
write/writeln and read/readln. There is also a few flavors of the
CRT unit containing more advanced console-based primitives like
ReadKey() and W
I want to provide a formatted read like FORTRAN's. I have found a
public-domain implementation but it concatenats the input data as
bytes, making assumptions about the endian-ness and size of various
types. The alternatives I've devised are (1) returning a sequence of
strings or (2) a linked list
Alan,
I'm looking for something with some form of form management capabilities.
Something that would let one define a form, add some "widgets" to the
form, then call a function to handle user input, navigating between
"widgets", and the like.
Kevin
On Wed, 9 Jul 2003, Alan Mead wrote:
> Well t
On Wed, Jul 09, 2003 at 03:22:47PM -0500, Kevin Monceaux wrote:
> Alan,
>
> Text based - something that would run on a Linux text console, old dumb
> terminal, DOS in the days before Windows, etc.
I would suggest using nCurses, there is a pascal unit available for this
in the FCL I believe.
chee
17 matches
Mail list logo