News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

SmartWin.h header file not included in download binary file.

Started by acummings, November 16, 2024, 11:08:09 PM

Previous topic - Next topic

acummings

The header file (SmartWin.h) was not included in my recent download (2024-11-15) for Version 20.03 rev 11983 dated 2020-03-12 which included the MinGW compiler for the SmartWin 1.0 widget.  Can the header and library files be obtained at this time?

Wkerry

You previously installed smartwin++ library. It is not part of CB and not part of the included MinGW compiler.

As such you need to google smartwin++ and follow the install instructions for the OS and compiler version(s) you are using. Better still if you have instructions from when you setup your dev environment in the fist place see how you installed it then.

stahta01

FYI: Code::Blocks (CB) includes a number of Wizards like the one for SmartWin; but, it does not include the compiler tools needed for many of them.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Miguel Gimenez

There is a post here about installation of Smartwin in C::B. I would not copy the .a and .h files to the compiler directorybut add their location to the project search paths.

The library is downloadable from here, but it looks abandoned and MSVC only.