Sunday, May 10, 2009

I am new to windows programming. How do i Install C++ libraries in Windows like we do in Unix.?

The libraries are in a folder (like \Lib) when you install the compiler. Most are automatically included when you use an IDE. If you compile via a command line, they are included in the link stage like:





link /LARGEADDRESSAWARE d3d9.lib dxerr9.lib winmm.lib d3dx9.lib kernel32.lib bufferoverflowu.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib /nologo

I am new to windows programming. How do i Install C++ libraries in Windows like we do in Unix.?
Use the Microsoft platform SDK


http://www.microsoft.com/msdownload/plat...





also, don't forget to follow it's instructions on how to install it into visual c++ EE or any other program.

phone cards

No comments:

Post a Comment