Hello,
Is it possible to do P/I if I only have the .header interface file with methods exposed?
Thanks for your guidance! Cheers!
Hello,
Is it possible to do P/I if I only have the .header interface file with methods exposed?
Thanks for your guidance! Cheers!
If you mean code and compile your PInvoke call, yes you can do it with the header only.
Of course if you want to run it you'll need the DLL too.