Results 1 to 4 of 4

Thread: cacheset (about the system cache)

  1. #1

    Thread Starter
    Member schizo's Avatar
    Join Date
    Sep 2003
    Location
    http://blackskull.cjb.net
    Posts
    42

    cacheset (about the system cache)

    http://www.sysinternals.com/ntw2k/source/cacheset.shtml

    i downloaded the source code from the website.
    i am not using c++ in my developement but i need the clear cache function of this program. i am using visual c#. how can i convert this application to a dll so that i can just call the dll in my c# project? any help?

    please...
    Attached Files Attached Files

  2. #2
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 2002
    Location
    Victoria, Australia
    Posts
    4,246
    There are a couple of free compilers out there on the internet. Just search for some. Since its C, you should be able to easily compile it with most compilers anyway. Then its just a matter of calling the DLL in your C# code.

    Phreak

    Visual Studio 6, Visual Studio.NET 2005, MASM

  3. #3
    Frenzied Member
    Join Date
    Aug 2000
    Location
    Birmingham, AL
    Posts
    1,276
    Are you using the free command line C# compiler from the .NET framework? You should also have the c++ compiler (or at least it is available).

  4. #4

    Thread Starter
    Member schizo's Avatar
    Join Date
    Sep 2003
    Location
    http://blackskull.cjb.net
    Posts
    42
    i am using the visual studio .net 2003

    my problem is that it has a gui and the codes are not built as dll.
    it was coded as a program. i dont know how to use c++ and i dont know how i would be able to convert that to a dll.

    thank you for the replies.

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