Author Topic: wxShapeFramework  (Read 6561 times)

Offline amd

  • Single posting newcomer
  • *
  • Posts: 9
wxShapeFramework
« 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

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7785
    • My Best Post
« Last Edit: June 25, 2012, 02:16:30 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline amd

  • Single posting newcomer
  • *
  • Posts: 9
Re: wxShapeFramework
« Reply #2 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.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: wxShapeFramework
« Reply #3 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.
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.