Results 1 to 7 of 7

Thread: FSO in C++

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2000
    Location
    Wellington NZ
    Posts
    153

    Angry 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

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    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.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    May 2000
    Location
    Wellington NZ
    Posts
    153

    File Scripting Object

    Do you know how to use the file scripting object in Visual C++

  4. #4
    Frenzied Member Zaei's Avatar
    Join Date
    Jul 2002
    Location
    My own little world...
    Posts
    1,710
    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.

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    May 2000
    Location
    Wellington NZ
    Posts
    153

    ?

    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?

  6. #6
    Frenzied Member Zaei's Avatar
    Join Date
    Jul 2002
    Location
    My own little world...
    Posts
    1,710
    Wrapper? What for?

    Z.

  7. #7
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    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
  •  



Click Here to Expand Forum to Full Width