Re: [fpc-pascal] What is a *.fpm file in FPC Trunk?

2016-07-01 Thread Robert Wolfe
These look like makefiles.

On Thu, Jun 30, 2016 at 4:08 AM, Graeme Geldenhuys <
mailingli...@geldenhuys.co.uk> wrote:

> Hi,
>
> While browsing the "packages" directory I came across *.fpm files. What
> are they for, and what process creates them?
>
> For example:
>
> [ packages/fcl-pdf/fcl-pdf-x86-64-freebsd.fpm ]-
> Name=fcl-pdf
> Version=3.1.1
> Checksum=1462795126
> CPU=x86_64
> OS=freebsd
> FPMakeOptions=-o -Ur -o -Xs -o -O2 -o -n -o -Cg -o -Fl/usr/local/lib -o
> -dx86_64 -o -dRELEASE -o -XX -o -CX
>
> Depends=rtl,rtl-objpas|1462795075,fcl-base|1462795078,fcl-image|1462795079,paszlib|1462795076
> NeedLibC=N
> FPMakeAddIn=N
> -[ end ]
>
>
>
> Regards,
>   Graeme
>
> --
> fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
> http://fpgui.sourceforge.net/
>
> My public PGP key:  http://tinyurl.com/graeme-pgp
> ___
> fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
> http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
>
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] MD5 decryption?

2013-12-11 Thread Robert Wolfe

Not sure if this helps or not:

http://wiki.freepascal.org/hash

On 12/11/2013 10:41 AM, silvioprog wrote:

Hello,

How to decrypt a MD5 in FPC?:

http://md5decryption.com 

--
Silvio Clécio
My public projects - github.com/silvioprog 


___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] RE: Minimal telnet server

2013-12-06 Thread Robert Wolfe

And I know that Mystic BBS also has telnet server code in it as well.

On 12/05/2013 06:49 AM, Hartmut Eilers wrote:

Hallo Mark,

I have a minimal telnet server in my Projekt OpenMSR.
Information about OpenMSR on the webpage at
www.openmsr.org . The source is hosted at sf.
If you check it out you find the telnet server in the
directory DeviceServer. Check the code in DeviceServer.pas
for usage.

Kind regards
Hartmut




___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Linux Socket Programming

2013-10-29 Thread Robert Wolfe

Hi all!

I am wanting to get into learning and doing some Linux socket 
programming in FPC.  However, the tutorials I have found all do not seem 
to work with the latest iteration of FPC 2.6 (the ones I've found will 
only work with 2.0.0 only).


If anyone knows of where I could find some updated tutorials and code 
snippets to learn from, I would greatly appreciate it if someone could 
point me there way.


___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] FPC 2.6.2 for DOS/Go32V2 FP.EXE cannot run a second time

2013-10-09 Thread Robert Wolfe

On 10/09/2013 01:59 PM, Lubomír Čabla wrote:

OK, with FPC.ZIP dated 5.10.2013 I have translated successfully FP.EXE
and it works. I tested only FP.EXE, not RTL units.
It seems that the error (FP.EXE cannot run) was corrected.
Thank you for your help.
Expected question: when the new version 2.6.3 will be available?



Hmm. I thought the next version was going to be 2.7.something?
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] Access site from app with login and password using http

2013-08-28 Thread Robert Wolfe
Probably, but only if the lazarus application is built as a CGI.
On Aug 28, 2013 3:07 PM, "Osvaldo Filho"  wrote:

> Is there any example to access information on web site that requires
> authentication with login and password in form using http from a Lazarus
> application?
>
> ___
> fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] FPC under CentOS x64

2013-06-22 Thread Robert Wolfe

When I redid the command another way, I got this:

[robert@shell ~]$ file /usr/bin/fpc
/usr/bin/fpc: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), 
statically linked, for GNU/Linux 2.4.0, stripped


Okay, smack me hard in the head now...

[robert@shell ~]$ uname -a
Linux shell.rivernet.us 2.6.32-358.11.1.el6.i686 #1 SMP Wed Jun 12 
01:01:27 UTC 2013 i686 i686 i386 GNU/Linux


Duh!  Wrong version!  Guess I need to change the titling of my CenOS 6.4 
VM to read x86 :)  The RHEL 6.4 VM I have is 64 bit :) Thank you for 
helping me to locate the error. :)


