|
| |
| | comp.os.ms-windows.programmer.vxd Frequently Asked Questions (FAQ) |
 | | VxDs, by virtue of their privileged= access to the system, can also be used to implement software monitors,= debuggers, and to modify the behavior of other software on the system. |  | | If a VxD needs to access memory allocated in a Win32 application, the memory must be in a shared (global) region, or the VxD must be running in thread context= from which the memory was originally allocated. |  | | In the more extreme case, VxDs can provide= a "virtual" device that is not actually present at all, by emulating the behavior of a hardware device. |
|
http://www.faqs.org/faqs/windows/programming/vxd
(4493 words)
|
|
| |
| | The Truth About VMM32.VXD - HelpWithWindows.com |
 | | However, to keep things simple, you can think of it as a archive of different *.vxd files combined into one library file that can loaded as one file but that the individual files within it can be used as if they were individually loaded. |  | | Basically vmm32.vxd just contains a collection of different *.vxd files your system needs for startup, each file is stripped of the headers that are required if that same file was loaded separately. |  | | Any *.vxd file in this directory will be automatically loaded and used during Win9X startup, instead of the one in the vmm32.vxd file if it exists in both places. |
|
http://www.helpwithwindows.com/techfiles/vmm32.html
(2523 words)
|
|
| |
| | Windows 95/98/Me device driver (VxD) development tool |
 | | The resulting VxD, when compiler optimization is enabled, will be comparable with that written in assembly language in code efficiency and size. |  | | VxDWizard to generate a working skeletal VxD with few inputs. |  | | Special VxD run-time library for handling callback functions, simulating interrupts, memory management, string and memory manipulation, file I/O, debugging, calling 32-bit DLLs in application-time, floating-point operations, etc. |
|
http://www.techsoftpl.com/vxd
(184 words)
|
|
| |
| | Programming VXD’s using Assembler |
 | | Now copy the VxD to the \windows\system subdirectory and reboot your computer. |  | | If the file is included in another software package, you may need to reinstall the software that uses the file. |  | | Reboot the computer to have Windows load it into memory. |
|
http://www.vijaymukhi.com/vmis/vmchap8.htm
(4255 words)
|
|
| |
| | Sample Windows 95/98/Me device driver (VxD) source code |
 | | This VxD demonstrates how to use real-mode initialization code in VxD. |  | | This VxD demonstrates the virtualization of a hardware interrupt (IRQ). |  | | This VxD demonstrates the virtualizing of a hardware interrupt (IRQ). |
|
http://www.techsoftpl.com/vxd/sample.htm
(985 words)
|
|
| |
| | VMM32 VxD Fix configmg ntkern vcomm vdd vdmad vflatd vmouse |
 | | A device's Virtual Device Driver (VxD) is a specific Windows driver that allows Windows to perform device functions at optimal CPU speed, and permits interaction between the hardware and Windows. |  | | The fix was to manually install some specific 'missing' VxD files from the Windows CD with the purpose of eliminating many of the Win98, Win98SE, or Win ME, errors encountered by many users (VMM errors, erratic mouse, blue screens, error messages, shutdown problems, and the like). |  | | The specific VxDs are in the *.CAB files on the Windows installation CD, or on the hard disk for Win Me. Some are specific to their own version of Win9x. |
|
http://tweakhomepc.virtualave.net/upd/vmm32.html
(1671 words)
|
|
| |
| | Windows98 VXD Driver Bug Fix - By Gene Goldring |
 | | You might have the old Windows 95 VXD files. |  | | Check the file versions of your VXD's if you performed an upgrade from Windows 95 to Windows 98. |  | | To resolve 20 to 50% of the system errors in any Win98 build, extract these vxd files manually from |
|
http://www.beemerworld.com/tips/driversbug.htm
(214 words)
|
|
| |
| | [No title] |
 | | Most of the files are "VXD" (Virtual eXtended Device) driver files and some of these files may cause problems for CD writers, CD burner software, CD drives, external floppy drives, and printers. |  | | Instead of deleting questionable or unneeded files, rename them by changing their file type/extension, e.g., "ren filename.vxd filename.vx_", and for vxd files, assure that you do not use ".vxd.old" or ".old.vxd" since files with these file extensions may still load. |  | | Otherwise, if they are not needed by the system, system resources can suffer and your computer may perform better if unneeded drivers are not loaded. |
|
http://home.hiwaay.net/~pittman/microsoft/iosubsys.txt
(1196 words)
|
|
| |
| | Free Pc Tech Support |
 | | Fatal Exceptions that contain errors not related to VXD files may continue to haunt you, and in fact might get worse, although not through any action of the VXD_FIX.BAT file, but rather because the problem that is causing the fatal exception in the first place, if un-corrected may deteriorate system stability even further. |  | | A: Simply download the zip file and unzip the enclosed executable file: VXD.BAT (note that the instructions are also in the zip file in a readme file). |  | | Download the VXD Fix file and upgrade your system. |
