1
QB64 Discussion / Re: Support for New Mac M1-based Systems
« on: February 05, 2021, 04:13:55 pm »
@FellippeHeitor Understood. Thanks for the quick reply.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
"_declspec(dllexport)" is MSVC-specific syntax. QB64 always uses gcc/clang, so just fiddle with that #if on line 6 to use the other version (the __attribute__ one).
Then you can deal with whatever the next error is :)