How do I call the DFU-Util (for example -l ) from an Execute command?
More specifically, how do I capture returned messages ?
Bruce, if you're referring to Delphi for Windows, try importing the Windows CreateProcessEx function from the Windows API. You can pass a structure to this function that will give you a file handle to the console output.
Thanks, Markus
-----Original Message----- From: Bruce Doan brucedoan@comcast.net Sent: Monday, June 3, 2024 4:17 PM To: dfu-util@lists.osmocom.org Subject: [Dfu-util] Call DFU-until from Delphi application
[CAUTION] This email came from an external source. Do not click links or open attachments unless you can confirm the sender and know the content is safe. If you suspect fraud, please notify the Service Desk.
How do I call the DFU-Util (for example -l ) from an Execute command?
More specifically, how do I capture returned messages ?
_______________________________________________ dfu-util mailing list -- dfu-util@lists.osmocom.org To unsubscribe send an email to dfu-util-leave@lists.osmocom.org
CONFIDENTIALITY NOTICE: This email, including any attachments and files transmitted with it, are for the sole use of the intended recipient(s) to whom this email is addressed, and may contain confidential and/or privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please be advised that you have received this email in error, and please contact the sender by reply email and destroy all copies (including all electronic and hard copies) of the original message. Thank you.
Yes I am using Delphi to create a VCL application.
I found DosCommand component in GetIt.
It works well.
Looking for a method to create a similar application for OSX.