Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
9th Nov 2018, 4:56 AM
Flandre Scarlet
Flandre Scarlet - avatar
+ 3
You need to had the compiled library to your project by adding its reference (usually it's a DLL file) Then at the beginning of the file where you want to use that library, you will write: using [library name] ; Where [library name] is the actual name of the library you want to use whitout brackets.
9th Nov 2018, 4:52 AM
Philippe Cotte
Philippe Cotte - avatar