Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: brucezhao on July 16, 2010, 09:40:29 am

Title: About the "wxFlatNotebook"
Post by: brucezhao 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!

Title: Re: About the "wxFlatNotebook"
Post by: MortenMacFly 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.
Title: Re: About the "wxFlatNotebook"
Post by: brucezhao 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.
Title: Re: About the "wxFlatNotebook"
Post by: oBFusCATed 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!