Any one know how to use FSO in Visual C++,
Can’t work out how to create a wrapper, haven’t had much practice at Visual C++
Any ideas will be much appreciated
Thanks Rohan :o
Printable View
Any one know how to use FSO in Visual C++,
Can’t work out how to create a wrapper, haven’t had much practice at Visual C++
Any ideas will be much appreciated
Thanks Rohan :o
What do you mean with FSO?
Fuzzy logic? Or something else?
Do you know how to use the file scripting object in Visual C++
I think you mean File SYSTEM Object.
Yes, it is availble, since it is a COM Object, though it would probably be easier to just learn the API File calls.
Z.
thats what i mean! not sure what to do next, API functions in C++, dont you have to build a wrapper?
I have a collection of functions that detect processor information such as speed and model.
I was thinking about just putting my C++ code as a DLL and calling the function from VB.
Probably easier?
Wrapper? What for?
Z.
No, you don't need a wrapper, C++ can call C functions.
Just #include <windows.h> and rock!