How to compile C++ Source Codes and Headers into one .dll? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to compile C++ Source Codes and Headers into one .dll?

i want to compile some C++ source codes and headers to a dynamic library. How do i compile them into one .dll file? I need it because of a CS 1.6 Script im trying to make

12th Oct 2016, 9:56 PM
[WS] Johnny Depp.
[WS] Johnny Depp. - avatar
1 Answer
+ 1
You must pass your .dll parameters as external.
13th Oct 2016, 5:01 AM
THE.GEEK
THE.GEEK - avatar