how to create a virtual file that returns a handle which should be then be accessed by a THandleStream. I am using Delphi 7.
Printable View
how to create a virtual file that returns a handle which should be then be accessed by a THandleStream. I am using Delphi 7.
Create and install virtual file system? :) Okay, now getting serious. What is a virtual file?Quote:
how to create a 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. :(
you can use boxedapp or similar sdk for application virtualization... it also help you to create virtual file system.