how to call this C function in C#
ilikejunk1230_at_hotmail.com
Date: 05/05/04
- Next message: Tom: "Cancelling keyevents"
- Previous message: Anthony: "comboBox SelectedIndexChanged fires 4 time on load"
- Next in thread: Adam Clauss: "Re: how to call this C function in C#"
- Reply: Adam Clauss: "Re: how to call this C function in C#"
- Messages sorted by: [ date ] [ thread ]
Date: 5 May 2004 16:35:16 -0700
Hi,
I'm trying to call a C function whose header file looks like this:
int func(AB *foo, CD callback_function, EF *callback_client);
and the only declarations are
typedef struct AB AB;
typedef struct EF EF;
typedef int (*CD)(EF *client, int bar);
how would I import that into C#?
Thanks in advance
- Next message: Tom: "Cancelling keyevents"
- Previous message: Anthony: "comboBox SelectedIndexChanged fires 4 time on load"
- Next in thread: Adam Clauss: "Re: how to call this C function in C#"
- Reply: Adam Clauss: "Re: how to call this C function in C#"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|