Click here to Skip to main content
15,922,155 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Screensaver install? Pin
Ryan Binns11-Jul-03 16:17
Ryan Binns11-Jul-03 16:17 
AnswerRe: Screensaver install? Pin
David Crow11-Jul-03 5:05
David Crow11-Jul-03 5:05 
GeneralRe: Screensaver install? Pin
Ryan Binns11-Jul-03 5:14
Ryan Binns11-Jul-03 5:14 
GeneralRe: Screensaver install? Pin
SIerus11-Jul-03 5:16
SIerus11-Jul-03 5:16 
QuestionWhy I can't use the compiler option /GH in VC6.0 ? Pin
jiangry11-Jul-03 2:56
jiangry11-Jul-03 2:56 
AnswerRe: Why I can't use the compiler option /GH in VC6.0 ? Pin
Mike Dimmick11-Jul-03 3:04
Mike Dimmick11-Jul-03 3:04 
GeneralRe: Why I can't use the compiler option /GH in VC6.0 ? Pin
jiangry11-Jul-03 3:14
jiangry11-Jul-03 3:14 
GeneralRe: Why I can't use the compiler option /GH in VC6.0 ? Pin
Mike Dimmick11-Jul-03 3:19
Mike Dimmick11-Jul-03 3:19 
Sorry, the option was added in VS.NET 7.0 (i.e. compiler version 13.x). VC 6.0 doesn't have this option.

[edit]
I just found an article on simulating a _pexit()[^] that might help you. The basic trick is to modify the return address of the function on the stack within the _penter() function to point to your _pexit(), then store the true return address elsewhere. When the function returns, it returns to _pexit(), which should then jump to the true return address when done.
[/edit]

--
Mike Dimmick
GeneralRe: Why I can't use the compiler option /GH in VC6.0 ? Pin
jiangry11-Jul-03 3:35
jiangry11-Jul-03 3:35 
GeneralMSDN 2003 working with Visual studio 6.0a Pin
LizardKingSchwing11-Jul-03 2:31
LizardKingSchwing11-Jul-03 2:31 
GeneralRe: MSDN 2003 working with Visual studio 6.0a Pin
Mike Dimmick11-Jul-03 2:37
Mike Dimmick11-Jul-03 2:37 
GeneralRe: MSDN 2003 working with Visual studio 6.0a Pin
LizardKingSchwing11-Jul-03 2:48
LizardKingSchwing11-Jul-03 2:48 
GeneralRe: MSDN 2003 working with Visual studio 6.0a Pin
David Crow11-Jul-03 2:55
David Crow11-Jul-03 2:55 
Generalbreak pointer failed Pin
El'Cachubrey11-Jul-03 2:29
El'Cachubrey11-Jul-03 2:29 
GeneralRe: break pointer failed Pin
Mike Dimmick11-Jul-03 2:52
Mike Dimmick11-Jul-03 2:52 
GeneralRe: break pointer failed Pin
Cedric Moonen11-Jul-03 2:52
Cedric Moonen11-Jul-03 2:52 
GeneralRe: break pointer failed Pin
Ryan Binns11-Jul-03 3:07
Ryan Binns11-Jul-03 3:07 
GeneralRe: break pointer failed Pin
El'Cachubrey11-Jul-03 3:54
El'Cachubrey11-Jul-03 3:54 
GeneralCASE tool Pin
Jerome Conus11-Jul-03 2:28
Jerome Conus11-Jul-03 2:28 
GeneralRe: CASE tool Pin
Ryan Binns11-Jul-03 2:33
Ryan Binns11-Jul-03 2:33 
GeneralRe: CASE tool Pin
Jonathan Gilligan11-Jul-03 6:05
Jonathan Gilligan11-Jul-03 6:05 
GeneralRe: CASE tool Pin
Ryan Binns11-Jul-03 6:14
Ryan Binns11-Jul-03 6:14 
GeneralRe: CASE tool Pin
RK_200011-Jul-03 8:14
RK_200011-Jul-03 8:14 
Generalimages in column headings Pin
si_6911-Jul-03 2:14
si_6911-Jul-03 2:14 
GeneralRe: images in column headings Pin
Ryan Binns11-Jul-03 2:30
Ryan Binns11-Jul-03 2:30 

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.