R
rocio
I finally received a SDK from the vendor of my camera to access the program
from within my program, but this SDK is written in embedded visual C++, it
includes a bunch of DLL's, .h files and a lib file. The instructions just
say to put some of these files in my project directory , compile & link.
But as you know I'm programming here with .NET. Readeing further some of the
txt files included with this SDK says something about using the Microsoft
Foundation Classes.....the little research I've done just tells me that
these classes can be used from within visual C++, is this correct? Can't I
access then this SDK form .NET CF?
I have requested the vendor for a .NET specific SDK, but they have none at
the moment.
from within my program, but this SDK is written in embedded visual C++, it
includes a bunch of DLL's, .h files and a lib file. The instructions just
say to put some of these files in my project directory , compile & link.
But as you know I'm programming here with .NET. Readeing further some of the
txt files included with this SDK says something about using the Microsoft
Foundation Classes.....the little research I've done just tells me that
these classes can be used from within visual C++, is this correct? Can't I
access then this SDK form .NET CF?
I have requested the vendor for a .NET specific SDK, but they have none at
the moment.