[fpc-devel] Very simple questions about Widestring on Linux

2009-03-17 Thread Léo Willian Kölln
I´m Working on a project of a program that will run on Windows and Linux. The binary to the windows will be compiled using Delphi, and for Linux using FPC. (This is not the question) All the strings on the code are Widestrings (yes!). On Windows i have specific functions to call using Widestrings

Re: [fpc-devel] Very simple questions about Widestring on Linux

2009-03-17 Thread Jonas Maebe
On 17 Mar 2009, at 22:51, Léo Willian Kölln wrote: No problems so far, but when i want to implement my functions using the RTL, i just see arguments, parameters and returns of String. As far i´ve read, they are aways Ansistrings, i´m right? Or i need inform the compiler of this? (Q1) It