D
D
Denis2021-08-24 23:14:19
C++ / C#
Denis, 2021-08-24 23:14:19

From SFML C++ to EXE. Why is there no exe file in the folder?

I want to create an exe file for my C++ project using SFML.

In my code, I use two libraries iostream and SFML/Graphics.hpp. When I went into the Debug folder, I didn’t find an exe file there, only a text dock with the name of the project, I tried launching Release, also instead of an exe, a text dock with the name of the project.

For the sake of interest, I created a simple project that displays hello world!. There I already found a file called Project.exe.recipe. The file itself belongs to the recipe, but not to the exe.

What to do?
Ps IDE Visual Studio 2019

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Gavrilov, 2021-08-24
@thexaver

Need to add .dll files with exe file

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question