Author Topic: SmartWin.h header file not included in download binary file.  (Read 3691 times)

Offline acummings

  • Single posting newcomer
  • *
  • Posts: 1
SmartWin.h header file not included in download binary file.
« 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?

Offline Wkerry

  • Multiple posting newcomer
  • *
  • Posts: 76
Re: SmartWin.h header file not included in download binary file.
« Reply #1 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.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7720
    • My Best Post
Re: SmartWin.h header file not included in download binary file.
« Reply #2 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.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1672
Re: SmartWin.h header file not included in download binary file.
« Reply #3 on: November 18, 2024, 09:42:41 am »
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.