19,587
edits
m (AutoIt3: Read/write in binary mode at specific position?) |
m (+cat) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 78: | Line 78: | ||
::[[User:Geyser|geyser]] 16:11, 23 May 2008 (CEST) | ::[[User:Geyser|geyser]] 16:11, 23 May 2008 (CEST) | ||
:Hi, I got the source code for the Daodan DLL from SFeLi. I have discontinued the OniUSB project and I'd like to help you with Daodan if I can. I've been rewriting the code in pure C and merging the OniUSB and Daodan source code. It's going well and I have made a C source file and header which might be the start of an Oni SDK. The source code and test DLL can be downloaded from http://oniusb.googlepages.com/Daodan.7z (early beta). Also, I was wondering if there was a designated place for Daodan DLL related discussion on the wiki. | :Hi, I got the source code for the Daodan DLL from SFeLi. I have discontinued the OniUSB project and I'd like to help you with Daodan if I can. I've been rewriting the code in pure C and merging the OniUSB and Daodan source code. It's going well and I have made a C source file and header which might be the start of an Oni SDK. The source code and test DLL can be downloaded from <nowiki>http://oniusb.googlepages.com/Daodan.7z</nowiki> (dead link) (early beta). Also, I was wondering if there was a designated place for Daodan DLL related discussion on the wiki. | ||
::[[User:RossyMiles|rossy]] 13:20, 25 May 2008 (CEST) | ::[[User:RossyMiles|rossy]] 13:20, 25 May 2008 (CEST) | ||
--- | --- | ||
Line 91: | Line 91: | ||
[[User:Ssg|Ssg]] 14:44, 23 June 2008 (CEST) | [[User:Ssg|Ssg]] 14:44, 23 June 2008 (CEST) | ||
The question for me is why I would need to open it. I was just planning on bouncing commands to Onisplit. | |||
[[User:Gumby|Gumby]] | |||
@Ssg I'm not sure if AutoIt can do that, maybe it is not as powerful as I thought. If you want to do something like that, C or C++ is a good option. | |||
@Gumby Bouncing commands is easy in AutoIt. You can use Run and RunWait to run the exe. DllCall can start a dll so it might be more efficient to compile OniSplit as a dll and call it with AutoIt. | |||
[[User:RossyMiles|rossy]] 03:42, 24 June 2008 (CEST) | |||
Ok...thats what I thought. I'll probably just leave onisplit as it is, and have there be a place to specify Onisplit's path... | |||
[[Category:Userspace]] |