Hey Shawn, > Here's the complaints: > > shell32.dll: SHCreateDirectoryExA & SHBindToParent > ole32.dll: CoWaitForMultipleHandles
SHCreateDirectoryEx was the problem. The call was introduced in the Launcher.CreateDirectory method. I've replaced it with a call to CreateDirectoryEx, which is available on all target platforms. That does, however, not support recursive directory creation, so you can only create one dir at a time. I found no client code using the CreateDirectory method, though, so it seems safe to limit the functionality. For the next round, we can implement that feature ourselves. I managed to install a VPC with Windows 98, so I've tested the new version proper, and it works with the patched DQSDTools. I'm going to build a new installer from scratch and run that as well on both XP SP2 and Win98, then I'll release 3.1.9.1 properly, unless any of you guys want to add any fixes beforehand. Cheers for the help, Kim ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Archive: https://lists.sourceforge.net/lists/listinfo/dqsd-devel
