Click here to Skip to main content
15,886,919 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Project using SAPI Pin
Rajesh R Subramanian25-Feb-09 1:24
professionalRajesh R Subramanian25-Feb-09 1:24 
GeneralRe: Project using SAPI Pin
CPallini25-Feb-09 1:38
mveCPallini25-Feb-09 1:38 
QuestionWill the destructor called in case of excetion occures, in this case Pin
ptr_Electron24-Feb-09 0:53
ptr_Electron24-Feb-09 0:53 
AnswerRe: Will the destructor called in case of excetion occures, in this case Pin
«_Superman_»24-Feb-09 0:57
professional«_Superman_»24-Feb-09 0:57 
GeneralRe: Will the destructor called in case of excetion occures, in this case Pin
ptr_Electron24-Feb-09 1:03
ptr_Electron24-Feb-09 1:03 
GeneralRe: Will the destructor called in case of excetion occures, in this case Pin
«_Superman_»24-Feb-09 1:06
professional«_Superman_»24-Feb-09 1:06 
GeneralRe: Will the destructor called in case of excetion occures, in this case Pin
ptr_Electron24-Feb-09 1:08
ptr_Electron24-Feb-09 1:08 
GeneralRe: Will the destructor called in case of excetion occures, in this case Pin
«_Superman_»24-Feb-09 1:12
professional«_Superman_»24-Feb-09 1:12 
It is recommended you use try/catch rather than __try/__finally.
Since DataMember is declared outside the try block, it is accessible in the catch block also.
If it were declared inside the try block, then you wouldn't be able to delete it in the catch block.

«_Superman
I love work. It gives me something to do between weekends.

GeneralRe: Will the destructor called in case of excetion occures, in this case Pin
ptr_Electron24-Feb-09 1:30
ptr_Electron24-Feb-09 1:30 
Questionhow to display image in static control of Dialog Pin
hemlat24-Feb-09 0:02
hemlat24-Feb-09 0:02 
AnswerRe: how to display image in static control of Dialog Pin
Nishad S24-Feb-09 0:05
Nishad S24-Feb-09 0:05 
GeneralRe: how to display image in static control of Dialog Pin
hemlat24-Feb-09 0:40
hemlat24-Feb-09 0:40 
GeneralRe: how to display image in static control of Dialog Pin
Nishad S24-Feb-09 0:56
Nishad S24-Feb-09 0:56 
AnswerRe: how to display image in static control of Dialog Pin
Hamid_RT24-Feb-09 0:17
Hamid_RT24-Feb-09 0:17 
GeneralRe: how to display image in static control of Dialog Pin
hemlat24-Feb-09 0:42
hemlat24-Feb-09 0:42 
QuestionProblem with GDI+ Bitmap::Save() function. Pin
Sameerkumar Namdeo23-Feb-09 23:55
Sameerkumar Namdeo23-Feb-09 23:55 
QuestionHow read registry key value on Xp64bit OS Pin
Sethuraman.K23-Feb-09 23:45
Sethuraman.K23-Feb-09 23:45 
AnswerRe: How read registry key value on Xp64bit OS Pin
«_Superman_»24-Feb-09 1:02
professional«_Superman_»24-Feb-09 1:02 
GeneralRe: How read registry key value on Xp64bit OS Pin
Sethuraman.K24-Feb-09 1:18
Sethuraman.K24-Feb-09 1:18 
GeneralRe: How read registry key value on Xp64bit OS Pin
«_Superman_»24-Feb-09 1:20
professional«_Superman_»24-Feb-09 1:20 
GeneralRe: How read registry key value on Xp64bit OS Pin
Sethuraman.K24-Feb-09 2:04
Sethuraman.K24-Feb-09 2:04 
QuestionTimer Problem Pin
NewVC++23-Feb-09 23:38
NewVC++23-Feb-09 23:38 
AnswerRe: Timer Problem Pin
Code-o-mat23-Feb-09 23:45
Code-o-mat23-Feb-09 23:45 
QuestionRe: Timer Problem Pin
CPallini23-Feb-09 23:51
mveCPallini23-Feb-09 23:51 
AnswerRe: Timer Problem [modified] Pin
NewVC++24-Feb-09 0:12
NewVC++24-Feb-09 0: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.