Hi all,
attached is a patch that implements widestrings in vararrays. It works
on linux/i386 but i'm not sure if it's valid though. Especially on
windows...
Could you guys have a look?
Oh, and it's leaking memory (or refcounts, depending on your point of
view) but that's a bug in widestrings in
ik wrote:
> Hi,
>
> I'm currently using Free Pascal Compiler version 2.0.2 [2005/11/12] for
> x86_64
>
> I noticed that on compiler/utils/fpc.pp, the ppcbin never assigned,
> and "fpc -PB" only result with a path without the executible name ...
>
> It seems that fpc never enters to the {$ifdef x
Graeme Geldenhuys wrote:
> Hi,
>
> I am currently using FPC 2.0.2 with Lazarus. Does FPC have support
> for implementing interfaces by delegation.
>
> I keep getting the error:
>
> TreeBuildVisitor.pas(115,51) Fatal: Syntax error, ";" expected but
> "identifier IMPLEMENTS" found
>
> which I gu
I've downloaded today's snapshot from ftp.freepascal.org.
While 2.03 Version cross-compiles on windows for linux the version 2.11
Snapshot doesn't.
Here's the Error Output:
C:/Programme/fpc/fpcbuild-2.11/fpcsrc/rtl/units/i386-linux -di386
-dRELEASE -Fi../objpas/sysutils ../unix/sysutils.pp
Michael Ring wrote:
> I've downloaded today's snapshot from ftp.freepascal.org.
>
> While 2.03 Version cross-compiles on windows for linux the version 2.11
> Snapshot doesn't.
This is already fixed in svn.
>
> Here's the Error Output:
>
> C:/Programme/fpc/fpcbuild-2.11/fpcsrc/rtl/units/i386-li
Michael Ring wrote:
I've downloaded today's snapshot from ftp.freepascal.org.
While 2.03 Version cross-compiles on windows for linux the version 2.11
Snapshot doesn't.
Here's the Error Output:
This has been fixed today. Maybe it works tomorrow, if no new bugs are
introduced.
Vincent.
__
I use the Synapse TCP toolkit. I recently updated to 2.0.2 (can't get a
full working 2.0.3 in Windows yet for some reason) and found that
Synapse suddenly didn't compile in Linux.
Now, it's likely that the Synapse toolkit has already been updated, but
my point is the difference now between Linux
> I use the Synapse TCP toolkit. I recently updated to 2.0.2 (can't get a
> full working 2.0.3 in Windows yet for some reason) and found that
> Synapse suddenly didn't compile in Linux.
>
> Now, it's likely that the Synapse toolkit has already been updated, but
> my point is the difference now be
On Sat, 13 May 2006, Tony Maro wrote:
> I use the Synapse TCP toolkit. I recently updated to 2.0.2 (can't get a
> full working 2.0.3 in Windows yet for some reason) and found that
> Synapse suddenly didn't compile in Linux.
>
> Now, it's likely that the Synapse toolkit has already been updated
Michael Van Canneyt wrote:
>
>
> AFAIK this has been fixed in the Synapse toolkit.
> It has been changed to use the agnostic TLibHandle type.
>
Okay, thanks. I just thought it was odd that it worked the same for
both and then in a later FPC it didn't.
One day I must update my synapse toolk
Since some time FPC doesn't flush output on pipes after writeln.
On linux I can use a pseudo terminal, what can I do on win32 to get flushed
output from FPC into the message window of MSEide?
Martin
___
fpc-devel maillist - fpc-devel@lists.freepascal
While cross compiling a linux elf on a windows PC I found an odd
bug/issue/problem that
I'm not sure whether is an FPC problem or a linker problem
Here's what I did:
Passed this -k option:
-kc:\test\test\test\test\test\test\ld-linux.so.2
Got error: Error: Can't call the linker, switching to ext
Op Sun, 14 May 2006, schreef Martin Schreiber:
> Since some time FPC doesn't flush output on pipes after writeln.
> On linux I can use a pseudo terminal, what can I do on win32 to get flushed
> output from FPC into the message window of MSEide?
It is strongly recommended against to parse the
On Sun, 14 May 2006 08:48:07 +0200 (CEST)
Daniël Mantione <[EMAIL PROTECTED]> wrote:
> About flushing the output, I think it is impossible to receive the output
> interactively currently, it will output in bursts. You should still be
> able to receive the output, though. If you want to receive i
Daniël Mantione wrote:
Op Sun, 14 May 2006, schreef Martin Schreiber:
Since some time FPC doesn't flush output on pipes after writeln.
On linux I can use a pseudo terminal, what can I do on win32 to get flushed
output from FPC into the message window of MSEide?
About flushing the output,
15 matches
Mail list logo