Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Netzschleicher on December 15, 2012, 03:30:47 pm

Title: wxSmith KWIC and LED Components
Post by: Netzschleicher 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
Title: Re: wxSmith KWIC and LED Components
Post by: MortenMacFly 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.
Title: Re: wxSmith KWIC and LED Components
Post by: Netzschleicher 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.  ???
Title: Re: wxSmith KWIC and LED Components
Post by: MortenMacFly on December 16, 2012, 10:29:38 am
Thats an good idea, but the needed Header-Files to compile the Application Source-Code
are still missing.  ???
Checkout from C::B's SVN here:
http://svn.berlios.de/wsvn/codeblocks/trunk/src/plugins/contrib/wxContribItems/KWIC (http://svn.berlios.de/wsvn/codeblocks/trunk/src/plugins/contrib/wxContribItems/KWIC)
(http://svn.berlios.de/codeblocks/trunk/src/plugins/contrib/wxContribItems/KWIC (http://svn.berlios.de/codeblocks/trunk/src/plugins/contrib/wxContribItems/KWIC) for SVN)
Title: Re: wxSmith KWIC and LED Components
Post by: Netzschleicher 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.
Title: Re: wxSmith KWIC and LED Components
Post by: MortenMacFly 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.