Windows locks disk?

Started by
1 comment, last by Drakonite 23 years, 12 months ago
Okay, so here is my problem. I am trying to write a program to flat shade a simple cube. When I try to compile it says something about windows locking the disk. I am using Borland c++ 5, windows 98 (virtual pc) and am not using any librarys that are not standard with borland. (I wrote my own graphics routines) Does anybody know what is going on?
Shoot Pixels Not People
Advertisement
Odd error, maybe you should try looking at the permissions on the files and folders you''re using (make sure they aren''t read-only). Also make sure you have plenty of disk space for your object files and executable.

-fel
~ The opinions stated by this individual are the opinions of this individual and not the opinions of her company, any organization she might be part of, her parrot, or anyone else. ~
Thanks felisandria, I checked the file permissions, they were fine. I checked the hard drive space, it was a little low, so I deleted a bunch of temp files. Then I tried again. But it still didn''t work.

Does anybody have any other ideas?

If it makes any difference, I think it is compiled as 16 bit.
Shoot Pixels Not People

This topic is closed to new replies.

Advertisement