Click here to Skip to main content
15,887,267 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: technique for assure, that a function is overwritten in c++?? Pin
schaereran@gmx.net5-Mar-04 1:36
schaereran@gmx.net5-Mar-04 1:36 
GeneralRe: technique for assure, that a function is overwritten in c++?? Pin
Prakash Nadar5-Mar-04 0:43
Prakash Nadar5-Mar-04 0:43 
GeneralRe: technique for assure, that a function is overwritten in c++?? Pin
schaereran@gmx.net5-Mar-04 2:16
schaereran@gmx.net5-Mar-04 2:16 
GeneralRe: technique for assure, that a function is overwritten in c++?? Pin
S van Leent5-Mar-04 10:17
S van Leent5-Mar-04 10:17 
AnswerRe: technique for assure, that a function is overwritten in c++?? Pin
Joe Woodbury6-Mar-04 11:57
professionalJoe Woodbury6-Mar-04 11:57 
GeneralDetect Debug Exes Pin
tojamismis4-Mar-04 21:34
tojamismis4-Mar-04 21:34 
GeneralRe: Detect Debug Exes Pin
Prakash Nadar4-Mar-04 21:59
Prakash Nadar4-Mar-04 21:59 
GeneralRe: Detect Debug Exes Pin
bilal789-Mar-04 18:01
bilal789-Mar-04 18:01 
Well if you want, you can search on the net for Windows PE file Specification, and according to it ".exe" file compiled with debug information will have ".debug" section. If you find this section, this means your ".exe" file has dubug information included.

Best Regards,
Bilal Anjum
GeneralMessages from the service control manager Pin
JensB4-Mar-04 21:23
JensB4-Mar-04 21:23 
GeneralHINSTANCE inst = AfxGetInstanceHandle(); Pin
akirachen4-Mar-04 21:22
akirachen4-Mar-04 21:22 
GeneralRe: HINSTANCE inst = AfxGetInstanceHandle(); Pin
Iain Clarke, Warrior Programmer5-Mar-04 3:28
Iain Clarke, Warrior Programmer5-Mar-04 3:28 
QuestionHow to change the account type of current logged on user thru my application? Pin
.NetRams4-Mar-04 20:35
.NetRams4-Mar-04 20:35 
AnswerRe: How to change the account type of current logged on user thru my application? Pin
Mazdak4-Mar-04 21:09
Mazdak4-Mar-04 21:09 
GeneralRe: How to change the account type of current logged on user thru my application? Pin
.NetRams5-Mar-04 1:12
.NetRams5-Mar-04 1:12 
GeneralRe: How to change the account type of current logged on user thru my application? Pin
Steve S7-Mar-04 22:42
Steve S7-Mar-04 22:42 
GeneralMultiple Controls One Handler Pin
monrobot134-Mar-04 20:28
monrobot134-Mar-04 20:28 
GeneralRe: Multiple Controls One Handler Pin
Michael Dunn4-Mar-04 20:54
sitebuilderMichael Dunn4-Mar-04 20:54 
GeneralRe: Multiple Controls One Handler Pin
monrobot135-Mar-04 6:04
monrobot135-Mar-04 6:04 
GeneralRe: Multiple Controls One Handler Pin
Robert A. T. Káldy4-Mar-04 22:30
Robert A. T. Káldy4-Mar-04 22:30 
GeneralRe: Multiple Controls One Handler Pin
monrobot135-Mar-04 6:06
monrobot135-Mar-04 6:06 
GeneralRe: Multiple Controls One Handler Pin
James R. Twine5-Mar-04 7:26
James R. Twine5-Mar-04 7:26 
GeneralRe: Multiple Controls One Handler Pin
monrobot135-Mar-04 10:51
monrobot135-Mar-04 10:51 
GeneralAdoConnection.Execute Pin
ananymous4-Mar-04 20:27
ananymous4-Mar-04 20:27 
GeneralRe: AdoConnection.Execute Pin
monrobot134-Mar-04 20:33
monrobot134-Mar-04 20:33 
GeneralRe: AdoConnection.Execute Pin
Prakash Nadar4-Mar-04 20:34
Prakash Nadar4-Mar-04 20:34 

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.