Re: [fpc-pascal] need help with svn structure

2007-01-18 Thread Marc Santhoff
Am Freitag, den 19.01.2007, 07:25 +0100 schrieb Daniël Mantione: > The fixes branch contains the 2.0.5 version, which contains a few fixes > that were done in 2.1, but were merged back to 2.0 at the request of > users. > > So check out either 2.0.4 or the fixes branch, but not both. Okay, very

Re: [fpc-pascal] need help with svn structure

2007-01-18 Thread Daniël Mantione
Op Fri, 19 Jan 2007, schreef Marc Santhoff: > Hi, > > since I'm still bound to FreeBSD 4-STABLE for some reason I need to > compile fpc myself (something changed in the startup code). Note that you need a binary 2.0 compiler to bootstrap the latest fpc. > I read the development page about sv

[fpc-pascal] need help with svn structure

2007-01-18 Thread Marc Santhoff
Hi, since I'm still bound to FreeBSD 4-STABLE for some reason I need to compile fpc myself (something changed in the startup code). I read the development page about svn but don't get it yet, although I have some experience with cvs. My goal is to use the latest stable release from svn plus impo

Re: [fpc-pascal] cross compile for WinCE under Linux

2007-01-18 Thread Graeme Geldenhuys
On 1/18/07, Felipe Monteiro de Carvalho <[EMAIL PROTECTED]> wrote: * The binutils utilized are pre-compiled for win32-to-wince. Maybe you can search the internet for precompiled binutils for linux-to-wince. If they don´t exist you will need to compile your own binutils. I'll do a search or res

Re: [fpc-pascal] cross compile for WinCE under Linux

2007-01-18 Thread Felipe Monteiro de Carvalho
On 1/18/07, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: Can I cross compile for WinCE under Linux? Or can this only be done from Windows? There are several problems cross compiling from Linux to Windows CE, namely: * The binutils utilized are pre-compiled for win32-to-wince. Maybe you can se

[fpc-pascal] cross compile for WinCE under Linux

2007-01-18 Thread Graeme Geldenhuys
Hi Can I cross compile for WinCE under Linux? Or can this only be done from Windows? I want to try and develop some apps (and fpGUI widget set) for my PDA running Windows Mobile 2003 SE. -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' ___

[fpc-pascal] Re: Microsoft C/C++

2007-01-18 Thread gmjimen
Norbert Remmel wrote: > is there anyone out there who still owns an early Microsoft C compiler > which can be run under plain DOS? May be you can use DJGPP: http://www.delorie.com/ Guillermo "Ñuño" Martínez ___ fpc-pascal maillist - fpc-pascal@lists

[fpc-pascal] PascalScript - possible bug when using with FreePascal

2007-01-18 Thread Alexander Todorov
Hello, I am using PascalScript for a very big project written on Delphi. Now it is being ported to FreePascal and I found a problem. Maybe it is a bug. The problem is: functions returning strings return empty string. In the example file the function MyFunc will always return and empty string. The