Version 10.00 is now released

Started by Pelle, July 24, 2020, 02:00:48 PM

Previous topic - Next topic

algernon77

Thanks again!

Today I added a couple of UTF-8 BOM files (saved with Notepad++) to a project and the IDE sees them fine, but the source browser doesn't want to emit any function names.  If I save them as UTF-16 LE, all is good. I attached the files to this post. Regards!


TimoVJL

May the source be with you

Pelle

strdup() is part of the Posix (unix) standard and many implementations, but not (yet) the C standard. A bit surprising...

For Pelles C you have _strdup() by default, and by using the /Go compiler option you also get the alias strdup().

(strdup() is also in TR24731-2, but we forget that for now...)
/Pelle

Pelle

Quote from: algernon77 on July 29, 2020, 09:03:46 PM
Today I added a couple of UTF-8 BOM files (saved with Notepad++) to a project and the IDE sees them fine, but the source browser doesn't want to emit any function names.  If I save them as UTF-16 LE, all is good. I attached the files to this post. Regards!
I will look at it, but with version 10 already released I can't promise a quick fix...
/Pelle

Akko

Late, but never too late, to say a big Thank You !!!!!!!!!!!!!!!!!!!!!!!!!

Pelle

Exactly... never too late (said the late man)...
Thanks!
/Pelle