Author Topic: About the "wxFlatNotebook"  (Read 4137 times)

Offline brucezhao

  • Single posting newcomer
  • *
  • Posts: 3
About the "wxFlatNotebook"
« on: July 16, 2010, 09:40:29 am »
I was used the wxFlatNotebook in wxSmith, I can build the project, and got the EXE, but when I run the EXE, it's prompt missed the "wxmsw28m_flatnotebook_gcc.dll",  I copied the dll with the EXE, it still prompt the same message.

Please help me!
thank you!


Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: About the "wxFlatNotebook"
« Reply #1 on: July 16, 2010, 10:54:28 am »
I was used the wxFlatNotebook in wxSmith, I can build the project, and got the EXE, but when I run the EXE, it's prompt missed the "wxmsw28m_flatnotebook_gcc.dll",  I copied the dll with the EXE, it still prompt the same message.
Make sure you also startup your application in this path. You can set the startup folder in the project options. Most likely you application's working directory is different from where the application is, so the DLL cannot be found.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline brucezhao

  • Single posting newcomer
  • *
  • Posts: 3
Re: About the "wxFlatNotebook"
« Reply #2 on: July 16, 2010, 05:06:59 pm »
Thank you for reply.

I'm sure the path is fine, and I copied the DLL into the system32, but it still can't run.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: About the "wxFlatNotebook"
« Reply #3 on: July 17, 2010, 02:24:17 am »
Run your app from explorer/tcmd/command promp...
Also search for Dependency Walker, it is very useful tool!
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]