Hello John
Thanks for your information.
>
> What does `nm libEGL.a` say? Are you linking directly to the DLL or are you
> using import libraries?
>
Yes, I am linking to libEGL.dll and libGLESv2.dll.
>
> There may be an easier way, but you can create aliases in the .DEF file:
> EXPORTS
> eglBindAPI=eglBindAPI@...
> eglBindTexImage=eglBindTexImage@...
>
> or something similar. Again, I think that the MinGW FAQ will help.
>
> <http://InboxLight.aspx?n=454371129#>
I followed MinGW faq and produced .a files from the dlls. Things seem to be
fine.
But I still cannot found any documentation on *_imp_* prefix. The faq does
mention __stdcall prefix, but it is for msvc.
Best Regards
|