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

Author Topic: Opening a window  (Read 1762 times)

0 Members and 1 Guest are viewing this topic.

foodman

  • Newbie
  • *
  • Posts: 21
    • ICQ Messenger - 570393595
    • View Profile
Opening a window
« 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

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Opening a window
« Reply #1 on: May 28, 2010, 05:37:34 pm »
Try to remove spaces from your project's name.

Try also "rebuild all".
Laurent Gomila - SFML developer

foodman

  • Newbie
  • *
  • Posts: 21
    • ICQ Messenger - 570393595
    • View Profile
Opening a window
« Reply #2 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?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Opening a window
« Reply #3 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.
Laurent Gomila - SFML developer

 

anything