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
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
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
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
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
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'
___
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
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