You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 3, 2025. It is now read-only.
Everything works when building in vs2013 but when I try do build in vs2017 I get the error:
Error C2024 'alignas' attribute applies to variables, data members and tag types only tinyDAV
\doubango\tinydav\src\video\directx\tdav_producer_screencast_ddraw.cxx 500
and
multiple errors in tinyNET:
Error LNK2001 unresolved external symbol ___iob_func tinyNET \Doubango\tinyNET\libeay32.lib(cryptlib.obj) 1
Do I need to make any specific settings in visual studio 2017?
The text was updated successfully, but these errors were encountered:
Everything works when building in vs2013 but when I try do build in vs2017 I get the error:
Error C2024 'alignas' attribute applies to variables, data members and tag types only tinyDAV
\doubango\tinydav\src\video\directx\tdav_producer_screencast_ddraw.cxx 500
and
multiple errors in tinyNET:
Error LNK2001 unresolved external symbol ___iob_func tinyNET \Doubango\tinyNET\libeay32.lib(cryptlib.obj) 1
Do I need to make any specific settings in visual studio 2017?
The text was updated successfully, but these errors were encountered: