wxzlib.lib changed to zlib.lib ?

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
Rocketmagnet
Experienced Solver
Experienced Solver
Posts: 84
Joined: Wed Aug 09, 2006 11:14 pm
Location: London
Contact:

wxzlib.lib changed to zlib.lib ?

Post by Rocketmagnet »

Hi there,
I've used wxWidgets for quite some time now. But I just installed it on a new machine, compiled it, then tried to compile one of the samples.

It came up with an error. The linker could not find the following libraries:

wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib

Looking in the lib directory, I fould these:

tiffd.lib jpegd.lib pngd.lib zlibd.lib regexd.lib expatd.lib

Am I missing something, or making a mistake? Did the libraries change names in one place but not the other?

Many thanks

Hugo Elias
benedicte
wxWorld Domination!
wxWorld Domination!
Posts: 1409
Joined: Wed Jan 19, 2005 3:44 pm
Location: Paris, France

Post by benedicte »

Which version of wxWidgets are you using?

In my 2.6.3 lib folder, I have the following files: wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexd.lib wxexpatd.lib.
Post Reply