Click here to Skip to main content
16,004,782 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: folder size limitation Pin
David Crow26-Oct-04 8:59
David Crow26-Oct-04 8:59 
QuestionHow to Set the controls to be infront of an Image Pin
wicked_guy25-Oct-04 23:47
wicked_guy25-Oct-04 23:47 
AnswerRe: How to Set the controls to be infront of an Image Pin
Robert A. T. Káldy26-Oct-04 0:32
Robert A. T. Káldy26-Oct-04 0:32 
Questionhow to use this : IAMMultiMediaStream::OpenMoniker Pin
blackbeetle25-Oct-04 23:39
blackbeetle25-Oct-04 23:39 
GeneralDialog with different controls created at runtime Pin
SVPG25-Oct-04 23:30
SVPG25-Oct-04 23:30 
GeneralRe: Dialog with different controls created at runtime Pin
Robert A. T. Káldy26-Oct-04 0:23
Robert A. T. Káldy26-Oct-04 0:23 
GeneralRe: Dialog with different controls created at runtime Pin
BlackDice26-Oct-04 3:42
BlackDice26-Oct-04 3:42 
Questionhow to use ::* Pin
Anonymous25-Oct-04 23:15
Anonymous25-Oct-04 23:15 
I have seen some code recently in the Unreal Tournament public source code that uses types like "void(UObject::*Func)( FFrame& TheStack, RESULT_DECL );" and I am trying to figure out how to use this in my own code. I have written something like below but I always get the error "C2064: term does not evaluate to a function"

class A<br />
{<br />
public:<br />
	void TestFunc()<br />
	{<br />
		printf("Hello\n");<br />
	}<br />
};<br />
<br />
void Test(void(A::*Prm1)(void))<br />
{<br />
	Prm1();<br />
}<br />
<br />
int main(int argc, char **argv)<br />
{<br />
	Test(A::TestFunc);<br />
<br />
	return 0;<br />
}


It won't even let me cast it to a DWORD or any other types but you must be able to do something with it or it would not exist. So is there anyone here who can tell me how to use this (I dont even know what to call it), I have tried searching but all the search engines that I have tried have problems with "::*".
AnswerRe: how to use ::* Pin
Robert A. T. Káldy26-Oct-04 0:15
Robert A. T. Káldy26-Oct-04 0:15 
GeneralRe: how to use ::* Pin
Anonymous26-Oct-04 20:34
Anonymous26-Oct-04 20:34 
GeneralInputting Keyboard events into a dialog box Pin
Member 134303625-Oct-04 22:27
Member 134303625-Oct-04 22:27 
GeneralRe: Inputting Keyboard events into a dialog box Pin
P_JAYAPRAKASH25-Oct-04 22:41
P_JAYAPRAKASH25-Oct-04 22:41 
GeneralRe: Inputting Keyboard events into a dialog box Pin
Blake Miller26-Oct-04 6:20
Blake Miller26-Oct-04 6:20 
Generalsuspend process Pin
uttit25-Oct-04 22:21
uttit25-Oct-04 22:21 
GeneralRe: suspend process Pin
Mike Beckerleg25-Oct-04 23:42
Mike Beckerleg25-Oct-04 23:42 
GeneralRe: suspend process Pin
yanping wang26-Oct-04 1:33
yanping wang26-Oct-04 1:33 
Generalhelp me Pin
Wiltein25-Oct-04 21:17
Wiltein25-Oct-04 21:17 
GeneralRe: help me Pin
Maximilien26-Oct-04 1:00
Maximilien26-Oct-04 1:00 
GeneralRe: help me Pin
jan larsen26-Oct-04 3:30
jan larsen26-Oct-04 3:30 
GeneralRetain MFC Controls values for Next Open VC++6.0 Pin
Sumit Kapoor25-Oct-04 21:01
Sumit Kapoor25-Oct-04 21:01 
GeneralRe: Retain MFC Controls values for Next Open VC++6.0 Pin
Maximilien26-Oct-04 0:54
Maximilien26-Oct-04 0:54 
GeneralRe: Retain MFC Controls values for Next Open VC++6.0 Pin
BlackDice26-Oct-04 3:51
BlackDice26-Oct-04 3:51 
GeneralThanks you both, Check what I used Pin
Sumit Kapoor26-Oct-04 19:11
Sumit Kapoor26-Oct-04 19:11 
Generalit fails to retrieve newly intruduced data by the user Pin
Natural_Demon25-Oct-04 20:45
Natural_Demon25-Oct-04 20:45 
GeneralRe: it fails to retrieve newly intruduced data by the user Pin
ThatsAlok25-Oct-04 23:00
ThatsAlok25-Oct-04 23:00 

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.