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

Pages: [1]
1
General / LNK1104 Error
« on: October 03, 2009, 04:46:55 am »
Thank you! It works! Finally. It ran into an error and crashed, but I'm pretty sure that's due to it not being a complete code so I'm not worried about that part at all.

2
General / LNK1104 Error
« on: October 03, 2009, 12:47:59 am »
I feel so stupid. It still won't work and I don't know what I'm doing wrong. I have moved the dll to the same file as the cpp file and the project file, and I still get the same error. It's probably something extremely small, but for the life of me I can't get it.

3
General / LNK1104 Error
« on: October 02, 2009, 11:14:26 pm »
I moved the /lib files around and now it builds successfully. Thanks all!

But now a new problem arises. Upon the launching of the program, the console crashes and I get the error: "This application has failed to start because sfml-window.dll was not found. Re-installing the application may fix the problem."

Does that mean I need to move the .dll file to my project folder? And if so where?

4
General / LNK1104 Error
« on: October 02, 2009, 08:32:17 pm »
Quote from: "Mindiell"
System, EDI, compiler ?


Windows XP, Microsoft Visual C++ Express Edition.

And I am sure I installed it right, as it recognizes the sf:: codes. I took the folders from the zip I downloaded and put the proper folders with their contents into my VC and include file as I was told. That is, I did not remove the files from the folders in the zip, just moved the folder and all.

5
General / LNK1104 Error
« on: October 02, 2009, 05:31:51 am »
So I am trying to learn SFML and I am understanding the code, but am having troubles compiling and running any programs.

I downloaded the simple window tutorial C++ file and linked it to the sfml-window.lib file, as the tutorial on the site said, but when I went to build the program I got the following error: "LINK : fatal error LNK1104: cannot open file 'sfml-window.lib'" Which I understand means that it cannot even find the sfml-window.lib file. I installed SFML how I was told to by the tutorial and I also did the Linker/Input thing how it said, but I keep getting this error.

I don't know if I should shuffle the files around to a different spot or if I'm not doing the Linker/Input thing right, but I am baffled as to how I can fix this error.

Pages: [1]
anything