Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: acummings on November 16, 2024, 11:08:09 pm

Title: SmartWin.h header file not included in download binary file.
Post by: acummings on November 16, 2024, 11:08:09 pm
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?
Title: Re: SmartWin.h header file not included in download binary file.
Post by: Wkerry on November 17, 2024, 08:49:52 am
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.
Title: Re: SmartWin.h header file not included in download binary file.
Post by: stahta01 on November 17, 2024, 06:51:12 pm
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.
Title: Re: SmartWin.h header file not included in download binary file.
Post by: Miguel Gimenez on November 18, 2024, 09:42:41 am
There is a post here (https://forums.codeblocks.org/index.php?topic=1078.0) 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 (https://smartwin.sourceforge.net/), but it looks abandoned and MSVC only.