|
http://freepctech.com/articles/articles.php?ArticleId=49
(394 words)
|
|
| |
| | Navrhar |
 | | While infecting VxD files the virus parses and modifies their internal structures, writes its loading code into the middle of the file and appends its main code as extra data to the end of the file. |  | | The length of documents is increased by 17245 bytes, VxD drivers have plus 12288 bytes at their end after infection, the length of virus dropper RUNME.EXE is 16208 bytes. |  | | It seems to me that VxD infection routine has a bug (the virus does not parse correctly LE Object Table), and the virus will corrupt "non-standard" VxD drivers, but all VxDs from virus' list are "virus-compatible" and running Windows95 with infected VxDs (ever twice infected) causes no problems. |
|
http://www.avp.ch/avpve/multip2/navrhar.stm
(1717 words)
|
|
| |
| | How to Repair the Vmm32.vxd |
 | | In many cases it will contain different drivers on each installation of Windows to the same machine, so replacing this file cannot be done by getting it from another machine. |  | | This folder is used when a vxd file needs to be added to the Vmm32.vxd file; instead of trying to have |  | | The Vmm32.vxd is a monolithic file that contains many different VXD files (Virtual Device Driver), much like a CAB or a ZIP file. |
|
http://www.easydesksoftware.com/news/news10.htm
(915 words)
|
|
| |
| | Coda SOCK.VXD Pseudo-Documentation |
 | | This document covers how to use the virtual device driver (VxD) SOCK.VXD from the Win95 port of the Coda network filesystem project. |  | | The first stage is to actually load the VxD into memory. |  | | Function 0x2, unload VxD, works in the same way. |
|
http://homepages.nildram.co.uk/~phekda/richdawe/dl/csockvxd.htm
(2031 words)
|
|
| |
| | Fatal exception 0E has occurred at 0028:C00008BC8 in VXD VMM(01) |
 | | You can work around this issue by not mapping a drive letter on the Windows computer to a share on the Windows NT computer. |  | | When it is unloaded, the above line is added to the Bootlog.txt file to indicate that the miniature disk cache has been removed from memory. |  | | Fatal Exception 0E at 0028:xx in VxD IOS(01)+ |
|
http://powerslave.users.50megs.com/feegpfs2.htm
(2834 words)
|
|
| |
| | Fatal Exception 0E Errors - HelpWithWindows.com |
 | | Fatal exception 0E at 0028:C433442B in VXD octk16.sys (01) + 0000342B. |  | | Fatal exception 0E at 0028: in VXD VREDIR (04) + 00005A8D. |  | | Fatal Exception 0E at 0028:c028bac6 in VXD Vwin32 05 +000281a 190915 (Desktop Management Interface (DMI) Start utility) |
|
http://www.helpwithwindows.com/techfiles/fatal-0e-errors.html
(2214 words)
|
|
| |
| | VxD Programming |
 | | This VxD can be used as a base set of source files to start a VxD project. |  | | Specifically, hardware interrupts, EOIs, IRETs, virtual interrupts, and mask changes associated with a particular IRQ will trigger debugging output on the secondary monitor of the system. |  | | When Windows later loads, this TSR responds to the INT 2Fh, AX=1605h (Windows initialization) broadcast. |
|
http://www.geocities.com/Area51/Vault/6702/vxd.html
(459 words)
|
|
| |
| | Exception Errors with VxD in Windows 98 |
 | | Issue TA00028 - Error Message "Exception Error 0E at 0028:C0035A67 in VxD IFSMGR(01)" after windows 98 upgrade. |  | | Issue TA00029 - Exception Error 0E at 0028:C143EADA in VXD CDVSD(01) + 00001CFA |  | | TA00001 -Error Message " Fatal Exception Error 0E at 0028 :xxxxxxxx in VxD" with Windows 98 |
|
http://www.techadvice.com/w98/E/errors_vxd.htm
(106 words)
|
|
| |
| | Error Messages: FATAL EXCEPTION ERRORS |
 | | Fatal Exception 0E at 0028:xxxxxxxx in VXD VMM (06) |  | | Fatal Exception 0E at 0028:xxxxxxxx in VXD IOS (01) |  | | Fatal Exception 0E at 0028:xxxxxxxx in VXD Emu10k1 |
|
http://aumha.org/win4/kbefe.php
(809 words)
|
|
| |
| | THPC: Windows General Protection Errors - VXD Errors |
 | | WPE and VxD errors are most commonly associated with a driver, or file, problem of some sort. |  | | Many users report a substantial ellimination of VXD-type faults by (re)installing specific VXDs from the Windows installation CD (or from Windows\Options\Precopy1.cab for WinME). |  | | However they can be caused by almost anything - hardware or software. |
