Open jakanidk opened 1 year ago
I encountered the same problem
Haven't used VS2017 in a long time (currently using VS2022 here). Anyway, from the changelog:
Static linking: The autostatic functionality has been moved to dll.c, and extended so that builds using MSVC8 and later no longer require apps to call pthread_win32_thread_detach_np(). That is, all of the DllMain functionality is now automatic for static linking for these builds.
so it sounds to me like those old MSVC project files are a bit out of date and should include dll.c
instead. HTH.
Hello
My Visual Studio 2017 can't find the autostatic.c file.
Can you please enlighten me what is wrong ?
Best regards, Jan