News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

update wxsmith to code::blocks

Started by tdhkx@126.com, September 30, 2010, 09:04:55 AM

Previous topic - Next topic

tdhkx@126.com

i'm a new comer .i want to add KWIC to wxsmith panel on code::blocks,could anyone tell me how to do it ? thank you very much

ollydbg

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

tdhkx@126.com

Quote from: ollydbg on September 30, 2010, 09:52:20 AM
http://forums.next.codeblocks.org/index.php?topic=12954.0

i find the link to download the compiled copy is out of date. And i download one source copy of wxSmithKWIC ,open the *.cbp file to comile it and error occurred as follows:

||=== wxSmith - KWIC, kwxAngularMeter ===|
ld.exe||cannot find -lwxmsw28u|
||=== Build finished: 1 errors, 0 warnings (0 minutes, 0 seconds) ===|

Anyone could help ?

ollydbg

Quote from: tdhkx@126.com on September 30, 2010, 10:00:39 AM
Quote from: ollydbg on September 30, 2010, 09:52:20 AM
http://forums.next.codeblocks.org/index.php?topic=12954.0

i find the link to download the compiled copy is out of date. And i download one source copy of wxSmithKWIC ,open the *.cbp file to comile it and error occurred as follows:

||=== wxSmith - KWIC, kwxAngularMeter ===|
ld.exe||cannot find -lwxmsw28u|
||=== Build finished: 1 errors, 0 warnings (0 minutes, 0 seconds) ===|

Anyone could help ?

Where is your wxwidget library? The error shows that the linker can't find the library named "wxmsw28u"
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

tdhkx@126.com


Where is your wxwidget library? The error shows that the linker can't find the library named "wxmsw28u"
[/quote]

How could i set it ? Thank you very much.

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]