News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

About the "wxFlatNotebook"

Started by brucezhao, July 16, 2010, 09:40:29 AM

Previous topic - Next topic

brucezhao

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!


MortenMacFly

Quote from: 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.
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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

brucezhao

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.

oBFusCATed

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!]