|
-
Sep 10th, 2002, 08:46 AM
#1
Thread Starter
Addicted Member
FSO in C++
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
-
Sep 10th, 2002, 09:31 AM
#2
What do you mean with FSO?
Fuzzy logic? Or something else?
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Sep 10th, 2002, 09:33 AM
#3
Thread Starter
Addicted Member
File Scripting Object
Do you know how to use the file scripting object in Visual C++
-
Sep 10th, 2002, 09:35 AM
#4
Frenzied Member
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.
-
Sep 10th, 2002, 09:41 AM
#5
Thread Starter
Addicted Member
?
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?
-
Sep 10th, 2002, 09:52 AM
#6
Frenzied Member
-
Sep 11th, 2002, 02:53 AM
#7
No, you don't need a wrapper, C++ can call C functions.
Just #include <windows.h> and rock!
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|