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
Quote from: Netzschleicher on December 15, 2012, 03:30:47 PM
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.
QuoteLink 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. ???
Quote from: Netzschleicher on December 16, 2012, 09:50:50 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)
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.
Quote from: Netzschleicher on December 16, 2012, 12:10:31 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.