Author Topic: wxSmith KWIC and LED Components  (Read 7163 times)

Netzschleicher

  • Guest
wxSmith KWIC and LED Components
« on: December 15, 2012, 03:30:47 pm »
Hello there,

i downloaded an installed CodeBlocks 12.11 on my Windows7 32bit System. Also i successfully compiled the wxWidgets 2.8.12 with the
CodeBlocks MinGW-Version. By testing the wxSmith, Components from the KWIC and LED Tabs failed to compile because the needed
Librarys to include into the wxWidgets are missing. Can everyone tell me where can i download the missing Files, or how can i remove
the KWIC and LED Tabs from wxSmith.

thanks a lot

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: wxSmith KWIC and LED Components
« Reply #1 on: December 16, 2012, 07:42:23 am »
Can everyone tell me where can i download the missing Files, or how can i remove
the KWIC and LED Tabs from wxSmith.
Link against the DLL's provided with C::B.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Netzschleicher

  • Guest
Re: wxSmith KWIC and LED Components
« Reply #2 on: December 16, 2012, 09:50:50 am »
Quote
Link against the DLL's provided with C::B.

Thats an good idea, but the needed Header-Files to compile the Application Source-Code
are still missing.  ???

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: wxSmith KWIC and LED Components
« Reply #3 on: December 16, 2012, 10:29:38 am »
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Netzschleicher

  • Guest
Re: wxSmith KWIC and LED Components
« Reply #4 on: December 16, 2012, 12:10:31 pm »
OK, i have checked out the wxContribItems from SVN.
How do i install these Files into CodeBlocks so that the Header-Files will be found
and the Library will be build.
I compiled the wxWidgets-2.8.12 as Unicode in Shared and Monolithic and in Debug and Release Builds.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: wxSmith KWIC and LED Components
« Reply #5 on: December 16, 2012, 12:44:19 pm »
How do i install these Files into CodeBlocks so that the Header-Files will be found
Are you kidding? You don't "install" a library :o. Just point the compiler's include path to the appropriate folder so the compiler finds the KWIC header files and point the linker to the folder with the DLL, after adding the KWIC lib to the libs to link against.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