Re: [fpc-devel] SymbianOS port

2007-01-24 Thread Felipe Monteiro de Carvalho
Hi, I added an almost empty system.pp unit to fpc/rtl/symbian just to test, but the compiler isn“t yet search on this directory for the system unit. I am using this command to use FPC 2.0.4 to compile a cross-compiler: c:\Programas\fpc21> make clean all OS_TARGET=symbian OPT="-va" Compilation

Re: [fpc-devel] The Lazarus Indy Package

2007-01-24 Thread [EMAIL PROTECTED]
Burkhard Carstens ha scritto: Am Mittwoch, 24. Januar 2007 15:00 schrieb [EMAIL PROTECTED]: Vincent Snijders ha scritto: [EMAIL PROTECTED] schreef: Burkhard Carstens ha scritto: Am Mittwoch, 24. Januar 2007 12:09 schrieb [EMAIL PROTECTED]: Points 1 to 3 we

Re: [fpc-devel] The Lazarus Indy Package

2007-01-24 Thread Burkhard Carstens
Am Mittwoch, 24. Januar 2007 15:00 schrieb [EMAIL PROTECTED]: > Vincent Snijders ha scritto: > > [EMAIL PROTECTED] schreef: > >> Burkhard Carstens ha scritto: > >>> Am Mittwoch, 24. Januar 2007 12:09 schrieb > >>> > >>> [EMAIL PROTECTED]: > Points 1 to 3 went good, i get this error at point 4:

Re: [fpc-devel] The Lazarus Indy Package

2007-01-24 Thread [EMAIL PROTECTED]
Vincent Snijders ha scritto: [EMAIL PROTECTED] schreef: Burkhard Carstens ha scritto: Am Mittwoch, 24. Januar 2007 12:09 schrieb [EMAIL PROTECTED]: Points 1 to 3 went good, i get this error at point 4: C:\indy\fpc>d:\ALVISE\Delphi-Lazarus\IDE\lazarus\fpc\2.1.1\bin\i386-w in32\make.e xe insta

Re: [fpc-devel] The Lazarus Indy Package

2007-01-24 Thread Vincent Snijders
[EMAIL PROTECTED] schreef: Burkhard Carstens ha scritto: Am Mittwoch, 24. Januar 2007 12:09 schrieb [EMAIL PROTECTED]: Points 1 to 3 went good, i get this error at point 4: C:\indy\fpc>d:\ALVISE\Delphi-Lazarus\IDE\lazarus\fpc\2.1.1\bin\i386-w in32\make.e xe install d:/ALVISE/Delphi-Lazarus/ID

Re: [fpc-devel] The Lazarus Indy Package

2007-01-24 Thread Burkhard Carstens
Am Mittwoch, 24. Januar 2007 13:02 schrieb [EMAIL PROTECTED]: > Burkhard Carstens ha scritto: > > Am Mittwoch, 24. Januar 2007 12:09 schrieb [EMAIL PROTECTED]: > >> Points 1 to 3 went good, i get this error at point 4: > >> C:\indy\fpc>d:\ALVISE\Delphi-Lazarus\IDE\lazarus\fpc\2.1.1\bin\i38 > >>6-w

Re: [fpc-devel] The Lazarus Indy Package

2007-01-24 Thread [EMAIL PROTECTED]
Burkhard Carstens ha scritto: Am Mittwoch, 24. Januar 2007 12:09 schrieb [EMAIL PROTECTED]: Points 1 to 3 went good, i get this error at point 4: C:\indy\fpc>d:\ALVISE\Delphi-Lazarus\IDE\lazarus\fpc\2.1.1\bin\i386-w in32\make.e xe install d:/ALVISE/Delphi-Lazarus/IDE/lazarus/fpc/2.1.1/bin/i38

Re: [fpc-devel] The Lazarus Indy Package

2007-01-24 Thread Burkhard Carstens
Am Mittwoch, 24. Januar 2007 12:09 schrieb [EMAIL PROTECTED]: > Points 1 to 3 went good, i get this error at point 4: > C:\indy\fpc>d:\ALVISE\Delphi-Lazarus\IDE\lazarus\fpc\2.1.1\bin\i386-w >in32\make.e xe install > d:/ALVISE/Delphi-Lazarus/IDE/lazarus/fpc/2.1.1/bin/i386-win32/fpcmake >.exe -p -Ti

Re: [fpc-devel] The Lazarus Indy Package

2007-01-24 Thread [EMAIL PROTECTED]
Points 1 to 3 went good, i get this error at point 4: C:\indy\fpc>d:\ALVISE\Delphi-Lazarus\IDE\lazarus\fpc\2.1.1\bin\i386-win32\make.e xe install d:/ALVISE/Delphi-Lazarus/IDE/lazarus/fpc/2.1.1/bin/i386-win32/fpcmake.exe -p -Ti 386-win32 Makefile.fpc Processing Makefile.fpc Error: Target "win32",

Re: [fpc-devel] The Lazarus Indy Package

2007-01-24 Thread Burkhard Carstens
Am Mittwoch, 24. Januar 2007 09:54 schrieb [EMAIL PROTECTED]: > Sorry... that was for the Indy's mailing list. Is there a mailing list? I am only aware of the newsgroup. > However if someone of you can help me to install that package i still > need some help. > > Sorry again. > > > Hi, I want to

Re: [fpc-devel] The Lazarus Indy Package

2007-01-24 Thread [EMAIL PROTECTED]
Sorry... that was for the Indy's mailing list. However if someone of you can help me to install that package i still need some help. Sorry again. Hi, I want to install and try Indy cause i heard of some windows mobile cross compilation success with Lazarus. But, the lazarus package is not a

[fpc-devel] The Lazarus Indy Package

2007-01-24 Thread [EMAIL PROTECTED]
Hi, I want to install and try Indy cause i heard of some windows mobile cross compilation success with Lazarus. But, the lazarus package is not able to install in the ide, and one of the developers that some days ago came on Lazarus IRC channel said i have to compile it as stand alone package

Re: [fpc-devel] teaching pascal

2007-01-24 Thread Florian Klaempfl
ik schrieb: > 1. Is there anyone here is willing to help me creating such work that > will be a good place to point everyone who wishes to learn the > language ? Start it in the wiki, so people can join? ___ fpc-devel maillist - fpc-devel@lists.freepas

Re: [fpc-devel] Linking to C++

2007-01-24 Thread Michael Schnell
As far as I remember, Delphi 5 and on has an IDL compiler included, I suppose same is used to generate an interface unit when you do "import type library". Is this possible with TP, too ? and can generate IDL code from an Object Pascal hierarchy. I suppose this is true and necessary when cr