>       Hmm, some errors in VS 2005 Express that prevented it from
>       building with the fltk.sln build solution.

Yes, the VS project files aren't up to date, I'm afraid. I only have the
mingw tools these days as it means I can use the same gcc makefiles on
all platforms... I *think* the VS project files that are there are for
1.1.8 but... Sorry...


>       2) There was a valid warning in src/fl_call_main.c, 
> where a function
>       argument is being overriden by a variable definition 
> within the code:
> 
> --- snip
> static int mbcs2utf(const char *s, int l, char *dst, unsigned dstlen)
> {                                                                /|\
>   static xchar *mbwbuf;                                           |
>   unsigned dstlen = 0;                // <-- overrides dstlen 
> defined here
> --- snip
> 
>       That should probably be fixed.

Ouch... OK, I'll need to check that out. Looks like loose ends from my
attempts to merge the fltk-1 and fltk-2 multi-char functions, I
suspect...



>       The libs seemed to build, but the test programs all 
> seemed to fail
>       with undefined references to things like _fl_open() and 
> _fl_utf*().

Hmmm, odd - they should all be built into libfltk-utf8.a (or
fltk-utf8.lib, I guess, under VS?) I wonder if they get missed in the
build because the project file isn't up to date?

(Note: the intent, obviously, is to provide utf8 aware wrappers for the
basic functions in a cross platform way. Increasingly moot, now that
more platforms are utf8 aware anyway - I hope!)



SELEX Sensors and Airborne Systems Limited
Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 
3EL
A company registered in England & Wales.  Company no. 02426132
********************************************************************
This email and any attachments are confidential to the intended
recipient and may also be privileged. If you are not the intended
recipient please delete it from your system and notify the sender.
You should not copy it or use it for any purpose nor disclose or
distribute its contents to any other person.
********************************************************************

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to