Click here to Skip to main content
16,005,149 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWhy to happen that flash when i paint in the dialog ? Pin
vividtang14-Apr-04 21:08
vividtang14-Apr-04 21:08 
AnswerRe: Why to happen that flash when i paint in the dialog ? Pin
Antony M Kancidrowski15-Apr-04 2:50
Antony M Kancidrowski15-Apr-04 2:50 
GeneralRe: Why to happen that flash when i paint in the dialog ? Pin
vividtang15-Apr-04 3:34
vividtang15-Apr-04 3:34 
QuestionHow to put small trademark(TM) sign.. Pin
Monty214-Apr-04 20:45
Monty214-Apr-04 20:45 
AnswerRe: How to put small trademark(TM) sign.. Pin
toxcct14-Apr-04 21:13
toxcct14-Apr-04 21:13 
AnswerRe: How to put small trademark(TM) sign.. Pin
Prakash Nadar14-Apr-04 22:04
Prakash Nadar14-Apr-04 22:04 
GeneralProblems with pragma comment Pin
steven1114-Apr-04 20:39
steven1114-Apr-04 20:39 
GeneralRe: Problems with pragma comment Pin
cmk15-Apr-04 10:25
cmk15-Apr-04 10:25 
I had the same issues, different paths to the project directory on different machines. The solution is used was to add the project directory to the list of include directories and then use #include <> notation.

e.g. (using VC6)
On home machine add 'f:\vc++' to list of include directories in Tools-Options-Directories-Include
On work machine add 'f:\programmieren\_code' to ...

Then in all your code use
#include <Renamer3\...> type sytax.

There shouldn't be any need to mess with the Debug/Release directories.


...cmk

Save the whales - collect the whole set
GeneralRe: Problems with pragma comment Pin
steven1115-Apr-04 18:09
steven1115-Apr-04 18:09 
GeneralRe: Problems with pragma comment Pin
cmk15-Apr-04 21:28
cmk15-Apr-04 21:28 
GeneralRe: Problems with pragma comment Pin
steven1115-Apr-04 21:57
steven1115-Apr-04 21:57 
GeneralRe: Problems with pragma comment Pin
cmk16-Apr-04 1:05
cmk16-Apr-04 1:05 
GeneralRe: Problems with pragma comment Pin
steven1116-Apr-04 3:45
steven1116-Apr-04 3:45 
QuestionTimers??? Pin
MrNiceBerG14-Apr-04 20:34
MrNiceBerG14-Apr-04 20:34 
AnswerRe: Timers??? Pin
sudeesh14-Apr-04 22:47
sudeesh14-Apr-04 22:47 
QuestionHow to Stretch Icon and Display Cursors Pin
Azghar Hussain14-Apr-04 20:30
professionalAzghar Hussain14-Apr-04 20:30 
AnswerRe: How to Stretch Icon and Display Cursors Pin
Roger Allen15-Apr-04 1:40
Roger Allen15-Apr-04 1:40 
GeneralRe: How to Stretch Icon and Display Cursors Pin
basementman15-Apr-04 4:22
basementman15-Apr-04 4:22 
QuestionHOW to color different control in dialog? Pin
vividtang14-Apr-04 16:54
vividtang14-Apr-04 16:54 
AnswerRe: HOW to color different control in dialog? Pin
Steve Mayfield14-Apr-04 17:31
Steve Mayfield14-Apr-04 17:31 
GeneralRe: HOW to color different control in dialog? Pin
vividtang14-Apr-04 20:38
vividtang14-Apr-04 20:38 
GeneralException when free the socket memory Pin
Fox Ray14-Apr-04 16:16
Fox Ray14-Apr-04 16:16 
GeneralRe: Exception when free the socket memory Pin
toxcct14-Apr-04 21:07
toxcct14-Apr-04 21:07 
GeneralRe: Exception when free the socket memory Pin
Fox Ray15-Apr-04 14:16
Fox Ray15-Apr-04 14:16 
GeneralRe: Exception when free the socket memory Pin
toxcct15-Apr-04 21:50
toxcct15-Apr-04 21:50 

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.