Hello guys,
I'm new in DB and wx. Besides I know how to coding, I have a lot of
doubts about how to develop an application, from begining to the end.
At the college they only teach how to code... they don't teach how to
distribute, debug, etc.
I'm telling this because I think I'll do a very newbie question.
I'm using DB 4.14 and VS 2005 compiler. When I create a new project
(or use the Elements example from DB) and compile, it creates a
directory in my application, when it puts the executable.
But when I have some image on my app, the image stays in the directory
of the source code, the compiler don't "copy" the image to the
executable directory (VCDebug and VCRelease).
Then when I "Build and Run" from DB, the app works as expected,
showing the image. But if I go to the DEbug or Release directory and
run the .exe from there, I get an error telling me that "couldn't find
the image". If I copy the image to that directory, works fine. If I
copy the .exe to the source directory, works fine too.
Is this the normal behavior?
There's a way to force the compiler to put all the recourses that my
app uses in the Degug or Release directory?
Can you recommend me a clear, updated and (preferably small) good
documentation about this introductory subject?
Thank you guys. Sorry for the bad English, I'm Brazilian.
.