Page 1 of 1

[SOLVED] Librarymaker warning with strings

Posted: Sat Dec 20, 2008 12:55 pm
by Progi1984
Hello all,

I have this message under Linux when i compile with pblibrarymaker :

Code: Select all

Line 23: The function S10_FuncL uses strings, so need to support the 'Unicode' flag
Under windows, the flag is ' /NOUNICODEWARNING '.

What is his equivalent under Linux ?

Thanks in advance.
Progi1984

Posted: Sat Dec 20, 2008 5:10 pm
by freak
its the same flag.

Posted: Sat Dec 20, 2008 5:17 pm
by Progi1984
Nickel ! Thanks !