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 - MrBigRig

Pages: [1]
1
Graphics / Removing instances from the game
« on: November 29, 2014, 11:52:04 pm »
I have just begun to use SFML and i am still a noob, so forgive me if the answer is obvious

my problem is that i cant find a way to remove shapes from the game(e.g. if a shape goes outside the game world it should destroy itself)

i have searched google and these forums but couldn't find anything.
if you know any solutions or links to solutions please leave them bellow

i am using visual c++ express 10 and sfml 2.1

2
General / Help with target machine type and module machine type
« on: November 28, 2014, 10:12:25 pm »
i am starting off with sfml and i am following the VC++ tutorial and when i go to debug(after doing everything else) i get the message
Error   1   error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'   
and when i go into the properties and change machine type to x86 it says
Error   1   error LNK1112: module machine type 'x64' conflicts with target machine type 'X86'   

please help. i don't know what version of VC++  i have as in my program files there is both 11 and 12 and i dont know how to check which one i am using

and if it helps my computer is a x64

thanks in advance

Pages: [1]