Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Ramdrive in XP
Name: JC Date: October 31, 2003 at 19:08:58 Pacific OS: XP Home CPU/Ram: 2.66 256
Comment:
Could someone walk me through the description below step by step so that I can use the ramdisk? thanks Installing the Ramdisk sample driver in a NTFS only machine might make it unusable. To resolve this problem make the following change:
While you call the IoCreateDevice function (RamdiskAddDevice function in pnp.c), change the device type from FILE_DEVICE_VIRTUAL_DISK to FILE_DEVICE_DISK and recompile the driver. After you install the driver, restart the system in order to access the Ramdisk through Explorer
Name: Valerie Date: November 1, 2003 at 01:40:51 Pacific
Reply:
Hey JC - see the replies to your post in the XP forum - two RamDisk utils to choose from.
V...
0
Response Number 2
Name: SN Date: November 1, 2003 at 09:08:54 Pacific
Reply:
Yeah, I'd try either of the two utilities mentioned in the xp post...If you still want to do it the way this is talking about, then send one of us the code and we'll do it for you...It would be a lot easier than trying to walk you through it.
I assume the code is in C or C++...I don't have a compiler on this machine but I can probably do it at school. Again, if you have the .c or .cpp file, send it my way and I think even my sad C skills can manage to change a function call and recompile.
-SN
0
Response Number 3
Name: JC Date: November 2, 2003 at 18:14:08 Pacific
Reply:
I opted out for the ramdisk.tk and am up and running. Thanks everyone for the replies and help.
Summary: "Is there any way to give the user say 5 seconds to respond and if they don't, then choose a default item from the menu?" Not that I know of. I thought CHOICE was included in XP. Thanks for the encour...
Summary: Hello - this was posted on the Windows XP forum and it was suggested I try here. I developed a DLL in Windows 98 using Visual Studio 6. Everything worked okay there. Now I need to run it on a Windows ...