.DEV File
.dev is Dev-C++ Project File
Features | Description |
---|---|
File Extension | .dev |
Format | N/A |
Created by | Bloodshed |
Category | Developer |
.dev is Dev-C++ Project File
Features | Description |
---|---|
File Extension | .dev |
Format | N/A |
Created by | Bloodshed |
Category | Developer |
What's on this Page
The dev file extension is used for Windows Device Drivers. A device driver, or software driver is a computer program allowing higher-level computer programs to interact with a device.
Typically, dev files are stored in the Windows System folder and should not be opened or altered.
A driver typically communicates with the device through the computer bus or communications subsystem to which the hardware is connected. When a calling program invokes a routine in the driver, the driver issues commands to the device. Once the device sends data back to the driver, the driver may invoke routines in the original calling program. Drivers are hardware-dependent and operating-system-specific. They usually provide the interrupt handling required for any necessary asynchronous time-dependent hardware interface.
Files with dev file extension are commonly found as drivers for Windows operating system.