-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Project settings for OP2Utility uses static linking for the run-time library -- out of curiosity, why was this choice made? It necessitates that other applications developed using OP2Utility also link to the run-time library statically instead of using the DLL versions. While not necessarily the biggest issue in the world, it does create a larger binary file and can cause confusion to users who aren't aware of this option.