On 06/22/2013 09:38 AM, Jonas Maebe wrote:

On 22 Jun 2013, at 16:33, Robert Wolfe wrote:


On 06/22/2013 08:50 AM, Jonas Maebe wrote:

On 22 Jun 2013, at 15:46, Robert Wolfe wrote:


[robert@shell bin]$ fpc
bash: /usr/bin/fpc: cannot execute binary file
[robert@shell bin]$ fp
bash: /usr/bin/fp: cannot execute binary file

This is CentOS 6.4 x86_64 with all the latest updates for my setup applied.  Is 
there something I am issing here that I need to get FP to run?

What does
   file `which fpc`

show?

[robert@shell ~]$ which fpc
/usr/bin/fpc

And
   file `which fpc`

?


Jonas___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] FPC under CentOS x64

2013-06-22 Thread Robert Wolfe

[robert@shell ~]$ file 'which fpc'
which fpc: cannot open `which fpc' (No such file or directory)


On 06/22/2013 09:38 AM, Jonas Maebe wrote:

On 22 Jun 2013, at 16:33, Robert Wolfe wrote:


On 06/22/2013 08:50 AM, Jonas Maebe wrote:

On 22 Jun 2013, at 15:46, Robert Wolfe wrote:


[robert@shell bin]$ fpc
bash: /usr/bin/fpc: cannot execute binary file
[robert@shell bin]$ fp
bash: /usr/bin/fp: cannot execute binary file

This is CentOS 6.4 x86_64 with all the latest updates for my setup applied.  Is 
there something I am issing here that I need to get FP to run?

What does
   file `which fpc`

show?

[robert@shell ~]$ which fpc
/usr/bin/fpc

And
   file `which fpc`

?


Jonas___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] FPC under CentOS x64

2013-06-22 Thread Robert Wolfe

On 06/22/2013 08:50 AM, Jonas Maebe wrote:

On 22 Jun 2013, at 15:46, Robert Wolfe wrote:


Hi all!  Just installed this and am getting the following message whenever I go 
to try to run any of the binaries that are included in the package (fp, ppcx64, 
etc):

[robert@shell bin]$ fpc
bash: /usr/bin/fpc: cannot execute binary file
[robert@shell bin]$ fp
bash: /usr/bin/fp: cannot execute binary file

This is CentOS 6.4 x86_64 with all the latest updates for my setup applied.  Is 
there something I am issing here that I need to get FP to run?

What does
   file `which fpc`

show?



[robert@shell ~]$ which fpc
/usr/bin/fpc

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


[fpc-pascal] FPC under CentOS x64

2013-06-22 Thread Robert Wolfe
Hi all!  Just installed this and am getting the following message 
whenever I go to try to run any of the binaries that are included in the 
package (fp, ppcx64, etc):


[robert@shell bin]$ fpc
bash: /usr/bin/fpc: cannot execute binary file
[robert@shell bin]$ fp
bash: /usr/bin/fp: cannot execute binary file

This is CentOS 6.4 x86_64 with all the latest updates for my setup 
applied.  Is there something I am issing here that I need to get FP to run?

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] Easy install of FPC and Lazarus

2011-05-22 Thread Robert Wolfe

On 5/22/2011 5:47 PM, Rainer Stratmann wrote:

Am Sunday 22 May 2011 23:43:47 schrieb Robert Wolfe:

On 5/22/2011 5:33 PM, Rainer Stratmann wrote:

Am Sunday 22 May 2011 23:27:03 schrieb Robert Wolfe:

The installer should do this already.  I build my own 2.5.1 binaries and
installer once a week from the source snapshots and upgrade my existing
install using the installer I've built.  My installer installs and
updates everything provided the user enters the correct path in the
installation program.

Can you provide details?
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Well, what kind of details?  I just use the installer that comes with
the source snapshot.

I thought you wrote the installer.
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal



No, I just used the one that comes with the source code.
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] Easy install of FPC and Lazarus

2011-05-22 Thread Robert Wolfe

On 5/22/2011 5:33 PM, Rainer Stratmann wrote:

Am Sunday 22 May 2011 23:27:03 schrieb Robert Wolfe:

The installer should do this already.  I build my own 2.5.1 binaries and
installer once a week from the source snapshots and upgrade my existing
install using the installer I've built.  My installer installs and
updates everything provided the user enters the correct path in the
installation program.

Can you provide details?
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal



Well, what kind of details?  I just use the installer that comes with 
the source snapshot.

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] Easy install of FPC and Lazarus

2011-05-22 Thread Robert Wolfe

On 5/22/2011 5:12 PM, Mattias Gaertner wrote:

On Sun, 22 May 2011 15:32:05 +0200
Rainer Stratmann  wrote:


For userfriendly reasons I suggest one directory with all necessary Files in a
zip File.

Advantages:
Easy install, just unzip in a new directory.
Everything is separate from earlyer versions, so testing is easy.

Disadvantages:
?

How to install the third party libraries (e.g. gtk2 or qt)?
How to update?
How many zip file flavors must be supported?


The installer should do this already.  I build my own 2.5.1 binaries and 
installer once a week from the source snapshots and upgrade my existing 
install using the installer I've built.  My installer installs and 
updates everything provided the user enters the correct path in the 
installation program.


___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] read lines at end of file

2011-04-11 Thread Robert Wolfe

On 04/11/2011 12:32 PM, John Lee wrote:
Need to read the last 4 lines (txt) of a very large log file 100M 
bytes, 100k lines or more  lots of times - of course I can read 
through the file in the normal way but this is rather slow. Is there a 
way to 'read lines from the end'? I note that unix tail or its port to 
windows does this very fast so guess there must be a fast way to do it 
in pascal too?


TIA for any ideas John




___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Hmm, could first have the reader enumerate the number of lines in the 
file, then read through the files using the "total number of lines - 4" 
variable and then start displaying the lines after that variable has 
been reached.  If necessary, I would be happy to see what I can come up 
with here and then post it to the mailing list.
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] run pascal programs as scripts

2011-03-24 Thread Robert Wolfe

On 3/24/2011 2:27 PM, Mark Morgan Lloyd wrote:

Michael Van Canneyt wrote:

On Thu, 24 Mar 2011, Mattias Gaertner wrote:


Hi all,

I would like to execute small pascal programs like normal unix
scripts. For example:

#!/usr/bin/instantfpc
begin
 writeln('shebang executed');
end.

Has anyone already written a tool, that compiles and
runs the program?


As far as I know, the "!/something just means, start /something, and 
pass current filename as a commandline param ?


In general, "pass all parameters" allowing that unix doctrine expects 
an implicit zeroeth parameter which is the name of the current program.


So all your tool has to do is write all except the first line to a 
temp file, compile temp file and execute it ?


If I recall correctly, Rexx has special handling for the first line 
which- intentionally or otherwise- facilitates shebang handling. Also 
I'm reminded of a Perl option which causes it to throw away anything 
before valid scripting.


Would it be feasible to modify FPC so that it discarded everything 
preceding "program", "unit" etc?




It wouldn't be Pascal then :)
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] Function to know if WIN is 32 or 64

2011-03-16 Thread Robert Wolfe

On 3/16/2011 8:45 AM, Marcos Douglas wrote:

On Wed, Mar 16, 2011 at 9:21 AM, Juha Manninen
  wrote:

Marcos Douglas kirjoitti keskiviikko 16 maaliskuu 2011 13:18:41:

On Wed, Mar 16, 2011 at 12:56 AM, Robert Wolfe

wrote:

   WriteLn ;
   {$IFDEF WIN32}
   WriteLn ('This is a 32-bit version of Windows.') ;
   {$ENDIF$}
   {$IFDEF WIN64}
   WriteLn ('This is a 64-bit version of Windows.') ;
   {$ENDIF}

End.

The value returned, however, depends on whether the 32-bit compiler of
the 64-bit cross-compiler was used.

Interesting. But I think not works on my case. The compiler is 32-bits
but Windows can vary.

I was also thinking to suggest the compile time IFDEFs.
If the application is compiled for 32-bits then it can behave like a 32-bit
application. No need to check anything at runtime.

For what do you need the run-time info?

The problem already been resolved (see the begin of this thread).
The program was compiled in 32-bits but I have to know what kind of OS
is running because my program needs to install somethings.



So you are writing your own application installer then?
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] Function to know if WIN is 32 or 64

2011-03-15 Thread Robert Wolfe

On 3/15/2011 10:25 AM, Marcos Douglas wrote:

On Tue, Mar 15, 2011 at 11:13 AM, Henry Vermaak  wrote:

On 15 March 2011 14:05, Marcos Douglas  wrote:

Is there some function to know if the Windows is 32 or 64?

You can use the GetNativeSystemInfo function.  Check
TSystemInfo.wProcessorArchitecture = PROCESSOR_ARCHITECTURE_AMD64 to
see if it's 64 bit.

What unit?


I've used this function in Delphi (7) and didn't work:
function is64bitOS: boolean;
   var
 SysInfo: TSystemInfo;
   begin
 GetSystemInfo(SysInfo);
 Result := (
  (Sysinfo.wProcessorArchitecture = PROCESSOR_ARCHITECTURE_AMD64)
   or (Sysinfo.wProcessorArchitecture = PROCESSOR_ARCHITECTURE_IA64)
   );
end;


Marcos Douglas
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal



Not sure this will work for you or not, but here is what I use:

Program OSType ;

Uses SysUtils;

Begin ;

   WriteLn ;
   {$IFDEF WIN32}
   WriteLn ('This is a 32-bit version of Windows.') ;
   {$ENDIF$}
   {$IFDEF WIN64}
   WriteLn ('This is a 64-bit version of Windows.') ;
   {$ENDIF}

End.

The value returned, however, depends on whether the 32-bit compiler of 
the 64-bit cross-compiler was used.

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] command for Linux for me to create fp ?

2011-01-16 Thread Robert Wolfe

On 01/16/2011 11:03 AM, Pew (piffle.the.cat) wrote:

Hi all,

I am trying to build fp from 3.5.1 snapshot and I don't know what the 
command is.


I have downloaded fpc-2.5.1.i386-linux.tar.gz and extracted to 
/juni/fpc and downloaded fpcbuild.zip and extracted to /juni/3.5.1/.


I cannot find any instructions on how I can build fp from the source. 
What is the command for Linux for me to create fp ?


Best Regards,
pew
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal



Pew, knowling how to build anything under linux is a fundamental skill 
that's necessary to run linux.  However, the usual way to build binaries 
from source code is to run ./configure first from the source code parent 
directory, then run make then run 'make install' as sudo.

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] Re: FPC programs in Android without JNI

2010-12-17 Thread Robert Wolfe

On 12/17/2010 4:25 PM, Andrew Haines wrote:

On 12/17/10 15:46, Felipe Monteiro de Carvalho wrote:

I a


??
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal



Looks like someone may have hit the send button too soon :D

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] [OT] which editor - emacs?

2010-01-10 Thread Robert Wolfe

Ingemar Ragnemalm wrote:

Hans-Peter Suter  wrote:


I'm on a mac and use TextMate currently. As it doesn't jump between
declaration and implementation and ist mac-only, I am looking for a
replacement.

Is Emacs a good choice? Does it work well with FPC?
  


I don't quite understand the question.

Why is "Mac only" a problem? I use whatever is available on the 
platform I am on. Under Linux, I usually use Gedit. Well, except that 
I avoid plain text editors for development since I consider them 
inefficient.


Emacs is good if you don't care for consistency between applications 
at all. It can do anything but nothing is easy with it. It has old 
commands from the TTY days that are different from everything else.


How should "jump between declaration and implementation" work? That 
sounds like the kind of functionality that requires the program to 
parse the file contents a lot, which rules out any editor that doesn't 
have an explicit Pascal mode that is FPC compatible.



/Ingemar

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal



Yeah, I tend to use gEdit for editing just about every text file I have 
to edit.  Even under Windows.

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] A Docs Unit?

2008-12-27 Thread Robert Wolfe

On 12/27/2008 12:03 PM, Joseph Montanez wrote:
Is there a unit for documentation in Pascal? The only documenter I 
know is Natural Docs, which is not a pascal unit but something I use 
across multiple languages.



___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
A docs unit?  Could you be a little more specific as to what you are 
what to accomplish with a 'docs' unit?

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] number of cpu cores

2008-12-13 Thread Robert Wolfe

On 12/13/2008 11:17 AM, Mattias Gaertner wrote:

On Sat, 29 Nov 2008 19:14:39 +0100 (CET)
mar...@stack.nl (Marco van de Voort) wrote:

   

In our previous episode, Michalis Kamburelis said:
[ Charset ISO-8859-1 unsupported, converting... ]
 

Florian Klaempfl wrote:
   

Mattias Gaertner schrieb:
 

I need a default value of the number of maximum threads.
Is there already some RTL function that can be used for that?

For example if the program runs on a 2 x quad core it would be
nice to get 8.
Hyperthreading multipliers should be applied.
   

No, but having some functions returning information about the
CPUs would be nice.
 

Blender (http://www.blender.org/) source code has function to do
that (they needed this to set the default number of threads for
renderer). So you could try converting to Pascal the code of
"BLI_system_thread_count" function from:

https://svn.blender.org/svnroot/bf-blender/trunk/blender/source/blender/blenlib/intern/threads.c

Doesn't seem that complicated on 1st look. It's basically
appropriate GetSystemInfo call on Windows, sysctl on Mac OS, and
sysconf (from Libc) call on most Unixes.
   

Sysconf is not standarized yet. Unit libc is linux/x86 only.

On freebsd, the sysctl modeled works, but note the typecast.
(probably a K&R void*<->  char* problem)

uses ctypes,sysctl;

var mib : array[0..1] of cint;
len:cint;
 t :cint;
begin
mib[0] := CTL_HW;
 mib[1] := HW_NCPU;
 len := sizeof(t);
 fpsysctl(pchar(@mib), 2, @t, @len, Nil, 0);
writeln(t); // prints 2 on our dual CPU (Athlon MPs)
end.
 


Thanks for all the hints.

At the moment I have the attached function.
It returns only 4 on a 2 x quad core Mac.
Maybe someone can test under windows?

Mattias
   



___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


I tested this out on my Windows 7-based laptop (running the 64 bit 
edition) and this is what I get:


E:\lazarus>ppcx64 test
Free Pascal Compiler version 2.2.2 [2008/10/05] for x86_64
Copyright (c) 1993-2008 by Florian Klaempfl
Target OS: Win64 for x64
Compiling test.pas
Linking test.exe
7 lines compiled, 0.6 sec , 39984 bytes code, 1648 bytes data

E:\lazarus>test

2 CPUs online.
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


[fpc-pascal] Problems With IDE

2008-12-11 Thread Robert Wolfe

Hi all!  New to the list so please bear with me :)

I am having an issue where the fp.exe program fails to start under 
Windows Vista 32 and 64 bit.  I get the same problem under Windows 7 as 
well.  Has anyone else had a similar problem and if so, what was the fix 
if any?

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


[fpc-pascal] SMTP server using FPC

2007-08-26 Thread Robert Wolfe
Second posting to the mailing list this morning.

I am wanting to write an SMTP server using FPC.  However, I am having a
tough time trying to find libraries/units that will allow me to do so.  I
know about Synapse as I use that to write client software.  Now I just need
something to write software for the server-side of things.

Any points in the right direction would be helpful.

Robert Wolfe [MCP/Linux+] [EMAIL PROTECTED]
Shatter IT Global Services, LLC
http://www.shatterit.com


___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


[fpc-pascal] Win64 Cross Compiling

2007-08-26 Thread Robert Wolfe
Hi all!  I would like to add Win64 cross compiling capabilities to the
FP.EXE editor.  I was wondering if anyone has done this already and if so,
how?

Robert Wolfe [MCP/Linux+] [EMAIL PROTECTED]
Shatter IT Global Services, LLC
http://www.shatterit.com


___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


[fpc-pascal] SNMP For Accessing PDUs

2007-07-18 Thread Robert Wolfe

Good morning, folks!

I am in desperate need of an SNMP unit that will let me pull information 
from an APC PDU via SNMP for some network monitoring software I need to 
write.  I currently use Synapse, however, and the program I have 
currently seems to connect to the PDU via SNMP, but it fails to retrieve 
any data.


Any suggestions would be greatlfully appreciated!

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


[fpc-pascal] Linking error under Ubuntu 6.06-LTS

2007-07-05 Thread Robert Wolfe
Good morning, everyone.  Just signed up to this mailing list because of
a small problem I am having trying to build programs under FPC 2.0.4 and
the latest version.  When I run ppc386 on a source file, the file and
all units compile just fine, but when it gets to the linking stage, I
get the following error:

Linking check_snmp
/usr/bin/ld: cannot find -ldl
Error: Error while linking

I am running under Ubuntu 6.06-LTS in an x86 VMWare 6 environment which
I use to develop software on.  This is the x86 version of Ubuntu.  Do I
need to upgrade to Ubuntu 7.04 to resolve this issue?

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal