Click here to Skip to main content
15,860,859 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Doubt in c++ Pin
Maximilien21-Feb-13 8:28
Maximilien21-Feb-13 8:28 
QuestionTracing Exceptions Originated from Other Application Pin
Shubha Debnath21-Feb-13 0:05
Shubha Debnath21-Feb-13 0:05 
AnswerRe: Tracing Exceptions Originated from Other Application Pin
Alan Balkany21-Feb-13 4:35
Alan Balkany21-Feb-13 4:35 
GeneralRe: Tracing Exceptions Originated from Other Application Pin
Shubha Debnath22-Feb-13 0:29
Shubha Debnath22-Feb-13 0:29 
GeneralRe: Tracing Exceptions Originated from Other Application Pin
Alan Balkany22-Feb-13 4:01
Alan Balkany22-Feb-13 4:01 
GeneralRe: Tracing Exceptions Originated from Other Application Pin
Shubha Debnath22-Feb-13 20:32
Shubha Debnath22-Feb-13 20:32 
GeneralRe: Tracing Exceptions Originated from Other Application Pin
Richard MacCutchan22-Feb-13 23:03
mveRichard MacCutchan22-Feb-13 23:03 
QuestionCoCreateInstance fail for 64 bit Pin
john563220-Feb-13 21:46
john563220-Feb-13 21:46 
CoCreateInstance is getting fail for 64 bit dlls.


code:
C++
HRESULT hr=CoCreateInstance(__uuidof(Prfl::Profiles),NULL,CLSCTX_INPROC_SERVER,
			__uuidof(Prfl::IProfiles),(void**) &MyProfile);


Do I need to change parameter for 64 bit?
QuestionRe: CoCreateInstance fail for 64 bit Pin
Richard MacCutchan20-Feb-13 22:43
mveRichard MacCutchan20-Feb-13 22:43 
AnswerRe: CoCreateInstance fail for 64 bit Pin
john563220-Feb-13 23:32
john563220-Feb-13 23:32 
GeneralRe: CoCreateInstance fail for 64 bit Pin
Richard MacCutchan20-Feb-13 23:58
mveRichard MacCutchan20-Feb-13 23:58 
GeneralRe: CoCreateInstance fail for 64 bit Pin
john563221-Feb-13 0:45
john563221-Feb-13 0:45 
GeneralRe: CoCreateInstance fail for 64 bit Pin
Richard MacCutchan21-Feb-13 1:19
mveRichard MacCutchan21-Feb-13 1:19 
GeneralRe: CoCreateInstance fail for 64 bit Pin
Jochen Arndt21-Feb-13 0:53
professionalJochen Arndt21-Feb-13 0:53 
GeneralRe: CoCreateInstance fail for 64 bit Pin
Chris Losinger22-Feb-13 4:14
professionalChris Losinger22-Feb-13 4:14 
QuestionCursor from Bitmap Conundrum Pin
Ben Aldhouse20-Feb-13 21:36
Ben Aldhouse20-Feb-13 21:36 
QuestionHow Print multiple copies with printdlg in MFC Pin
haha_c20-Feb-13 21:06
haha_c20-Feb-13 21:06 
AnswerRe: How Print multiple copies with printdlg in MFC Pin
Richard MacCutchan20-Feb-13 21:13
mveRichard MacCutchan20-Feb-13 21:13 
GeneralRe: How Print multiple copies with printdlg in MFC Pin
haha_c20-Feb-13 21:54
haha_c20-Feb-13 21:54 
GeneralRe: How Print multiple copies with printdlg in MFC Pin
Richard MacCutchan20-Feb-13 22:39
mveRichard MacCutchan20-Feb-13 22:39 
GeneralRe: How Print multiple copies with printdlg in MFC Pin
haha_c20-Feb-13 23:31
haha_c20-Feb-13 23:31 
QuestionLoad an image dynamically in win32 using VC++ Pin
Sachin k Rajput 20-Feb-13 20:05
Sachin k Rajput 20-Feb-13 20:05 
AnswerRe: Load an image dynamically in win32 using VC++ Pin
_AnsHUMAN_ 20-Feb-13 20:56
_AnsHUMAN_ 20-Feb-13 20:56 
AnswerRe: Load an image dynamically in win32 using VC++ Pin
Richard MacCutchan20-Feb-13 22:32
mveRichard MacCutchan20-Feb-13 22:32 
GeneralRe: Load an image dynamically in win32 using VC++ Pin
Sachin k Rajput 21-Feb-13 0:27
Sachin k Rajput 21-Feb-13 0:27 

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.