Click here to Skip to main content
15,908,581 members
Home / Discussions / C#
   

C#

 
AnswerRe: accessing C API from C# Pin
mavrick2324-Mar-10 23:12
mavrick2324-Mar-10 23:12 
GeneralRe: accessing C API from C# Pin
Richard MacCutchan25-Mar-10 2:14
mveRichard MacCutchan25-Mar-10 2:14 
You are trying to pass a pointer to a C# (i.e. managed) struct as an unmanaged reference, which will not work. You need to look at the marshalling options to see how the C code can access your C# objects. I have a suspicion that you cannot do it this way, but would need to convert your struct to some sort of basic array for the unmanaged (i.e. C) code to be able to access it.
txtspeak is the realm of 9 year old children, not developers. Christian Graus

GeneralRe: accessing C API from C# Pin
Luc Pattyn25-Mar-10 3:00
sitebuilderLuc Pattyn25-Mar-10 3:00 
Questionhow to empty textbox in a groupbox Pin
crisjala24-Mar-10 16:22
crisjala24-Mar-10 16:22 
AnswerRe: how to empty textbox in a groupbox Pin
Not Active24-Mar-10 16:23
mentorNot Active24-Mar-10 16:23 
AnswerRe: how to empty textbox in a groupbox Pin
Khaniya24-Mar-10 18:33
professionalKhaniya24-Mar-10 18:33 
GeneralRe: how to empty textbox in a groupbox Pin
crisjala24-Mar-10 20:47
crisjala24-Mar-10 20:47 
QuestionMessage Removed Pin
24-Mar-10 13:50
user20524-Mar-10 13:50 
AnswerRe: Event Pin
Luc Pattyn24-Mar-10 14:13
sitebuilderLuc Pattyn24-Mar-10 14:13 
AnswerRe: Event Pin
Not Active24-Mar-10 15:11
mentorNot Active24-Mar-10 15:11 
AnswerRe: Event Pin
PIEBALDconsult24-Mar-10 16:10
mvePIEBALDconsult24-Mar-10 16:10 
GeneralRe: Event Pin
#realJSOP25-Mar-10 0:00
professional#realJSOP25-Mar-10 0:00 
GeneralRe: Event Pin
PIEBALDconsult25-Mar-10 3:56
mvePIEBALDconsult25-Mar-10 3:56 
AnswerRe: Event Pin
#realJSOP25-Mar-10 0:01
professional#realJSOP25-Mar-10 0:01 
Questioncreate Microsoft report from XML Pin
Jassim Rahma24-Mar-10 13:17
Jassim Rahma24-Mar-10 13:17 
AnswerRe: create Microsoft report from XML Pin
Not Active24-Mar-10 15:09
mentorNot Active24-Mar-10 15:09 
Questionassociate file extension Pin
Jassim Rahma24-Mar-10 12:13
Jassim Rahma24-Mar-10 12:13 
AnswerRe: associate file extension Pin
Not Active24-Mar-10 12:45
mentorNot Active24-Mar-10 12:45 
GeneralRe: associate file extension Pin
Jassim Rahma24-Mar-10 12:50
Jassim Rahma24-Mar-10 12:50 
GeneralRe: associate file extension Pin
Eslam Afifi24-Mar-10 13:47
Eslam Afifi24-Mar-10 13:47 
Questioncreate a My Document Sub Directory Pin
Jassim Rahma24-Mar-10 12:12
Jassim Rahma24-Mar-10 12:12 
AnswerRe: create a My Document Sub Directory Pin
Eslam Afifi24-Mar-10 13:33
Eslam Afifi24-Mar-10 13:33 
Questiondetect changes in MDIs and save it Pin
Jassim Rahma24-Mar-10 12:11
Jassim Rahma24-Mar-10 12:11 
AnswerRe: detect changes in MDIs and save it Pin
Not Active24-Mar-10 15:30
mentorNot Active24-Mar-10 15:30 
AnswerRe: detect changes in MDIs and save it Pin
Dave Kreskowiak24-Mar-10 15:33
mveDave Kreskowiak24-Mar-10 15:33 

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.