Author Topic: compiler error -- ld.exe||cannot find -lwxmsw28ud|  (Read 8693 times)

Offline blue orb

  • Multiple posting newcomer
  • *
  • Posts: 25
compiler error -- ld.exe||cannot find -lwxmsw28ud|
« on: November 03, 2011, 08:49:00 pm »
i am nearly almost there... but when i compile a wxWidgets project, i get this compiler error - ld.exe||cannot find -lwxmsw28ud| - everything else seems ok. i have googled it, but cannot find a solution.

Code
ld.exe||cannot find -lwxmsw28ud|
||=== Build finished: 1 errors, 0 warnings ===|


thanks

zabzonk

  • Guest
Re: compiler error -- ld.exe||cannot find -lwxmsw28ud|
« Reply #1 on: November 03, 2011, 08:51:17 pm »
But didn't you say that this was working? What have you changed?

Offline blue orb

  • Multiple posting newcomer
  • *
  • Posts: 25
Re: compiler error -- ld.exe||cannot find -lwxmsw28ud|
« Reply #2 on: November 03, 2011, 09:06:47 pm »
i thought it was solved... i ran the compiler and a gui/dialog box opened. thinking it was solved, i posted to say it was. but, that dialog box isn't the design that i put together. when i compile my project, i always get that pre-made dialog box. that compiler message has now gone, but, i still get the pre-made dialog box when i build the project.

zabzonk

  • Guest
Re: compiler error -- ld.exe||cannot find -lwxmsw28ud|
« Reply #3 on: November 03, 2011, 09:09:54 pm »
Well, that's a programming issue - nothing to do with Code::Blocks. You need to read up on how to design and implement wxWidget applications, but questions like this are off-topic here, I'm afraid.

Offline blue orb

  • Multiple posting newcomer
  • *
  • Posts: 25
Re: compiler error -- ld.exe||cannot find -lwxmsw28ud|
« Reply #4 on: November 03, 2011, 09:10:28 pm »
it is now solved!! i had to delete two gui objects at the top of the design window. i am now okay!

Offline alexbour

  • Multiple posting newcomer
  • *
  • Posts: 10
Re: compiler error -- ld.exe||cannot find -lwxmsw28ud|
« Reply #5 on: February 05, 2017, 10:39:35 pm »
have the same errorld||cannot find -lwx_gtk2u-3.1| Despite the fact, that I specified local path for wx-config, c::b uses /usr/bin/wx-config! totally ignoring my settings for the project.

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: compiler error -- ld.exe||cannot find -lwxmsw28ud|
« Reply #6 on: February 06, 2017, 11:15:29 am »