Click here to Skip to main content
15,902,938 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Access Violation on App InitInstance Pin
Prakash Nadar27-Oct-05 16:22
Prakash Nadar27-Oct-05 16:22 
GeneralRe: Access Violation on App InitInstance Pin
NeverFall27-Oct-05 16:54
NeverFall27-Oct-05 16:54 
GeneralRe: Access Violation on App InitInstance Pin
kakan27-Oct-05 19:36
professionalkakan27-Oct-05 19:36 
GeneralRe: Access Violation on App InitInstance Pin
prasad_som27-Oct-05 19:43
prasad_som27-Oct-05 19:43 
GeneralRe: Access Violation on App InitInstance Pin
Prakash Nadar27-Oct-05 20:11
Prakash Nadar27-Oct-05 20:11 
GeneralRe: Access Violation on App InitInstance Pin
NeverFall27-Oct-05 20:48
NeverFall27-Oct-05 20:48 
QuestionRe: Access Violation on App InitInstance Pin
Prakash Nadar27-Oct-05 21:24
Prakash Nadar27-Oct-05 21:24 
AnswerRe: Access Violation on App InitInstance Pin
NeverFall27-Oct-05 21:30
NeverFall27-Oct-05 21:30 
It is declared in the dialog class under the private section:
<br />
private:	<br />
	// Functions<br />
	static UINT SetToTop(LPVOID pParam);<br />
	void SetToTopEx();<br />
<br />
	void updateFireAxis(int iFireAxis);<br />
	void initiateMainCall();<br />
<br />
	//Variables<br />
	CTristramCore CoreEngine;<br />
<br />
	bool m_bRunning;<br />
	bool m_bTransparencySupported;<br />
};

GeneralRe: Access Violation on App InitInstance Pin
Prakash Nadar27-Oct-05 22:49
Prakash Nadar27-Oct-05 22:49 
QuestionDialog Question and Combo/List Box Question Pin
LighthouseJ27-Oct-05 12:02
LighthouseJ27-Oct-05 12:02 
AnswerRe: Dialog Question and Combo/List Box Question Pin
Christian Graus27-Oct-05 13:00
protectorChristian Graus27-Oct-05 13:00 
AnswerRe: Dialog Question and Combo/List Box Question Pin
rahulv27-Oct-05 13:05
rahulv27-Oct-05 13:05 
GeneralRe: Dialog Question and Combo/List Box Question Pin
LighthouseJ27-Oct-05 14:24
LighthouseJ27-Oct-05 14:24 
GeneralRe: Dialog Question and Combo/List Box Question Pin
Christian Graus27-Oct-05 15:00
protectorChristian Graus27-Oct-05 15:00 
GeneralRe: Dialog Question and Combo/List Box Question Pin
LighthouseJ27-Oct-05 15:31
LighthouseJ27-Oct-05 15:31 
QuestionBuilding debug version without MSVCP71D.DLL!? Pin
Gunn31727-Oct-05 11:27
Gunn31727-Oct-05 11:27 
AnswerRe: Building debug version without MSVCP71D.DLL!? Pin
Chris Losinger28-Oct-05 4:23
professionalChris Losinger28-Oct-05 4:23 
GeneralRe: Building debug version without MSVCP71D.DLL!? Pin
Gunn31728-Oct-05 4:57
Gunn31728-Oct-05 4:57 
GeneralRe: Building debug version without MSVCP71D.DLL!? Pin
Chris Losinger28-Oct-05 5:02
professionalChris Losinger28-Oct-05 5:02 
AnswerSolved! Pin
Gunn31728-Oct-05 6:44
Gunn31728-Oct-05 6:44 
QuestionGeneric List and n-criteria sorting Pin
Mariano Lopez-Gappa27-Oct-05 8:47
Mariano Lopez-Gappa27-Oct-05 8:47 
AnswerRe: Generic List and n-criteria sorting Pin
David Crow27-Oct-05 9:38
David Crow27-Oct-05 9:38 
GeneralRe: Generic List and n-criteria sorting Pin
Mariano Lopez-Gappa27-Oct-05 16:55
Mariano Lopez-Gappa27-Oct-05 16:55 
GeneralRe: Generic List and n-criteria sorting Pin
John M. Drescher27-Oct-05 20:36
John M. Drescher27-Oct-05 20:36 
GeneralRe: Generic List and n-criteria sorting Pin
Mariano Lopez-Gappa28-Oct-05 4:54
Mariano Lopez-Gappa28-Oct-05 4:54 

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.