On 30/05/07, Carsten Sørensen <[EMAIL PROTECTED]> wrote:
> How would I go about reverse engineering the DLL's on the device so I
> can generate .h and .a files I can use? Is there a guide somewhere for
> this? I haven't been able to find anything. The first problem seems to
> be that I can't copy them from the device, at least with the standard
> tools.

Ah, okay, so the functions are actually already in libcommctrl.a which
is good news.

So I guess the question now is, if I want to add the required bits to
commctrl.h, what can and can't I look at in the official SDK? I
suppose looking at the docs and typing in the function prototypes
using the information there is all right, while peeking in the headers
is not.

For instance, would using eVT3 to compile a program that prints out
the value of any necessary defines be okay? Sounds a bit dodgy to
me...

Thanks in advance,
Carsten Sorensen
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to