Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - qnox

Pages: [1]
1
General / Re: hiding console - command and subsystem
« on: March 03, 2013, 05:38:20 pm »
okey i have fix it myself. after change the subsystem. just add sfml-main.lib to the Linker -> Input -> Additional Dependencies.

2
General / hiding console - command and subsystem
« on: March 03, 2013, 05:07:10 pm »
Hello guys,

i want to hide the console who are always open in my SFML project.
Over the boardsearch i found 2 ways:

1. Hiding by a command ... but the commands i found seems only working with sfml 1.6

2. Changing the Subsytem in VisualStudio from Console to Window , but when i change i cant debug/compile my project:

1>------ Build started: Project: SFMLTestProjekt, Configuration: Debug Win32 ------
1>Build started 03.03.2013 16:59:51.
1>InitializeBuildStatus:
1>  Creating "Debug\SFMLTestProjekt.unsuccessfulbuild" because "AlwaysCreate" was specified.
1>ClCompile:
1>  All outputs are up-to-date.
1>ManifestResourceCompile:
1>  All outputs are up-to-date.
1>Link:
1>  All outputs are up-to-date.
1>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
1>MSVCRTD.lib(crtexew.obj) : error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup
1>C:\Users\Brause\documents\visual studio 2010\Projects\SFMLTestProjekt\Debug\SFMLTestProjekt.exe : fatal error LNK1120: 1 unresolved externals
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:00.68
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========


Did anyone have an idea about it?

Iam using Win8 with VS 2010 + SFML2.0

best regards :)

3
General / Re: SFML with Kdevelop - how ?
« on: March 02, 2013, 10:37:08 pm »
Sorry for confusing, and thank you for your post ! :)

4
General / SFML with Kdevelop - how ?
« on: March 02, 2013, 10:21:55 pm »
Hello guys,

im trying to run SFML with Kdevelop (on Mint with KDE). The problem is, i dont know exactly what to do. I search in the forum and found sth. about a cmake finder script and so on, but this not really help me, because i have no idea. It starts alredy with the simple question:

its better to download the SFML libraries over this webpage, or better installing the libcsfml-dev package from the Softwarecenter (i trying both alredy, but does not really fix my problem).

What to do next (starting a empty terminal cmake project-  then?) ? Maybe sb who is running SFML on Kdevelop can help me step by step. Iam sure it would be help some others in the internet too, because i found many posts via. google. Sometimes there was a little guide, but only with a kdevelop version from 2006 and the kdev GUI have change a lot during the time.

thanks, qnox

Pages: [1]