On Tue, Jun 17, 2014 at 9:33 PM, Wendell P <[email protected]> wrote: >> >> 2. The dialogtaskbar.c builds fine with me (the missing symbol must come >> >> from another lib you are not linking with) > > Thanks for the help. I figured this one out. I needed to link > iupimglib.lib. I'm still confused though, about why there isn't a > iupimglib.h.
That's because it is just one function and we decided to put it in the iup.h header, and also because it is not dependent on any additional libraries and it could be incorporated in the IUP main library. Best, Scuri ------------------------------------------------------------------------------ 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
