On 2019-09-14 22:04-0400 Jim Dishaw wrote:

I need to add comctl32.lib as one of the libraries when building Windows 
executables.  Which cmake file should be modified such that the examples are 
built correctly?  The wingdi driver needs that library.  Thanks

A search for the comctl32 library is already occurring in
cmake/modules/wingdi.cmake.  If it is found you should be
getting a cmake message "Looking for gdi32 header and library - found"
and your CMakeCache.txt should show the actual location of that library.

That library location becomes part of wingdi_LINK_FLAGS which should
be used appropriately in the rest of the build system so everything
(dynamic driver or else plplot library if dynamic drivers are not
used) and the examples link correctly.

It sounds like something is currently interfering with this process
that worked before for you so please send me a complete
bug report with all the details so that I can help you
find what the problem is.

Alan
__________________________
Alan W. Irwin

Programming affiliations with the FreeEOS equation-of-state
implementation for stellar interiors (freeeos.sf.net); the Time
Ephemerides project (timeephem.sf.net); PLplot scientific plotting
software package (plplot.org); the libLASi project
(unifont.org/lasi); the Loads of Linux Links project (loll.sf.net);
and the Linux Brochure Project (lbproject.sf.net).
__________________________

Linux-powered Science
__________________________


_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to