Just had the same problem
Quote:
SMPORT driver creates device at start time and releases it on close. On nonstandard program closing it is necessary to to release driver manually (it was found by debugging under IDE).
It is done by manual deleting registry key and restart of the system:
Windows 95 and 98
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\VxD\SmPort
Windows NT/2k/XP
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SmPort
Note: To create and release device in the Windows NT system you must have administrator rights.
Or just import this registry file:
1. Attachment:
smport_del.zip [466 Bytes]
Downloaded 486 times
Quote:
Windows Registry Editor Version 5.00
[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Smport]
[-HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\VxD\Smport]
2. REBOOT PC