Eclipse C++ & AmigaOS4 Libs partially supported ?

This forum is for general developer support questions.
Post Reply
AmiDARK
Posts: 40
Joined: Thu Oct 20, 2011 9:23 am

Eclipse C++ & AmigaOS4 Libs partially supported ?

Post by AmiDARK »

Why some APICALL are not recognized by IDE as others are ?

The capture show that for example, this call :
struct Library * APICALL (*OpenLibrary)(struct ExecIFace *Self, CONST_STRPTR name, ULONG version);
Is not recognized by IDE that tells me that IExec->OpenLibrary cannot be resolved

Some others like this one :
APTR APICALL (*CloseLibrary)(struct ExecIFace *Self, struct Library * library);
Are recognized by IDE and I can use it in my code.

IDE is Eclipse. Project is C++

Regards,
Attachments
ExecIssue.png
Sam440EP - AmigaOS 4.1 Final Edition
Post Reply