Forum : Ride IDE
Original Post
Post Information | Post |
---|---|
April 28, 2011 - 10:38am
|
I need the prototipe of the functions of the following dll: The best thing is if you can send me the .h files of these dll. |
Hi,
You cannot call these DLLs. They are not public, so you are not allowed to call them directly and they are not documented, not supported, and they are not guaranteed to be stable from one version of the software to another. Moreover, I doubt they really do what you think they do. ;)
For automation testing the normal and only valid way is to do as Bruno and Behnaz say, using COM ports:
http://forum.raisonance.com/viewtopic.php?id=3373
The macro example there is _just_an_example_. That's of course not the only way to access these COM ports. :)
Best Regards,
Vincent
OK!!!
In my first post i report that link given in some old discussion as dead, this one works good then i work on it today.
About the dll, I accept that it are not the "official" way to do something with the debug tool, and being you the master....
but for the test tool developer is much better!
May you , in future, think about a sdk environment with these dll?
Some other producer like P&E for Freescale or Keil for Cortex based ยต do it and a test environment with this approach produce a great return in term of confidence and reliability for the final code.
The ST itself give for free a tool (http://www.st.com/internet/evalboard/product/251373.jsp) that using the dll those i listed.
Thank for the support!