Hello,
for the new MAKE-tools i wanted to use
the function < aDrives( 2 ) > scanning for harddisks
with VISTA i get a exeption-error NO DISKS
It seems, the function doesn't work together with VISTA
Regards
Uwe
Function aDrives( 2 ) not working with VISTA ?
Function aDrives( 2 ) not working with VISTA ?
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Uwe,
This code is working fine here on Vista Ultimate:
This code is working fine here on Vista Ultimate:
Code: Select all
function Main()
MsgInfo( Len( aDrives( 2 ) ) )
return nil
Error Message with aDrives()
Hello,
I found out the reason for error-message.
With a new update from Microsoft for Vista,
i got a not working driver for my Sony-DVD-RW.
The function < adrives() > checks all drives
and couldn,t detect the DVD-RW
I got the message : < No drive > because of the
not working driver.
Best Regards
Uwe
I found out the reason for error-message.
With a new update from Microsoft for Vista,
i got a not working driver for my Sony-DVD-RW.
The function < adrives() > checks all drives
and couldn,t detect the DVD-RW
I got the message : < No drive > because of the
not working driver.
Best Regards
Uwe
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
Vista driver-problem ERROR-CODE 93
I found a solution, how to fix the vista-driver-problem
for my SONY-DVD-RW :
Windows Vista:
Driver-problem : CD/DVD-Drive doesn't work anymore
( Errorcode 39 ) Tecnical problem
It is a known ERROR in Windows.
Mostly, it can be a problem with a burning-suite.
To make the CD-drive working again :
1. Start REGEDIT
2. Look for : "HKEY_LOCAL_MACHINE" > "System" and
"CurrentControlSet" > "Control" > "Class".
3. Open {4D36E965-E325-11CE-BFC1-08002BE10318}.
4. There you have to delete the Registryvalue "UpperFilters"
and "LowerFilters"
The CD-drive will be visible again.
Regards
Uwe
for my SONY-DVD-RW :
Windows Vista:
Driver-problem : CD/DVD-Drive doesn't work anymore
( Errorcode 39 ) Tecnical problem
It is a known ERROR in Windows.
Mostly, it can be a problem with a burning-suite.
To make the CD-drive working again :
1. Start REGEDIT
2. Look for : "HKEY_LOCAL_MACHINE" > "System" and
"CurrentControlSet" > "Control" > "Class".
3. Open {4D36E965-E325-11CE-BFC1-08002BE10318}.
4. There you have to delete the Registryvalue "UpperFilters"
and "LowerFilters"
The CD-drive will be visible again.
Regards
Uwe
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.