c++ - APP and DLL relying on some files: on which directory? -
i having dll , libraries must included in visual studio application.
according you, part of path c:\windows have include them recognised app, , meantime, dll?
not place c:\windows unless have (drivers , other low-level staff).
- if product single standalone app, may place necessary files same folder
- if plan have several products (or @ least several versions of same app installed simultaneously), may interested in c:\program files\common files
p.s. , yeah, don't forget use win api functions resolve special directory names (instead of hardcoded c:\windows etc)
Comments
Post a Comment