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

C / C++ / MFC

 
GeneralRe: Multi-dimensional Arrays Pin
ed111-Apr-03 5:58
ed111-Apr-03 5:58 
GeneralRe: Multi-dimensional Arrays Pin
jmkhael11-Apr-03 13:54
jmkhael11-Apr-03 13:54 
GeneralRe: Multi-dimensional Arrays Pin
ed114-Apr-03 3:09
ed114-Apr-03 3:09 
GeneralGetting the Bitmap of a font using GDI andMFC Pin
cod3r11-Apr-03 2:28
cod3r11-Apr-03 2:28 
Generalsyslistview32 Pin
_crs_11-Apr-03 2:23
_crs_11-Apr-03 2:23 
GeneralRe: syslistview32 Pin
cubiq11-Apr-03 11:07
cubiq11-Apr-03 11:07 
GeneralVC++ 6.0/ATL/COM Pin
Duncan Wells11-Apr-03 1:58
Duncan Wells11-Apr-03 1:58 
GeneralRe: VC++ 6.0/ATL/COM Pin
Zdeslav Vojkovic11-Apr-03 2:32
Zdeslav Vojkovic11-Apr-03 2:32 
exception should never cross the server boundary. SetErrorInfo() does not throw any exceptions, it just sets up error info data which can be accessed using GetErrorInfo(). COM methods always return HRESULT so the client should check for that, but some smart pointer wrappers (e.g. _com_ptr_t provided by VC++ compiler) wrap these HRESULTS into exceptions and throw those exceptions if HRESULT is not S_OK.

just use smart pointer classes generated by #import directive. if error occurs inside the COM method call, _com_error exception will be raised

hope this helps
GeneralUsing the windows shell "Open with" .... Pin
Phil.Benson11-Apr-03 1:40
professionalPhil.Benson11-Apr-03 1:40 
GeneralRe: Using the windows shell "Open with" .... Pin
Hans Ruck11-Apr-03 4:39
Hans Ruck11-Apr-03 4:39 
GeneralRe: Using the windows shell "Open with" .... Pin
Phil.Benson11-Apr-03 4:46
professionalPhil.Benson11-Apr-03 4:46 
GeneralRe: Using the windows shell "Open with" .... Pin
Hans Ruck11-Apr-03 5:03
Hans Ruck11-Apr-03 5:03 
GeneralRe: Using the windows shell "Open with" .... Pin
Phil.Benson12-Apr-03 2:38
professionalPhil.Benson12-Apr-03 2:38 
GeneralRe: Using the windows shell "Open with" .... Pin
Hans Ruck12-Apr-03 7:18
Hans Ruck12-Apr-03 7:18 
GeneralSet Window Focus Pin
DuFF11-Apr-03 1:39
DuFF11-Apr-03 1:39 
GeneralRe: Set Window Focus Pin
Zdeslav Vojkovic11-Apr-03 2:38
Zdeslav Vojkovic11-Apr-03 2:38 
GeneralRe: Set Window Focus Pin
DuFF11-Apr-03 6:45
DuFF11-Apr-03 6:45 
GeneralRe: Set Window Focus Pin
jmkhael11-Apr-03 13:59
jmkhael11-Apr-03 13:59 
GeneralRe: Set Window Focus Pin
Zdeslav Vojkovic13-Apr-03 22:14
Zdeslav Vojkovic13-Apr-03 22:14 
Generaltoolbar & windows taskbar Pin
Davor Teskera11-Apr-03 0:44
Davor Teskera11-Apr-03 0:44 
GeneralRe: toolbar & windows taskbar Pin
User 665811-Apr-03 4:52
User 665811-Apr-03 4:52 
GeneralRe: toolbar & windows taskbar Pin
Davor Teskera13-Apr-03 21:47
Davor Teskera13-Apr-03 21:47 
GeneralBK1506- Error executing file Pin
kandarp_here11-Apr-03 0:07
kandarp_here11-Apr-03 0:07 
GeneralRe: BK1506- Error executing file Pin
Toni7811-Apr-03 22:35
Toni7811-Apr-03 22:35 
GeneralSample of IMAPI Pin
Andrea Ferraro11-Apr-03 0:07
Andrea Ferraro11-Apr-03 0:07 

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.