Click here to Skip to main content
15,917,176 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionAny Vector graphics lib? Pin
xiao216-Jan-03 17:58
xiao216-Jan-03 17:58 
AnswerRe: Any Vector graphics lib? Pin
Mike Nordell17-Jan-03 23:48
Mike Nordell17-Jan-03 23:48 
QuestionHow to use WIN32 static library! Pin
tongc16-Jan-03 17:09
tongc16-Jan-03 17:09 
AnswerRe: How to use WIN32 static library! Pin
Taka Muraoka16-Jan-03 17:40
Taka Muraoka16-Jan-03 17:40 
AnswerRe: How to use WIN32 static library! Pin
HENDRIK R17-Jan-03 0:40
HENDRIK R17-Jan-03 0:40 
Generalplz. help rectify LogonUser(...) ImpersonateUser problem Pin
r i s h a b h s16-Jan-03 16:43
r i s h a b h s16-Jan-03 16:43 
GeneralRe: plz. help rectify LogonUser(...) ImpersonateUser problem Pin
r i s h a b h s16-Jan-03 21:28
r i s h a b h s16-Jan-03 21:28 
GeneralCOM Problem, I think Pin
Nick Parker16-Jan-03 15:40
protectorNick Parker16-Jan-03 15:40 
I'm not even sure where to begin, I highlighted in red the section where I believe it blows up....
#import "Tester.tlb"

using namespace Tester;

class CTestDlg : public CDialog
{
	DECLARE_DYNAMIC(CTestDlg);
	friend class CTestDlgAutoProxy;

// Construction
public:
	CTestDlg(CWnd* pParent = NULL);	// standard constructor
	Tester::_Numbers *com_ptr ;

CoInitialize(NULL);
<font color="red">Tester::_NumbersPtr p(__uuidof(Tester::_Numbers));</font>
com_ptr = p;
long i = com_ptr->GetDay();


The message that pops up says: "Runtime Error! The application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information." Where does and error message like that come from? Confused | :confused:



Nick Parker

You see the Standards change. - Fellow co-worker


GeneralRe: COM Problem, I think Pin
Dave Bryant16-Jan-03 15:51
Dave Bryant16-Jan-03 15:51 
GeneralRe: COM Problem, I think Pin
Rama Krishna Vavilala16-Jan-03 17:04
Rama Krishna Vavilala16-Jan-03 17:04 
GeneralRe: COM Problem, I think Pin
Nick Parker17-Jan-03 4:36
protectorNick Parker17-Jan-03 4:36 
GeneralRe: COM Problem, I think Pin
Rama Krishna Vavilala17-Jan-03 5:23
Rama Krishna Vavilala17-Jan-03 5:23 
QuestionHow to get the free video memory? Pin
John Seo16-Jan-03 15:28
John Seo16-Jan-03 15:28 
AnswerRe: How to get the free video memory? Pin
Daniel Strigl16-Jan-03 19:35
Daniel Strigl16-Jan-03 19:35 
GeneralRe: How to get the free video memory? Pin
John Seo16-Jan-03 20:15
John Seo16-Jan-03 20:15 
GeneralRe: How to get the free video memory? Pin
Daniel Strigl17-Jan-03 2:55
Daniel Strigl17-Jan-03 2:55 
GeneralThanks^^ Pin
John Seo17-Jan-03 13:17
John Seo17-Jan-03 13:17 
GeneralRe: Thanks^^ Pin
Daniel Strigl17-Jan-03 21:15
Daniel Strigl17-Jan-03 21:15 
GeneralSomething like common dialog Pin
Quek Khoo Boon16-Jan-03 14:49
Quek Khoo Boon16-Jan-03 14:49 
GeneralRe: Something like common dialog Pin
xxhimanshu16-Jan-03 20:35
xxhimanshu16-Jan-03 20:35 
GeneralRe: Something like common dialog Pin
Quek Khoo Boon17-Jan-03 3:24
Quek Khoo Boon17-Jan-03 3:24 
QuestionKeeping dialog alive with heavy process... thread? Pin
LukeV16-Jan-03 14:20
LukeV16-Jan-03 14:20 
AnswerRe: Keeping dialog alive with heavy process... thread? Pin
Rage16-Jan-03 21:28
professionalRage16-Jan-03 21:28 
Generaldialog question... Pin
joshfl16-Jan-03 13:25
joshfl16-Jan-03 13:25 
GeneralRe: dialog question... Pin
Stefan Pedersen16-Jan-03 13:53
Stefan Pedersen16-Jan-03 13:53 

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.