Page 1 of 1

Eclipse C++ & AmigaOS4 Libs partially supported ?

Posted: Wed Aug 29, 2018 10:36 pm
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,