|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Atropo wrote, On 25/05/08 07:15:
> Hi all, > All that I have done in c is a hello word, but I'm RTFM. I have to > extract the time from a usb-key from HASP-HL Aladdin. The software > that came with this brings me the code in c that do this > > this is : > > hasp_status_t status; > hasp_time_t time; <snip> > So i tried to include in a main but throws a lot of undeclare > 'hasp_status_t','hasp_time','status','handle' and a lot of parse > errors too. <snip> > how could I accomplish this I would assume that the library also came with a header which you need to include which provides declarations for all the times, prototypes for functions etc. I'm sure if you look at the documentation and/or example code they tell you what you need to include. -- Flash Gordon |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
On 25 mayo, 03:41, Flash Gordon <s...@flash-gordon.me.uk> wrote:
> Atropo wrote, On 25/05/08 07:15: > > > Hi all, > > All that I have done in c is a hello word, but I'm RTFM. I have to > > extract the time from a usb-key from HASP-HL Aladdin. The software > > that came with this brings me the code in c that do this > > > this is : > > > hasp_status_t status; > > hasp_time_t time; > > <snip> > > > So i tried to include in a main but throws a lot of undeclare > > 'hasp_status_t','hasp_time','status','handle' and a lot of parse > > errors too. > > <snip> > > > how could I accomplish this > > I would assume that the library also came with a header which you need > to include which provides declarations for all the times, prototypes for > functions etc. I'm sure if you look at the documentation and/or example > code they tell you what you need to include. > -- > Flash Gordon Thanks a lot Flash. I'll look for those headers, but don't have much hope on their documentation. |
|
![]() |
| Outils de la discussion | |
|
|