Marc Weustink wrote:
Can we have a virtual version too like described here
http://hallvards.blogspot.com/2007/05/hack17-virtual-class-variables-part-i.html
Well, I suppose we can if someone will implement ;)
Best regards,
Paul Ishenin.
___
fpc
constructor is raises an exception it calls a destructor. This is
so because allocated memory needs to be freed.
Best regards,
Paul Ishenin.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
_
> fpc-pascal maillist -
> fpc-pascal-pd4fty7x32k2wbthl531ywd2fqjk+...@public.gmane.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>
Hi Graeme,
perhaps this link might help - it shows you how to create a linux script
with appended zip'd data, and th
- Original Message -
From: "Graeme Geldenhuys"
To: "FPC-Pascal users discussions"
Sent: Tuesday, January 19, 2010 6:36 PM
Subject: Re: [fpc-pascal] Re: creating a standalone executable(eg:
applicationinstallation file)
Paul Nicholls wrote:
http://www.franzon
t i might need to make a property to read the TList of
FFormList and check on each form to out if its the active form. ( not
sure about this part ).
You are searching the wrong object. Look at TScreen.ActiveForm /
TScreen.ActiveCustomForm (as I remember).
Best regards,
Pau
ould do thin in Delphi.
Best regards,
Paul Ishenin.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
d a GetEnumerator to those classes, but I'm unsure as to
how to define the enumerator type. which needs to be a class that can
hold a reference to the specialised generic container.
If you look at fgl which is in trunk you will find one GetEnumerator
implementation there.
B
ere is some simple method here that I am totally
ignorant of.
HI Terry, you should be able to just include SysUtils in your uses clause
without any issues.
The compiler should be able to find that unit (and others needed)
automatically...
{code}
Uses Classes, Process,SysUtils;
{code}
che
ution for cross-compiling WinCE
applications near the bottom of this page:
http://www.turbocontrol.com/helloworld.htm
--
Regards,
Paul Breneman
www.dbReplication.com - VCL database replication components
www.TurboControl.com - Hardware and software development services
- Educational programm
ded GUI systems. :)
--
Regards,
Paul Breneman
www.dbReplication.com - VCL database replication components
www.TurboControl.com - Hardware and software development services
- Educational programming project for environment monitoring
- Information on using FreePascal for embedded systems
- Support info
Graeme,
Good news, the fixes seem to work well on my Garmin. I fixed some memory
leaks and drawing improvements for the "examples/corelib/helloworld/"
demo too. I'll commit the code tomorrow - I ran out of time today.
@Paul
Thanks again for your FPC+fpGUI starter compiler s
Jonas Maebe wrote:
On 18 Mar 2010, at 16:24, Paul Breneman wrote:
For the benefit of others reading this message thread I would like to
mention that I have posted a minimal FreePascal and fpGUI distribution
for cross-compiling WinCE applications near the bottom of this page:
http
04.04.2010 22:53, Zaher Dirkey wrote:
But he must use variable of interface to use TInterfacedObject not
variable of TObject to take this advantage (if i am not wrong).
You are not wrong.
Best regards,
Paul Ishenin.
___
fpc-pascal maillist - fpc
Hi Denis,
nice :)
I'm curious, why didn't you make it a class...wouldn't that have made it
nicer/easier to use and program?
cheers,
Paul
- Original Message -
From: "spir ☣"
To: "FreePascal"
Sent: Monday, May 03, 2010 4:25 AM
Subject: [fpc-pasca
would be perfect,
since more precision can be rounded, while the contrary is a hard task!)
Denis
The standard clock for the system timer runs at 1,193,182 Hz, derived
for the original IBM PC as the 4.77 MHz processor clock divided by 4.
--
Regards,
Paul Breneman
www.dbReplication.com - VCL
used by Lazarus only after the release. Before that we need
to wait.
Best regards,
Paul Ishenin.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
arrays in the same way that
strings litterals are in effect, variable length static declarations.
Thanks in advance,
Paul Michell
P.S. I'm using FPC 2.4.1 i386-win32-win32/win64
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Thanks, that will save me some futile googling ;)
On 28/06/2010 10:22, Jonas Maebe wrote:
On 28 Jun 2010, at 11:17, Paul Michell wrote:
I realise that 'Array Of Single' declares a dynamic array, but is
there any equivalent syntax for static data arrays in the same way
that strings
sion
information in it and Lazarus create a res file for you.
Best regards,
Paul Ishenin.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
into your
project {$R myres.res} you will have a dll with the version information.
Best regards,
Paul Ishenin.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Michael.
Hi all,
I am interested in expression parsers myself :)
Where can I find the code for "fpexprpars.pp" and other fpc parsing code
like that?
I had bit of a look browsing the SVN online, but no luck...
cheers,
Paul
___
This won't answer all of your questions but I hope it will help:
http://www.turbocontrol.com/embeddedfreepascal.htm
I'd be glad to discuss this in more detail.
--
Regards,
Paul Breneman
www.dbReplication.com - VCL database replication components
www.TurboControl.com - Hardware an
17.10.2010 21:31, Juha Manninen (gmail) wrote:
program project1;
{$mode objfpc}{$H+}
uses
Classes;
var
io: TInterfacedObject;
begin
io := TInterfacedObject.Create;
end.
Try the same but replace io type to IUnknown.
Best regards,
Paul Ishenin
:= Format('%d',[]);
float to string:
s := Format('%.4f',[]); //formats a floating
point number to 4 decimal places (just change, or remove if you want
scientific notation I think)
I hope this helps :)
cheers,
Paul
___
)
as the lower bound and High(a) as the high bound.
Best regards,
Paul Ishenin.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
compiled to byte code), and pascal-like HL language
compiled to virtual machine ML instructions :)
cheers,
Paul
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
t; write
> a parser for a language that can't be parsed in single pass like Java.
>
True, but you just have to use the code as a starting point and generate an
AST :)
"Shouldn't be too hard..." (tm) LOL
cheers,
Paul
___
06.11.2010 21:39, ik wrote:
But why class variables and not class fields ?
What is the difference?
"var" is already a reserved word. reserving a word "field" will cause
more problems than using an already reserved word.
Best r
citly start a field section by "var"
keyword.
For example:
TAClass = class
private
type
TMyInt = type integer;
var // this keyword is required here
Field1: TMyInt;
end;
Best regards,
Paul Ishenin.
___
fpc-pascal maillist - fpc-pa
.
Best regards,
Paul Ishenin.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Martin Schreiber wrote:
Hi,
MSEide+MSEgui version 2.4 for FPC 2.4.2 has been released:
https://developer.berlios.de/project/showfiles.php?group_id=11520
Questions and bug reports please to mailing list:
https://lists.berlios.de/mailman/listinfo/mseide-msegui-talk
NNTP gateway:
nntp://news.gmane.
Marco van de Voort wrote:
In our previous episode, Paul Breneman said:
This is a new page with FPC 2.4.2 and fpGUI:
http://www.turbocontrol.com/easyfpgui.htm
I'd like to set up a similar page for MSEgui (and maybe for MSEide as
well). Please contact me off-list about this.
Btw
t even be on this list.
You can also find Dominique on these forums:
www.pascalgamedevelopment.com
See his profile page here:
http://www.pascalgamedevelopment.com/member.php?10-savage
and here is Savage Software:
http://www.savagesoftwaresolutions.com/
He is/was the main guy doing th
this new mechanism (See Jonas'
answer to my previous post, badly sent :-( ).
But it might be possible to add this mechanism, by making patches to FPC.
Yes.
Would it interest somebody to have this new functionality?
Yes.
Best regards,
Paul Ishenin
_
h to be able to compile rtti unit.
Best regards,
Paul Ishenin
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
this has low priority for me.
Best regards,
Paul Ishenin
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
ously. I've now been able to
> hook most fpGUI messages to GLut.
>
> Regards, Darius
>
Hi Darius, nicely done :)
I for one, would be interested in the code :)
cheers,
Paul
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
- Original Message -
From: "Darius Blaszyk"
To: "FPC-Pascal users discussions"
Sent: Thursday, December 23, 2010 10:15 AM
Subject: Re: [fpc-pascal] Re: fpGUI powered by OpenGL
On Thu, 2010-12-23 at 10:06 +1100, Paul Nicholls wrote:
"Darius Blaszy
31.12.2010 7:53, Darius Blaszyk wrote:
I installed 2.5.1 just to test if it was possible to use static class methods
or not. Apparently not so it seems. It was a good try, but it failed. Thanks
anyway for the help and explanation Jonas.
Try {$mode delphi}.
Best regards,
Paul Ishenin
31.12.2010 20:01, Darius Blaszyk wrote:
On Dec 31, 2010, at 10:43 AM, Paul Ishenin wrote:
31.12.2010 7:53, Darius Blaszyk wrote:
I installed 2.5.1 just to test if it was possible to use static class methods
or not. Apparently not so it seems. It was a good try, but it failed. Thanks
anyway
02.01.2011 22:57, Benedikt Schindler wrote:
hello,
when i try to compile lazarus i get following error:
[compiler crash]
has anyone an idea what this could be?
If the compiler version is from older than today please try to update
and rebuild the compiler.
Best regards,
Paul Ishenin
this a bug,
and I should submit it?
This is expected behavior. It works the same way as in delphi.
Best regards,
Paul Ishenin
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
TB = class(TInterfacedObject, IB)" ?
TB is declared as it only implements IB.
Or is my only choice to just declare "TB = class(TInterfacedObject, IA,
IB)" ?
Yes.
Best regards,
Paul Ishenin
___
fpc-pascal maillist - fpc-pascal@
Sven Barth wrote:
On 15.01.2011 21:10, Lukasz Sokol wrote:
Henry Vermaak writes:
On 15 January 2011 19:48, Sven Barth wrote:
I might not be able to help you regarding this topic, but I believe
that
you'll get a wall of "use C, god damnit" if you ask there :P
@Sven : it's for fun. Whethe
Lukasz Sokol wrote:
Hey,
take a look.
I've basically removed all the calls that were referring to creating, reading
and writing the procfs file.
Only left init_module and cleanup_module so I only left trivial Hello World and
Bye-bye messages.
In fact I think even that should be made par with c
:= PtrInt(a) < PtrInt(b);
end;
type
TMyMap = specialize TFPGMap ;
begin
end.
Please report this bug to the tracker.
Best regards,
Paul Ishenin
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
12.02.2011 16:36, Dejan Boras wrote:
I've got a library which runs on Android, and is loaded by a Java program. The
INITIALIZATION sections of units do not seem to be called, is there a way to do
this manually, or am I missing something?
It must be done automatically but you can force it yours
I second the motion of using a Dynamic array too instead of the manual
creation/destruction of a memory block.
I use this for a virtual machine I created a few years back and it works
under XP/Vista for me :)
cheers,
Paul
- Original Message -
From: "Jonas Maebe"
To: &
pc program that'll work on win xp.
I have some files here that might help you get started using the SynaSer
package with FPC:
http://www.turbocontrol.com/simpleserial.htm
--
Regards,
Paul Breneman
www.dbReplication.com - VCL database replication components
www.TurboControl.com - Hardwa
ng at my free
time I don't think it will be finished by me, so I will add a note there today.
Best regards,
Paul Ishenin
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
play with
TMenuItem.Handle and windows api in {$ifdef windows} block inside your
application.
Best regards,
Paul Ishenin
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
heers,
Paul
--
"The plastic veneer of civilization is easily melted in the heat of the
moment" - Paul Nicholls
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
13.04.2011 21:51, Sven Barth wrote:
Would you mind if I'd try to continue/finish that work?
Please do.
Best regards,
Paul Ishenin
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
which I stoped my work.
Best regards,
Paul Ishenin.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
...;
Then you can declare variables with any of that types. E.g.
var
L: TList;
LI: TList;
LIO: TList
As I know Sven will work to support this and other missing generics
features.
Best regards,
Paul Ishenin
___
fpc-pascal maillist -
17.05.2011 22:10, Felipe Monteiro de Carvalho wrote:
Does anyone know if we have our own internal linker to wince? It seams
that yes, but I that's very strange for me. I thought that we have it
only for x86-win32.
We have it for all windows targets.
Best regards,
Paul Is
ram in the demos folder that is similar to the
program you posted. You might give it a test.
Paul
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
p;cd=4&ved=0CDUQtwIwAw&url=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DHoZuzE7Lq5E&ei=LVAMTvHlL8nMtAaK7JjWDg&usg=AFQjCNH8IqQ6XmTRf1xgEDO0MhLb0zNzKQ&sig2=BTEC0ZPEueDm7FVacnw8Pg>
Thanks for sharing Markus!
cheers,
Paul
___
unction NetMaskToHostMask(NetMask : TNetworkIP): TNetworkIP;
> Begin
> Result.Mode := False;
> NetMask.Mode := False;
> Result.IP := NetMask.IP Xor %;
> End;
>
I didn't know that freepascal handled binary formatted numbers?!?
each new.
Best regards,
Paul Ishenin.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
:
1. delphi does not support such declarations
2. we don't have a test for this kind of syntax
So maybe we had a feature by accident? Should I restore that behavior?
Best regards,
Paul Ishenin.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal
trict private" section type.
Best regards,
Paul Ishenin.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
I have posted a 3.9 MB zip file that has a minimal distribution of the
FPC 2.4.4 compiler as well as the new fpGUI v0.8 source code on this page:
http://www.turbocontrol.com/easyfpgui.htm
I've also included (Synapse) SynaSer source and a serial debug terminal
program I've been working on. Al
Since the earlier release on 23-Dec-2011 the file mentioned below has
been updated to FPC 2.6.0 and the serial debug terminal example also has
some improvements made.
Paul Breneman wrote on 23-Dec-2011:
I have posted a 3.9 MB zip file that has a minimal distribution of the
FPC 2.4.4 compiler
FPC trunk versions - there you can
influence on what will be released.
Btw, did you report about all found bugs in advanced records? I've fixed
3 related bugs and the fixes are in trunk.
Best regards,
Paul Ishenin
___
fpc-pascal maillist
Mr. Bee, let me know if one turns up!
Thanks
On Dec 3, 2005, at 8:13, Bisma Jayadi wrote:
Dear all,
I'm currently trying to convert a Delphi database application which
access an IBM DB2 database server through dbExpress component, onto
Lazarus (FPC). I think the TxxxConnection database conne
Trying to compile app.
Free Pascal Compiler version 2.0.2 [2005/11/15] for powerpc
Mac OS X 10.3
Compilation end with:
Closing script build/cape90.build/cape90.build/ppas.sh
263 Lines compiled, 0.8 sec
Any hints?
P Davidson
___
fpc-pascal maillist -
Problem solved.
Turned out to be corrupt project file(s). i.e. app.1 or app.xcode.
Created new project, copied over source. Joy.
On Dec 13, 2005, at 15:04, Vincent Snijders wrote:
Paul Davidson wrote:
Trying to compile app.
Free Pascal Compiler version 2.0.2 [2005/11/15] for powerpc
Mac OS
Darwin 2.1.1 today
astrings.inc(88,1) Fatal: Syntax error, "BEGIN" expected but "shl" found
astrings.inc(88,1) Fatal: Compilation aborted
P Davidson
http://CoraxNetworks.com
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freep
Mild Pascal rant:
Thank you for considering Pascal. Contrary to popular belief, Pascal
is indeed a modern language. Though developed some time ago it has
evolved the to include most of the extensions seen in 'modern'
languages. It should be noted that modern is not synonymous with
recently
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
Any code examples using FPC libsync available.
Thanks
P Davidson
Corax Networks Inc.
http://CoraxNetworks.com
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Speculation and rumor are more fun
On Apr 27, 2006, at 15:44, Marc Santhoff wrote:
Am Donnerstag, den 27.04.2006, 14:22 -0300 schrieb John Coppens:
On Thu, 27 Apr 2006 13:20:39 -0300
"Flávio Etrusco" <[EMAIL PROTECTED]> wrote:
Or because opensource world tends to be C-centric, or because FPC
ike to get into using Lua under arm-linux myself (already used Lua
and freepacal under Win32 with no problems)
cheers,
Paul.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Hi Paul,
Hi Jose :-)
I can't help you with your problem, but I am curious...
thanks anyway,
1)is your ARM system using Linux?
yes,
2)for Lua under ARM, are you using dynamic linking or static
linking?
i'm using dynamic linking but you can use static if you want.
F
Hi Paul,
I also need, as you, to call lua procedures from delphi/fpc and I need
Lua
call procedures inside delphi/fpc.
Should it posible to share with me your implementation in order to check
it
works with fpc (linux-arm)?
Sure, I am not sure if I am allowed to add attachments to this
unt(MyList,'string2'));
WriteLn('string3 ',GetStringCount(MyList,'string3'));
Should output
string1 2
string2 2
string3 1
Hope this helps,
cheers,
Paul
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
h file to compile my pascal program that I used
before so I am unsure why it is saying that the Target OS: WinCE for ARM is
coming up :(
cheers,
Paul
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
nux\4.0.2
-Flg:\devkitGP2X\lib\pkgconfig
-Flg:\devkitGP2X\sysroot\lib
-Flg:\devkitGP2X\sysroot\usr\lib
-Flg:\devkitGP2X\sysroot\usr\lib\gconv
# -Flg:\Fpc\2.0.4\lib\arm-linux\lib
# -Flg:\Fpc\2.0.4\lib
# -Flg:\Fpc\2.0.4\lib\sysroot\lib
# -Flg:\Fpc\2.0.4\lib\sysroot\usr\lib
# SOFT LIBGCC FPA FPA10 FPA11 VFP
#ENDIF
cheers,
Paul
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
t; #endif
>
>
Sorry, ignore the
#ifdef cpuarm
-Tlinux
#endif
in my previous post...I was using the fpc.cfg without that new addtion :)
cheers,
Paul
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Hi Bee, perhaps you could try using {$MODE Delphi} instead of {$MODE OBJFPC}
since you seem to want Delphi compatibility.
cheers,
Paul
On 23/01/2008, Bee <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I got problem with the code below.
>
> --->8--- begin code --->8-
X.
I have been doing graphics using the JEDI-SDL units, and also with the raw
frame buffer on the device.
http://fpc4gp2x.eonclash.com/
http://wiki.freepascal.org/GP2X
cheers,
Paul Nicholls
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.or
r problem directly, but perhaps this newsgroup for
object orient programming could help:
News server:newsgroups.borland.com
news group:borland.public.delphi.oodesign
It is for Delphi, but it would be equally valid for freepascal as both use
object pascal...
cheers,
Paul
_
I am trying to write to a serial LCD device on
/dev/ttys0 and I need to pass hex codes to it. According to the documentation,
in C is done like this:
putch(0xfe);
putch('X');
What will be the similar commad in
FPC?
Thanks
-pa
Hello all,
In the old TP there just to be a way to read a
string from the command line at the same time you invoked the program thus
doing:
myprogram param1 param2
made those two variables available to the program
and you could do some action, just like passing variables to a function.
Hello, guys, I am working on a project to control a MatrixOrbital LCD panel
and keyboard from FPC and I got it working great with a serial interface, but
what about a USB unit? Is it possible to use USB devices directly from FPC?
Any samples out there?
Thanks
--
Paul Aviles
http
Hello all,
I know I can start a program with & at the end and will run in the
background. Is there a way to do this without the & symbol in Linux?
Thanks
-pa
___
fpc-pascal maillist - [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/f
I am writting a small LCD application that will run as a daemon (thanks for
the tip on runing as a daemon) and I wanted to know if is possible to
somehow capture when you get a Kernel Panic... Has anyone done that?
Thanks
-pa
___
fpc-pascal maillist
How do you represent Hex values in FPX, I now I can use #141 for example
using the ASCII value of the Hex characted converted ahead of time, but is
there a way to send the Hex values like 0x70 for example?
Thanks
___
fpc-pascal maillist - [EMAIL PROT
Hello all,
Is it possible to access the PC BIOS from FPC?
I want to create a fpc program to read the name and version of the BIOS
or maybe even change some settings like boot from cdrom or IDE or PXE using
FPC. The PC has Phoenix bios, is that possible?
Thanks
Paul Anthony Aviles
according to the doc, there is some IDE that you can start byt using ./fp.
No such luck for me. I am using:
Free Pascal Compiler version 1.0.10 [2003/06/26] for i386
under FC1 and I also tried installing and running RHIDE to get :
error: Failed dependencies:
libstdc++-libc6.2-2.so.3 is n
Hello all,
I have a small project and wanted to know what suggestions you all will
have. This is what the system must do.
Runs in Linux
Run as a daemon (not a problem)
Be able to pass some parameters while the program is running and obtain the
results back to a shell script of a perl program.
Th
Hello all,
I have a small project and wanted to know what suggestions you all will
have. This is what the system must do.
Runs in Linux
Run as a daemon (not a problem)
Be able to pass some parameters while the program is running and obtain the
results back to a shell script of a perl program.
Th
Is it possible to detect and read the mac addresses of the nic cards
installed on a motherboard?
Thanks
Paul
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
___
fpc-pascal maillist
This is a linux box. FC1
Thanks
Message: 2
From: "Tomas Hajny" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: [fpc-pascal]Read mac address
Date: Fri, 17 Sep 2004 09:44:01 +0200
Reply-To: [EMAIL PROTECTED]
On Thu, 16 Sep 2004 15:44:00 -0400, Paul Aviles wrote
Is it possib
mple write statement?
Thanks
Paul
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
___
fpc-pascal maillist - [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
I have been task to write a routing for a web server running apache under
linux that will basically have the same functionality as a tail -f
/var/log/messages. I guess since the web server account does not have access
to those files, there must be some type of listener/socket written to
accompl
On Nov 17, 2004, at 12:43, Kris Herlaar wrote:
So i'd like to know if there are more Mac users on this list who might
be interested in sharing their knowledge with me and each-other. I'd
be delighted to set up a website with the Pascal for Mac OS X topic,
at least if i'm not going to be the onl
Am porting a Delphi app to OS X.
Having fun with threads, sockets and (n)curses.
This should be fun
P Davidson
Corax Networks Inc.
http://CoraxNetworks.com
___
fpc-pascal maillist - [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pasc
If you are in TB or DELPHI mode, then IX may be defined as a CPU
register
On Nov 20, 2004, at 15:30, David Emerson wrote:
Is there a better place to post bugs, outside the list?
Well, regardless, here it is...
fpc 1.9.4 crashes with the following source. Of course, my bug was
easy enough to find
201 - 300 of 442 matches
Mail list logo