|
http://tweakhomepc.virtualave.net/upd/wpe.html
(1205 words)
|
|
| |
| | Windows Source Home Page |
 | | The text processing portions of Windows Source are written in AWK (a pattern-matching language developed by Alfred Aho, Brian Kernighan & Peter Weinberger at AT&T Bell Labs), using the TAWK Compiler from Thompson Automation Software. |  | | The generated assembly listings are primarily used to improve your understanding of Windows programs, the internals of Windows itself, and help identify and clarify important undocumented services and functions. |  | | Automatically identifies information such as variables in the NULL segment, general protection fault handlers in a __GP block, and APPLOADER functions in a self-loading Windows application. |
|
http://www.tbcnet.com/~clive/vcomwinp.html
(1432 words)
|
|
| |
| | [No title] |
 | | TA00087 - Exception Error at 0028:c00026A6 in VXD VMM(01) + 000016A6 |  | | TA00090 - fatal Exception Error 0E at 0028:C00067A9 in VXD VMM(01) + 000057A9 |  | | TA00050 - Error Message "Fatal Exception Error 0E at 0028:C00063A5 in VxD VMM(01) + 000053a5" with Windows win98SE |
|
http://www.techadvice.com/issues/how-to.asp?word1=vmm&word2=vmm
(623 words)
|
|
| |
| | Vxd Files S |
 | | The Dynamic Link Library - Vxd Files S |
|
http://www.dynamiclink.nl/htmfiles/vxd-s.htm
(8 words)
|
|
| |
| | Application Database - Greatis Software |
 | | This VxD is used to execute network server on your computer. |  | | If you have a problem with this file during Windows boot, read the article how to resolve this problem: |  | | These VxDs are not loaded by the VMM32 real-mode loader, but are loaded by a device loader that is responsible for loading and initializing the drivers at the correct time and in the correct order. |
|
http://www.greatis.com/regrun3necessary.htm
(2170 words)
|
|
| |
| | VxD-vxd-VxD driver-VxD drivers-Develop VxD driver |
 | | WinDriver is the leading driver development toolkit, designed to enable you to create high performance PCI / CompactPCI / USB / ISA / ISA PnP / EISA / PMC based device drivers for Windows 9x/Me, NT/NT Embedded, 2000, XP, Server 2003, Windows CE, Linux, Solaris and VxWorks. |  | | See how easy it is to develop your driver using the WinDriver wizard. |  | | Create your own VxD / SYS driver in days. |
|
http://www.jungo.com/vxd.html
(463 words)
|
|
| |
| | Sysinternals Freeware - VxDMon |
 | | Unlike many of our other Windows 95 VxD's, VxDMon is written in assembly language so you can build it with the Windows 95 DDK. |  | | VxDMon is a system monitoring tool that allows you to profile Windows 95 VxD performance and behavior. |  | | This combination of VxD performance and call history information provides a never-before-seen look into the behavior of Windows. |
|
http://www.sysinternals.com/SourceCode/VxDMon.html
(700 words)
|
|
| |
| | NTKERN.VXD Error Fix |
 | | If the file is included in another software package, you may need to reinstall the software that uses this file. |  | | This message will appear for each of the following VXD files. |  | | "Windows could not combine VXDs into a monolithic structure before starting. |
|
http://webpages.charter.net/crstrode/ntkweb.htm
(735 words)
|
|
| |
| | Zadilly dll ocx drv sys mpd vxd |
 | | README: These files have been extracted directly from the cab files on the Windows98 CDROM. |  | | Windows 98 DLL's, DRV's, SYS's, MPD's, OCX's and VXD's. |
|
http://www.zadilly.com/w98f.htm
(54 words)
|
|
| |
| | RAV AntiVirus - Win32/Mimail.C@mm Virus Description |
 | | The third thread waits for 60 seconds and then loops until at least one e-mail address was collected. |  | | The second thread waits for 60 seconds and then starts to collect valid e-mail addresses by enumerating all files in the folders listed in the Explorer "Shell Folders" registry key and "C:\\Program Files" folder. |  | | Files besides the ones matching the following extensions will be checked for e-mail addresses: "bmp", "jpg", "gif", "exe", "dll", "avi", "mpg", "mp3", "vxd", "ocx", "psd", "tif", "zip", "rar", "pdf", "cab", "wav", "com". |
|
http://www.ravantivirus.com/virus/showvirus.php?v=203
(627 words)
|
|
| |
| | Download DLLs |
 | | Here you can download free of cost all your missing DLL, OCX and VXD files. |  | | Add this site to your bookmark by pressing: Ctrl + D at the same time. |
|
http://www.down-dll.com/vxd.htm
(42 words)
|
|
| |
| | Sanyo VXD Remote Controlprices - CNET Shopper.com |
 | | Search by: part number, product, keyword, manufacturer or category |  | | Manufacturer: Sanyo North America Corp. Part number: VXD |  | | Get the total cost for this product (sales tax + shipping), as well as local store availablity. |
|
http://shopper.cnet.com/4014-7900_9-31379046.html
(92 words)
|
|
|