D
D
Daniil Demidko2015-11-05 06:28:05
C++ / C#
Daniil Demidko, 2015-11-05 06:28:05

Is there an easy way to include a dynamic library (.dll) in a project?

I found a lot of ways, but they are all based on using WinApi, with prototype declarations for each function.
Is there at least one relatively simple way to include a .dll without unnecessary troubles and use it?
Can you give an example code for the .h file?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
jcmvbkbc, 2015-11-05
@Daniro_San

You can't get away from prototypes. Another thing is that C++ function prototypes can be generated from the dll itself, since the exported names contain all the information necessary for this.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question