CodeWriter wrote:
Linking stage skipped (build target has no object files to link)
Nothing to be done (all items are up-to-date).
|
Computergeek01 wrote:
By the way, this error means that you probably didn't add your source file to your project.
CodeWriter reply:
Then I don't know how to "add a source code". There is a file added isn't that a source file?
The problem appears to be not having enough knowledge of how the compiler deals with all this stuff.
My current C++ book using Code::Blocks simply says select the Console Application icon and that works fine. There is no instructions on empty files etc. What is needed is an icon for SFML applications that actually works. I have found a Code::Blocks forum so maybe that is where I should direct my problems.
I did try using the SFML icon but it seems only to handle versions SFML 1.6 and SFML 2.0
When I tried to use SFML 2.0 icon the example failed to compile. Maybe I need to use an older version of SFML.
============================
Well I just downloaded the SFML 2.0
It had a different set of items,
sfml-graphics-s-d
sfml-window-s-d
sfml-system-s-d
sfml-main-d
Which wouldn't compile so I changed them to,
sfml-graphics
sfml-window
sfml-system
sfml-main
The program did compile and ran but it gave a console screen with a pop up error window,
"The procedure entry point_gxx_personality_v0 could not be located in the dynamic link library libstdc++-6.dll"
Which was of no help as it didn't say what to do about it
which is the problem with all these error messages.
I had chosen SFML_STATIC so it makes no sense to me.