Technical discussions about the TI C6000 DSPs (including the c62x, c64x and c67x DSPs).
Hi, I wanna use Delphi to talk through HPI to the DSK. I have only the C header to use the DLL, and I can't convert it to Delphi header (I tried to use HeadConv, but it didn't work). How can I do it? Thanks, Francisco Morbiolo______________________________
Francisco, --- f...@yahoo.com.br wrote: > Hi, > > I wanna use Delphi to talk through HPI to the DSK. I > have only the C header to use the DLL, and I can't > convert it to Delphi header (I tried to use > HeadConv, but it didn't work). How can I do it? I am not familiar with Delphi, but i won't let that stop me... I am surprised that Delphi cannot adapt to DLLs. You might reseach it to be sure. Worst case, you have have to fabricate a thin wrapper [written in C] that is Delphi friendly on the 'top' and converts Delphi calls to your DLL. If you are not familiar with C, you might try to connect with someone who uses MS VC++ and work out a solution. mikedunn > > Thanks, > > Francisco Morbiolo > c...@yahoogroups.com > > >______________________________