User Activity

  • Committed [199c2d] on OpenCV

    Define `STRSAFE_NO_DEPRECATE` for both clang and gcc mingw-w64

  • Posted a comment on ticket #866 on MinGW-w64 - for 32 and 64 bit Windows

    I just tested having __declspec(dllexport) before type names with both clang and gcc and it seems to work on both of them. Code used: // Compiles with Clang 12 and GCC 10.2 #include <stdio.h> __declspec(dllexport) void hello(); void hello() { puts("Hello"); } Long Nguyen

  • Modified a comment on ticket #866 on MinGW-w64 - for 32 and 64 bit Windows

    Let me check to see if __declspec(dllexport) can be put before the typename on GCC. If it's possible then I'll change all of it. Also, does winpthreads on GCC passes all the tests in the test_pthread folder? Long Nguyen

  • Posted a comment on ticket #866 on MinGW-w64 - for 32 and 64 bit Windows

    Let me check to see if __declspec(dllexport) can be put before the typename on GCC. If it's possible then I'll change all of it. Also, does winpthreads on GCC passes all the tests in the test_pthread folder? Long

  • Created ticket #866 on MinGW-w64 - for 32 and 64 bit Windows

    winpthreads: WINPTHREAD_API after type name causes errors in MSVC

View All

Personal Data

Username:
kurumigaming
Joined:
2020-11-27 15:47:47

Projects

  • No projects to display.