On Tue, Jun 17, 2014, at 02:22 PM, Joaquim Luis wrote: > 1. I have the latest (3.10.1) and have no Examples/C/mid.c
Oops, typo... mdi.c > 2. The dialogtaskbar.c builds fine with me (the missing symbol must come > from another lib you are not linking with) IupImageLibOpen is declared in iup.h and dialogtaskbar.c includes only iup.h and iupcontrols.h, so what lib would be required other than iup.lib, iupcontrols.lib, and iupstub.lib? > 3. I also get this one, but apparently one can comment the line where > iupKeyNameToCode is called with no visible damage. Since iupKeyNameToCode is not declared in any of the IUP headers, it appears the function was never defined. -- http://www.fastmail.fm - Accessible with your email software or over the web ------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems _______________________________________________ Iup-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/iup-users
