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

Author Topic: im so n00b - starting program error  (Read 2256 times)

0 Members and 1 Guest are viewing this topic.

CreaM

  • Newbie
  • *
  • Posts: 36
    • View Profile
im so n00b - starting program error
« on: April 02, 2014, 11:43:33 pm »
Hi, i just started working with sflm 2.1 using visual 2010, but i cant run single program - when i start debugging this will apear: Unable to start program C:\.....\visual studio\projects\test\release\test.exe cannot find test.exe......
i work with windows 7, i checked up all tutorials so many times, but probably some stupid mistake still there... :-[

zsbzsb

  • Hero Member
  • *****
  • Posts: 1409
  • Active Maintainer of CSFML/SFML.NET
    • View Profile
    • My little corner...
    • Email
Re: im so n00b - starting program error
« Reply #1 on: April 03, 2014, 04:00:35 am »
Let me get out my crystal ball and see.... oh it looks like you forgot to put x where y should have been.  ;)
























Seriously, we aren't mind readers and can't guess what your problem is. Post the full error message or you might as well forget about us helping you.
Motion / MotionNET - Complete video / audio playback for SFML / SFML.NET

NetEXT - An SFML.NET Extension Library based on Thor

G.

  • Hero Member
  • *****
  • Posts: 1592
    • View Profile
Re: im so n00b - starting program error
« Reply #2 on: April 03, 2014, 04:21:39 am »
Did you compile it lol?

StormWingDelta

  • Sr. Member
  • ****
  • Posts: 365
    • View Profile
Re: im so n00b - starting program error
« Reply #3 on: April 03, 2014, 04:39:39 am »
As cruel as it is we need to actually see the error or code it happens in to try and help unless you're really good at explaining things.
I have many ideas but need the help of others to find way to make use of them.

CreaM

  • Newbie
  • *
  • Posts: 36
    • View Profile
Re: im so n00b - starting program error
« Reply #4 on: April 03, 2014, 10:07:15 am »
when i start building:
1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
when i start debuging...you already know

G.

  • Hero Member
  • *****
  • Posts: 1592
    • View Profile
Re: im so n00b - starting program error
« Reply #5 on: April 03, 2014, 10:31:06 am »
You can't execute an exe that wasn't build. ;)

For your error, here's the first link on google: http://stackoverflow.com/questions/12267158/failure-during-conversion-to-coff-file-invalid-or-corrupt

 

anything