Click here to Skip to main content
15,898,939 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow can use VB dll in VC++ code? Pin
Le@rner13-Mar-10 1:45
Le@rner13-Mar-10 1:45 
AnswerRe: How can use VB dll in VC++ code? Pin
LunaticFringe13-Mar-10 2:33
LunaticFringe13-Mar-10 2:33 
AnswerRe: How can use VB dll in VC++ code? Pin
ThatsAlok14-Mar-10 19:24
ThatsAlok14-Mar-10 19:24 
AnswerRe: How can use VB dll in VC++ code? Pin
Shivanand Gupta14-Mar-10 20:30
Shivanand Gupta14-Mar-10 20:30 
QuestionCalling vb dll functions in my vc code Pin
learningvisualc12-Mar-10 21:23
learningvisualc12-Mar-10 21:23 
AnswerRe: Calling vb dll functions in my vc code Pin
Shivanand Gupta13-Mar-10 0:36
Shivanand Gupta13-Mar-10 0:36 
AnswerRe: Calling vb dll functions in my vc code Pin
Shivanand Gupta13-Mar-10 0:51
Shivanand Gupta13-Mar-10 0:51 
QuestionStill problem with a class and function Pin
nah133712-Mar-10 21:20
nah133712-Mar-10 21:20 
Hi im trying to return char with the function but it gives error, anhy help

struct random_class {
	
	char *crypto_buf;
	
	void __thiscall classfunction (void *pParam);
	
};
random_class* pParam;

void (__thiscall* classfunction)(void *pParam );
void __thiscall myclassfunction(void *pParam )
{	
    classfunction(pParam->crypto_buf);
}


error C2227: left of '->crypto_buf' must point to class/struct/union/generic type
1> type is 'void *'
AnswerRe: Still problem with a class and function Pin
Richard MacCutchan12-Mar-10 22:12
mveRichard MacCutchan12-Mar-10 22:12 
QuestionRe: Still problem with a class and function Pin
CPallini12-Mar-10 22:37
mveCPallini12-Mar-10 22:37 
AnswerRe: Still problem with a class and function Pin
nah133712-Mar-10 23:55
nah133712-Mar-10 23:55 
QuestionRe: Still problem with a class and function Pin
CPallini13-Mar-10 0:00
mveCPallini13-Mar-10 0:00 
AnswerRe: Still problem with a class and function Pin
nah133713-Mar-10 0:02
nah133713-Mar-10 0:02 
GeneralRe: Still problem with a class and function Pin
Richard MacCutchan13-Mar-10 6:50
mveRichard MacCutchan13-Mar-10 6:50 
QuestionRe: Still problem with a class and function Pin
David Crow13-Mar-10 5:23
David Crow13-Mar-10 5:23 
AnswerRe: Still problem with a class and function Pin
nah133713-Mar-10 8:44
nah133713-Mar-10 8:44 
QuestionHow to check if flash Active x is already installed ? Pin
rahul.kulshreshtha12-Mar-10 20:45
rahul.kulshreshtha12-Mar-10 20:45 
AnswerRe: How to check if flash Active x is already installed ? Pin
Shivanand Gupta13-Mar-10 0:41
Shivanand Gupta13-Mar-10 0:41 
GeneralRe: How to check if flash Active x is already installed ? Pin
rahul.kulshreshtha13-Mar-10 1:00
rahul.kulshreshtha13-Mar-10 1:00 
GeneralRe: How to check if flash Active x is already installed ? Pin
Shivanand Gupta14-Mar-10 20:20
Shivanand Gupta14-Mar-10 20:20 
GeneralRe: How to check if flash Active x is already installed ? Pin
rahul.kulshreshtha15-Mar-10 20:29
rahul.kulshreshtha15-Mar-10 20:29 
GeneralRe: How to check if flash Active x is already installed ? Pin
Shivanand Gupta14-Mar-10 20:24
Shivanand Gupta14-Mar-10 20:24 
AnswerRe: How to check if flash Active x is already installed ? Pin
«_Superman_»13-Mar-10 17:15
professional«_Superman_»13-Mar-10 17:15 
GeneralRe: How to check if flash Active x is already installed ? Pin
rahul.kulshreshtha14-Mar-10 20:07
rahul.kulshreshtha14-Mar-10 20:07 
QuestionHow could I change the width of a CMFCRibbonButton or CMFCRibbonLabel Pin
A&Ms12-Mar-10 19:15
A&Ms12-Mar-10 19:15 

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.