S
Stijn
Can I use header files in vb.net?
I tried
#include <prototype.h>
but it is not working.
I have to include some header files and I have to link
the executable file with import libraries so I can
communicate with a counting device.
Does anyone knows how I have to do this?
Thanks!
I tried
#include <prototype.h>
but it is not working.
I have to include some header files and I have to link
the executable file with import libraries so I can
communicate with a counting device.
Does anyone knows how I have to do this?
Thanks!