having problem fasten stationary library c++
i've figured out set vc++ accumulate formula .lib record instead .exe, nonetheless i'm carrying problem removing lib couple together .obj files.
here i have library concentration folders set up. (i'm certain right)
appfolder
app.sln
app.ncb
*.h
*.cpp
debug
*.obj
app.exe
and somewhere else tough drive...
libraryfolder
lib
library.lib
include
librarysolutionfolder
library.sln
library.ncb
*.h
*.cpp
debug
*.obj
library.lib
i've #including library *.h files app's cpp files, all compiles fine. it's only links i list .lib
files being searched, library.lib isn't there even nonetheless i have listed vc++ directories.
how i link? (and am i structuring library folders correctly?)
Comments
Post a Comment