CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Nov 2011
    Posts
    9

    how to create virtual file?

    how to create a virtual file that returns a handle which should be then be accessed by a THandleStream. I am using Delphi 7.

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: how to create virtual file?

    Quote Originally Posted by StarDrago View Post
    how to create a virtual file that returns a handle which should be then be accessed by a THandleStream. I am using Delphi 7.
    And what does your question have to do with
    Visual C++ Programming Ask questions about Windows programming with Visual C++
    Victor Nijegorodov

  3. #3
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: how to create virtual file?

    how to create a virtual file
    Create and install virtual file system? Okay, now getting serious. What is a virtual file?
    Best regards,
    Igor

  4. #4
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,234

    Re: how to create virtual file?

    Quote Originally Posted by Igor Vartanov View Post
    Create and install virtual file system?
    ... obviously, on a virtual computer...
    Ovidiu
    "When in Rome, do as Romans do."
    My latest articles: https://codexpertro.wordpress.com/

  5. #5
    John E is offline Elite Member Power Poster
    Join Date
    Apr 2001
    Location
    Manchester, England
    Posts
    4,835

    Re: how to create virtual file?

    StarDrago - I assune you probably mean a memory file. Unfortunately there aren't many Borland programmers here so you might be waiting a long time to get an answer about Delphi.

    I took a quick look at some of the other forums here and was quite amazed to realise that Delphi (in fact, Borland programming in general) doesn't seem to be catered for on this site.
    "A problem well stated is a problem half solved.” - Charles F. Kettering

  6. #6
    Join Date
    Nov 2011
    Posts
    21

    Re: how to create virtual file?

    you can use boxedapp or similar sdk for application virtualization... it also help you to create virtual file system.

Tags for this Thread

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

Featured