SocramMalaquias Posted July 13, 2010 Posted July 13, 2010 I searched everywhere but I can't find what I'm searching for I have a Digital Photo Frame that can be hacked under Linux to show images sent from the computer, and use it as a second monitor. So I'm trying to port these tools to Windows using AutoIT I need to open the Flash Drive in write RAW mode since it uses a special mode for read and write data (commands to 0x6200, write data to 0x6600, read data from 0xB000) FileOpen("\\.\X:", 0) works for read, but FileOpen("\\.\X:", 1) nor FileOpen("\\.\X:", 2) works for write. Any ideas? I got -1 as handle in both Thank you in advance
AdmiralAlkex Posted July 13, 2010 Posted July 13, 2010 I think you have to use the _WinAPI*() functions for that. A starting point would be _WinAPI_CreateFile(). It's in the helpfile. .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now