G
G
German2018-12-07 17:47:49
C++ / C#
German, 2018-12-07 17:47:49

How to attach libcurl.dll to a project?

Installed libcurl in Visual Studio 2017, configured everything, everything is compiled.
But to run the program, you need libcurl.dll, of course I could throw it with the project, but I want to use only exe so that I can run the application without the .dll file.
How to do it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2018-12-07
@xpert13

You need to use static linking. Try this instruction: https://stackoverflow.com/questions/29461136/stati...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question