News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

wxShapeFramework

Started by amd, June 25, 2012, 02:05:43 PM

Previous topic - Next topic

amd

Hi,

I'm trying to use wxShapeFramework with C::B but im getting an error saying "ld.exe cannot fond -lwxsf"

ps: i downloaded wxShapeFramework libs and linked to code Blocks

Any help would be appreciated

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]

amd

thank you

but it still the same error even though i added all needed path in
compiler and linker tab.

ollydbg

Quote from: amd on June 25, 2012, 03:07:21 PM
thank you

but it still the same error even though i added all needed path in
compiler and linker tab.
Please re-read stahta01's post, and give us more information.
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.