News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

build and run within CB IDE is fine ,but run .exe file outside CB is error

Started by maninthewind, January 04, 2009, 05:37:42 PM

Previous topic - Next topic

maninthewind

hi ,
It was fine to run a simple wxwidget with wxsmith program in CB .but it displayed an error like 'couldn't find wxbase28ud_gcc.dll' when I run the .exe file in F:\CodeBlocks\project\client\bin\Debug.
I saw this dll file is in F:\wxWidgets2.8\lib\gcc_dll

ps:I use wxPack_v2.8.8.04.exe  (F:\wxWidgets2.8)  and codeblocks-8.02mingw-setup.exe (F:\CodeBlocks) .



Can someone help me? :)



Jenna

dll's have to be either in executables directory or in the systems search path.


dje