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

Pages: [1]
1
Its appears when i try to open it in the solution explorer in visual studio. And it already has happend with more then one file.

2
I'm having a problem with my project in Visual Studio 2019. I'm making a game using SFML. When I try to open a file...lets say GUI, I'm coding the GUI for my game. I get the message The Document cannot be open. It has been renamed, deleted or moved.

I haven't written anything in it yet.

3
General / Re: Problem with linking SFML. Linker Tools Error LNK2019
« on: February 15, 2023, 04:31:26 pm »
HI sorry for taking so long to replay. Thanks you for answering my questions and having patience.  ;D I used CMake using the readme from the repo. Its worked. But I still get the link errors in Visual Studio. Il try something later anyway.

4
General / Re: Problem with linking SFML. Linker Tools Error LNK2019
« on: February 13, 2023, 08:27:18 pm »
Hi its me again. I downloaded the template for CMake that you said in the last replay. I'm struggling to understand how to configure it. Could you explain it to me?

5
General / Re: Problem with linking SFML. Linker Tools Error LNK2019
« on: February 10, 2023, 08:11:13 pm »
OK!! I'm back. Thanks for the replay.
Yes. I linked the *.lib files in project configuration in properties. I did everything as the tutorial said. But maybe your right and I should use the CMake method. If it configures SFML for me Il use it.
I'm using version 2.5.1 of SFML. And its the 32 bit version.

6
General / Problem with linking SFML. Linker Tools Error LNK2019
« on: February 10, 2023, 03:46:44 pm »
HI. I finished downloading SFML to my machine. I configured the configuration settings for C++ in Visual Studio 2022. All I did was follow the tutorial from SFML and Visual Studio on the SFML website. Those were in in the C/C++ > General page for Additional Directories and Linker > General. In all that's the headers and libraries.

When I compile the main code on the website to see if its working I get the following error:

Severity   Code   Description   Project   File   Line   Suppression State
Error   LNK2019   unresolved external symbol "__declspec(dllimport) public: __cdecl sf::VideoMode::VideoMode(unsigned int,unsigned int,unsigned int)" (__imp_??0VideoMode@sf@@QEAA@III@Z) referenced in function main   ApplicationSFMLtest   C:\Users\*******\source\repos\ApplicationSFMLtest\ApplicationSFMLtest\ApplicationSFMLtest.obj   1   


Pages: [1]