Click here to Skip to main content
15,888,461 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Empty messages from MFC Pin
Stephen Hewitt30-Jan-11 15:43
Stephen Hewitt30-Jan-11 15:43 
GeneralRe: Empty messages from MFC Pin
Daniel 'Tak' M.31-Jan-11 4:17
Daniel 'Tak' M.31-Jan-11 4:17 
GeneralRe: Empty messages from MFC Pin
Hans Dietrich31-Jan-11 4:21
mentorHans Dietrich31-Jan-11 4:21 
QuestionName for a hosting class - Just looking for some naming ideas Pin
bob1697228-Jan-11 4:37
bob1697228-Jan-11 4:37 
AnswerRe: Name for a hosting class - Just looking for some naming ideas Pin
Code-o-mat28-Jan-11 4:44
Code-o-mat28-Jan-11 4:44 
GeneralRe: Name for a hosting class - Just looking for some naming ideas Pin
bob1697229-Jan-11 13:50
bob1697229-Jan-11 13:50 
JokeRe: Name for a hosting class - Just looking for some naming ideas Pin
Code-o-mat29-Jan-11 22:47
Code-o-mat29-Jan-11 22:47 
QuestionVisual Studio Add-In for checking if file is up-to-date Pin
Code-o-mat28-Jan-11 3:26
Code-o-mat28-Jan-11 3:26 
Hello folks!

Am not sure where to ask this so i thought i ask here, maybe you fellas know the answer. If i write a Visual Studio Add-in in VC++, is there any way to "hook" the up-to-date check VS does when compiling files? When you hit "Build", VS checks what files have changed and what files are up-to-date and builds only the ones that are outdated. VS seems to be also using the pch file and perhaps pdb file to determine this, i guess it is needed when using precompiled headers. What i would like to do is handle the up-to-date check for certain files a bit differently than others. E.g. the project has a file called "source.cpp", when the up-to-date check is done, i'd like my method to be called with the name (or full path) of "source.cpp" and the corresponding pch, e.g. "c:\vsprojects\theproject\debug\vc70.pch", then for some files i'd just like to pass this along to the "default" handler but for certain files i'd like to "redirect" the path to the pch to somewhere else. Anyone knows how this could be done?

Thanks in advance for any pointers (preferably not NULL pointers Smile | :) ).
> The problem with computers is that they do what you tell them to do and not what you want them to do. <
> //TODO: Implement signature here<

AnswerRe: Visual Studio Add-In for checking if file is up-to-date Pin
TheGreatAndPowerfulOz28-Jan-11 7:27
TheGreatAndPowerfulOz28-Jan-11 7:27 
GeneralRe: Visual Studio Add-In for checking if file is up-to-date Pin
Code-o-mat28-Jan-11 8:49
Code-o-mat28-Jan-11 8:49 
GeneralRe: Visual Studio Add-In for checking if file is up-to-date Pin
TheGreatAndPowerfulOz28-Jan-11 10:10
TheGreatAndPowerfulOz28-Jan-11 10:10 
QuestionRe: Visual Studio Add-In for checking if file is up-to-date Pin
David Crow28-Jan-11 9:33
David Crow28-Jan-11 9:33 
AnswerRe: Visual Studio Add-In for checking if file is up-to-date Pin
Code-o-mat28-Jan-11 10:20
Code-o-mat28-Jan-11 10:20 
GeneralRe: Visual Studio Add-In for checking if file is up-to-date Pin
David Crow28-Jan-11 10:27
David Crow28-Jan-11 10:27 
GeneralRe: Visual Studio Add-In for checking if file is up-to-date Pin
Code-o-mat28-Jan-11 10:41
Code-o-mat28-Jan-11 10:41 
Questionaccess of disk and partition of disk Pin
john563228-Jan-11 0:01
john563228-Jan-11 0:01 
AnswerRe: access of disk and partition of disk Pin
Richard MacCutchan28-Jan-11 1:33
mveRichard MacCutchan28-Jan-11 1:33 
QuestionRe: access of disk and partition of disk Pin
CPallini28-Jan-11 2:32
mveCPallini28-Jan-11 2:32 
QuestionHow Can I Get Pixel Color of a bitmap image? Pin
Amrit Agr27-Jan-11 22:46
Amrit Agr27-Jan-11 22:46 
QuestionRe: How Can I Get Pixel Color of a bitmap image? Pin
CPallini27-Jan-11 23:00
mveCPallini27-Jan-11 23:00 
AnswerRe: How Can I Get Pixel Color of a bitmap image? Pin
User 742933827-Jan-11 23:22
professionalUser 742933827-Jan-11 23:22 
AnswerRe: How Can I Get Pixel Color of a bitmap image? Pin
Code-o-mat28-Jan-11 3:47
Code-o-mat28-Jan-11 3:47 
QuestionHow to load 768*576 image in opengl ? Pin
GAJERA27-Jan-11 21:13
GAJERA27-Jan-11 21:13 
AnswerRe: How to load 768*576 image in opengl ? Pin
Cedric Moonen27-Jan-11 22:38
Cedric Moonen27-Jan-11 22:38 
GeneralRe: How to load 768*576 image in opengl ? Pin
GAJERA28-Jan-11 17:12
GAJERA28-Jan-11 17:12 

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.