Click here to Skip to main content
15,912,400 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: FileSystemWatcher in C++ - how to stop? [modified] Pin
dkwo30-Aug-07 0:25
dkwo30-Aug-07 0:25 
QuestionActive Directory Service Intertface ADsGetObject fails with 80004002 Pin
Killer329-Aug-07 23:45
Killer329-Aug-07 23:45 
QuestionVC6 to VS.NET 2002 Port Errors Pin
Jason Teagle29-Aug-07 23:40
Jason Teagle29-Aug-07 23:40 
AnswerRe: VC6 to VS.NET 2002 Port Errors Pin
KarstenK30-Aug-07 0:43
mveKarstenK30-Aug-07 0:43 
GeneralRe: VC6 to VS.NET 2002 Port Errors Pin
Jason Teagle30-Aug-07 10:09
Jason Teagle30-Aug-07 10:09 
GeneralRe: VC6 to VS.NET 2002 Port Errors Pin
KarstenK30-Aug-07 20:18
mveKarstenK30-Aug-07 20:18 
QuestionGetting some error while using make file... Pin
Yashusid29-Aug-07 23:07
Yashusid29-Aug-07 23:07 
AnswerRe: Getting some error while using make file... Pin
Roger Broomfield29-Aug-07 23:44
Roger Broomfield29-Aug-07 23:44 
One way of doing this is to move the location where you tell the Workspace about the Include directory from Tools->Options->Directories to Project Settings C/C++(tab) Category:Preprocessor Additional include Directories (dont forget to also add the library path to Project Settings Link(tab) Category:Input Additional Library Path) and then save the workspace and Export Makefile. This will add the neccessary directory paths to the .MAK file.

The other way is to change the environment variables INCLUDE and LIB that VCVARS32.BAT sets up.
GeneralRe: Getting some error while using make file... Pin
Yashusid29-Aug-07 23:54
Yashusid29-Aug-07 23:54 
QuestionOpenGL, GLSL, C++, DLL, Delphi , f...ing mix Pin
Delfistyaosani29-Aug-07 23:05
Delfistyaosani29-Aug-07 23:05 
Questiondouble and long-double Pin
includeh1029-Aug-07 22:18
includeh1029-Aug-07 22:18 
AnswerRe: double and long-double Pin
toxcct29-Aug-07 22:26
toxcct29-Aug-07 22:26 
AnswerRe: double and long-double Pin
jhwurmbach29-Aug-07 23:11
jhwurmbach29-Aug-07 23:11 
AnswerRe: double and long-double Pin
Russell'30-Aug-07 0:07
Russell'30-Aug-07 0:07 
QuestionRe: double and long-double Pin
David Crow30-Aug-07 3:29
David Crow30-Aug-07 3:29 
Questionconst member variable issue Pin
Neo Andreson29-Aug-07 21:52
Neo Andreson29-Aug-07 21:52 
AnswerRe: const member variable issue Pin
Naveen29-Aug-07 21:56
Naveen29-Aug-07 21:56 
GeneralRe: const member variable issue Pin
Neo Andreson29-Aug-07 23:07
Neo Andreson29-Aug-07 23:07 
AnswerRe: const member variable issue Pin
toxcct29-Aug-07 21:57
toxcct29-Aug-07 21:57 
AnswerRe: const member variable issue Pin
Nibu babu thomas29-Aug-07 22:58
Nibu babu thomas29-Aug-07 22:58 
GeneralRe: const member variable issue Pin
Neo Andreson29-Aug-07 23:06
Neo Andreson29-Aug-07 23:06 
QuestionDLL Load issue Pin
George_George29-Aug-07 21:13
George_George29-Aug-07 21:13 
AnswerRe: DLL Load issue Pin
Naveen29-Aug-07 22:01
Naveen29-Aug-07 22:01 
GeneralRe: DLL Load issue Pin
George_George29-Aug-07 22:57
George_George29-Aug-07 22:57 
GeneralRe: DLL Load issue Pin
Naveen29-Aug-07 23:06
Naveen29-Aug-07 23:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.