How to Set a Directory path for PATH environment variable
-
My one of class path is C:\OpenH323\Lib I want to set above path as PATH Environment Variable in Visual C++. Can any body help me please.:(
-
My one of class path is C:\OpenH323\Lib I want to set above path as PATH Environment Variable in Visual C++. Can any body help me please.:(
-
On the Visual Studio IDE Menu Tools/Options you can set multiple folders for library files.
"No matter where you go, there your are." - Buckaroo Banzai
-pete
I am using Visual C++6. Can u tell me clearly that where it is? & How do I set My calss Path as "PATH environment variable".
-
My one of class path is C:\OpenH323\Lib I want to set above path as PATH Environment Variable in Visual C++. Can any body help me please.:(
Use function BOOL SetEnvironmentVariable( LPCTSTR lpName, LPCTSTR lpValue ); defined in winbase.h