CallbackDisk 1.0 
CallbackDisk 1.0 Description
With CallbackDisk you can create and manage virtual disk devices within your application and expose these disks to Windows as if they were real disk devices. The disks become visible to all process in the system.
CallbackDisk provides a kernel-mode driver, which calls your application when it needs to perform reading or writing to the disk. And your application can store the actual disk data anywhere it needs: in memory, over the net etc. .
Read more...
With CallbackDisk you can create and manage virtual disk devices within your application and expose these disks to Windows as if they were real disk devices. The disks become visible to all process in the system.
Virtual disk is the one that has a file system on it, but is not physically located on a disk partition. The storage can be actually located in a file residing on a local disk, or in applicaiton resources, or in memory, or somewhere at a remote location. The important part is that this disk is visible to the user (and to other applications) as if it were a formatted hard disk partition.
CallbackDisk provides a kernel-mode driver, which calls your application when it needs to perform reading or writing to the disk. And your application can store the actual disk data anywhere it needs: in memory, over the net etc.
Virtual disk can be needed, when
* the application stores some data internally (in resources or in supplementary files) and it needs to use some library, which can only work with file located within a system-wide file system. The examples include DirectX libraries, Flash player, many third-party components.
* the application must hide presence of the disk from the user, while keeping it (the disk) available for some applications
* and more ...
DOWNLOADS FROM EldoS Corporation
MySQL-to-OracleMySQL-to-Oracle is a program to migrate MySQL databases to Oracle server.
SmartVB6Development tools for VB6 programmers created to build fast and robust code.
RazorSQLQuery, update, navigate, and manage all databases from one database tool
MySQL-to-MSSQLMySQL-to-MSSQL is a program to convert MySQL databases into MS SQL format.
SkinEngineEasy to add skinnalbe GUI to your C++, Delphi, VB and .NET application