I would like to call a .DLL file that holds a specific api how would I go about doing this? Are there any examples?
Is it as easy as opening the file
fopen = $file
blah blah
But how would I go about passing arguments to the file for usage?
Does this make sense?
I would also like to do the same for header files...
It has to be possible! But how!?