Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: amd on June 25, 2012, 02:05:43 pm

Title: wxShapeFramework
Post by: amd on June 25, 2012, 02:05:43 pm
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
Title: Re: wxShapeFramework
Post by: stahta01 on June 25, 2012, 02:14:45 pm
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_I_would_like_to_compile_a_project_using_some_non-standard_libraries._How_can_I_indicate_to_CodeBlocks_that_these_libraries_and_include_files_exist.3F (http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_I_would_like_to_compile_a_project_using_some_non-standard_libraries._How_can_I_indicate_to_CodeBlocks_that_these_libraries_and_include_files_exist.3F)

Try the "For your project" choice, in above link, it is better long term choice.

FYI: I would also turn on Full Compiler Logging.
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F (http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F)

Tim S.
Title: Re: wxShapeFramework
Post by: 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.
Title: Re: wxShapeFramework
Post by: ollydbg on June 25, 2012, 03:52:34 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.