Problem building PipeTest using VisualC++.NET

I get the following message when trying to build the PipeTest application.

PipeTest fatal error LNK1181: cannot open input file ‘wxbase26.lib’

I dont see this file anywhere in the wx directory??

What does this mean?

Joe

If you have installed wxWidgets, this probably means you have not built wxWidgets. You will need to build the Release version of wxWidgets in order to create the .lib files.

Could you give me more detail? how to build the Release version of wxWidgets?

Do you mean built the release .exe? it doesn’t seem to work.

— Begin quote from Opal Kelly Support;1675

If you have installed wxWidgets, this probably means you have not built wxWidgets. You will need to build the Release version of wxWidgets in order to create the .lib files.

— End quote

See
http://www.wxwidgets.org
to learn more about, download, install, and build wxWidgets.