SFML community forums

Help => Window => Topic started by: foodman on May 28, 2010, 05:31:04 pm

Title: Opening a window
Post by: foodman on May 28, 2010, 05:31:04 pm
Opening a window
I have done this tutorial before in my visual c++ 2008 But now when i try
Doing same again

it gives me a big error

Quote
1>mt.exe : general error c101008a: Failed to save the updated manifest to the file ".\Debug\My try.exe.embed.manifest". The parameter is incorrect.


I have also checked linker

I wrote in input additional dependencies
Code: [Select]
SFML-system.lib SFML-window.lib thease

I even tried putting -s -d and removing them  like this

Code: [Select]
SFML-system-s-d.lib SFML-window-s-d.lib

But nothing happend
Title: Opening a window
Post by: Laurent on May 28, 2010, 05:37:34 pm
Try to remove spaces from your project's name.

Try also "rebuild all".
Title: Opening a window
Post by: foodman on May 28, 2010, 06:31:18 pm
Yes it worked

thank you very much for the help

just one more question

Why spaces in project name matter?
Title: Opening a window
Post by: Laurent on May 28, 2010, 07:05:36 pm
Because space is a separator. Depending on where it is used, it may be a problem or not.