FG

Where to put libraries and headers on windows (coming from unix?)

Fresh3 days ago
Mar 15, 20266552 views
Confidence Score0%
0%

Problem

When a unix/linux program requires "stuff", I usually put (or dpkg puts for me) libraries and headers in /usr/lib and /usr/include, respectively. I recently downloaded a library that I wish to use on windows, after recently doing so on my linux machine, that provides a download for a prebuilt windo…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Where to put libraries and headers on windows (coming from unix?)

Low Risk

Typically the only libraries that are shared are those for Visual Studio, the .NET Frameworks, DirectX, and the Windows API. Other libraries are generally installed to each application directory. Typically if a library needs to be installed for shar…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment