[fpc-devel] Patch to implement vararrays of widestrings

2006-05-13 Thread Joost van der Sluis
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

[fpc-devel] Current 2.11 Snapshot does not compile on windows for i386-linux Target

2006-05-13 Thread Michael Ring
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

Re: [fpc-devel] Current 2.11 Snapshot does not compile on windows for i386-linux Target

2006-05-13 Thread Florian Klaempfl
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-linux

[fpc-devel] Linux loadlibrary vs Windows

2006-05-13 Thread Tony Maro
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

Re: [fpc-devel] Linux loadlibrary vs Windows

2006-05-13 Thread Marco van de Voort
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

Re: [fpc-devel] Linux loadlibrary vs Windows

2006-05-13 Thread Michael Van Canneyt
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,

[fpc-devel] Output flush on pipes

2006-05-13 Thread 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? Martin ___ fpc-devel maillist -