News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

wxSmith KWIC and LED Components

Started by Netzschleicher, December 15, 2012, 03:30:47 PM

Previous topic - Next topic

Netzschleicher

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

MortenMacFly

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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Netzschleicher

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.  ???

MortenMacFly

Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Netzschleicher

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.

MortenMacFly

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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]