Click here to Skip to main content
15,902,112 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionCreate video on an OpenGL window by reading memory buffers containing image frames Pin
DoctorDoctor22-May-07 7:54
DoctorDoctor22-May-07 7:54 
QuestionVerifying if one bit is set in a word value. Pin
paper6722-May-07 6:16
paper6722-May-07 6:16 
QuestionAbout help Pin
sarah_malik22-May-07 6:09
sarah_malik22-May-07 6:09 
QuestionRe: About help Pin
Mark Salsbery22-May-07 7:42
Mark Salsbery22-May-07 7:42 
GeneralRe: About help Pin
sarah_malik22-May-07 7:52
sarah_malik22-May-07 7:52 
GeneralRe: About help Pin
Mark Salsbery23-May-07 7:19
Mark Salsbery23-May-07 7:19 
GeneralRe: About help Pin
sarah_malik23-May-07 14:08
sarah_malik23-May-07 14:08 
QuestionError C2664 Pin
dodoxor21-May-07 23:41
dodoxor21-May-07 23:41 
I've ref class. I 've to use a function "ccap_start_capturing" that take a ptr,and a ptr to a callback function(on_jpeg_received) and another ptr to a function on_exit_capturing defined in this class. Both "ccap_start_capturing" and "on_jpeg_received" functions are defined in a file c that i can't modify.

//#include ...
ref class CamPanObj{
public:
CamPanObj(){
camaddr=new camaddr_t();

}
protected:
~CamPanObj()
{//...
}
public:
static void on_exit_capturing(int code)
{/..
}
CAPID rec_start(void)
{
...
capid=ccap_start_capturing(camaddr,on_jpeg_received,on_exit_capturing);
return (capid);
}
};
It returns a compile error
error C2664: 'ccap_start_capturing' : cannot convert parameter 3 from 'void (__clrcall *)(int)' to 'void (__cdecl *)(int)'
None of the functions with this name in scope match the target type

How can i resolve it?
Thanks, regards.
QuestionProblem with Deserialization and Loading Assemblies Pin
YooVeeAy21-May-07 10:46
YooVeeAy21-May-07 10:46 
AnswerRe: Problem with Deserialization and Loading Assemblies Pin
hansipet21-May-07 19:14
hansipet21-May-07 19:14 
GeneralRe: Problem with Deserialization and Loading Assemblies Pin
YooVeeAy22-May-07 4:38
YooVeeAy22-May-07 4:38 
QuestionNesting Header Files Pin
teejayem21-May-07 8:54
teejayem21-May-07 8:54 
AnswerRe: Nesting Header Files Pin
Mark Salsbery21-May-07 9:19
Mark Salsbery21-May-07 9:19 
QuestionIs there willl be any implicit funcations in an empty c++ class Pin
Nandu_77b21-May-07 0:32
Nandu_77b21-May-07 0:32 
AnswerRe: Is there willl be any implicit funcations in an empty c++ class Pin
Christian Graus21-May-07 1:04
protectorChristian Graus21-May-07 1:04 
GeneralRe: Is there willl be any implicit funcations in an empty c++ class Pin
led mike21-May-07 5:54
led mike21-May-07 5:54 
AnswerRe: Is there willl be any implicit funcations in an empty c++ class Pin
sthotakura21-May-07 8:53
sthotakura21-May-07 8:53 
GeneralRe: Is there willl be any implicit funcations in an empty c++ class Pin
hansipet21-May-07 19:16
hansipet21-May-07 19:16 
AnswerRe: Is there willl be any implicit funcations in an empty c++ class Pin
Michael Dunn24-May-07 14:19
sitebuilderMichael Dunn24-May-07 14:19 
Questionremote app mysql problem Pin
an-arhos20-May-07 22:45
an-arhos20-May-07 22:45 
QuestionRe: remote app mysql problem Pin
Mark Salsbery21-May-07 5:43
Mark Salsbery21-May-07 5:43 
AnswerRe: remote app mysql problem Pin
led mike21-May-07 6:03
led mike21-May-07 6:03 
GeneralRe: remote app mysql problem Pin
Mark Salsbery21-May-07 6:17
Mark Salsbery21-May-07 6:17 
GeneralRe: remote app mysql problem Pin
led mike21-May-07 9:29
led mike21-May-07 9:29 
GeneralRe: remote app mysql problem Pin
Mark Salsbery21-May-07 9:35
Mark Salsbery21-May-07 9:35 

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.