Build c++ lib for windows 7 from windows 10 -


which best way build c++ lib(static or dll, type) have included in application runing on windows 7. don't have windows 7 system windows 10 , 8.

unless you're using components in library come windows sdk (and differ in structure or behavior between windows 7 , windows 10), there shouldn't significant difference between code created windows 10 , windows 7. heck, compiler targets windows 10 pretty every project make, , computer i'm testing on windows 7, , don't have problems running code.

if do encounter situation absolutely need code strictly conformant windows 7, can achieve on msvc changing platform toolset:

showing msvc toolset changes

i don't know how make kind of change in gcc or clang, said: it's unnecessary in first place.


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -