Re: [fpc-pascal] Widestrings manager ?

2008-08-23 Thread Steve Howe
Hello Graeme, > On 8/23/08, Steve Howe <[EMAIL PROTECTED]> wrote: > > "This binary has no widestrings support compiled in. > > Recompile the application with a widestrings-manager in the program uses > > clause." > > You need to add the "cwstring" unit to your project's uses clause as > one of t

Re: [fpc-pascal] Widestrings manager ?

2008-08-23 Thread Graeme Geldenhuys
On 8/23/08, Steve Howe <[EMAIL PROTECTED]> wrote: > > "This binary has no widestrings support compiled in. > Recompile the application with a widestrings-manager in the program uses > clause." You need to add the "cwstring" unit to your project's uses clause as one of the first units. Regards