Click here to Skip to main content
15,892,199 members
Home / Discussions / C#
   

C#

 
GeneralRe: Unable to read app.config file Pin
Goalie355-Sep-06 4:46
Goalie355-Sep-06 4:46 
GeneralRe: Unable to read app.config file Pin
S. Senthil Kumar5-Sep-06 18:03
S. Senthil Kumar5-Sep-06 18:03 
QuestionCommand line and args[] question Pin
User 66585-Sep-06 3:56
User 66585-Sep-06 3:56 
AnswerRe: Command line and args[] question Pin
trannguyen865-Sep-06 4:18
trannguyen865-Sep-06 4:18 
GeneralRe: Command line and args[] question Pin
User 66585-Sep-06 4:20
User 66585-Sep-06 4:20 
AnswerRe: Command line and args[] question Pin
Dustin Metzgar5-Sep-06 4:20
Dustin Metzgar5-Sep-06 4:20 
GeneralRe: Command line and args[] question Pin
User 66585-Sep-06 4:24
User 66585-Sep-06 4:24 
QuestionHow to declare a struct with dynamic allocated array for COM with DLL? Pin
Kuang Cao5-Sep-06 3:54
Kuang Cao5-Sep-06 3:54 
Hi,

In my c++ code, I have a struct which has a dynamically allocated array. Now in c# code, I want to declare the same struct in a proper way so that I can call c++ native code from c#.

If in C++ I have the following:

struct A {
int * arrInt;
};
typedef struct A A_STRUCT;
void func(A_STRUCT * ptrStruct);


How would I declare the struct in c# and also how to define the function "prototype" when doing dllimport? Thanks a lot.
QuestionMultipage control Pin
shivarishxxxx5-Sep-06 3:40
shivarishxxxx5-Sep-06 3:40 
AnswerRe: Multipage control Pin
mikone5-Sep-06 3:53
mikone5-Sep-06 3:53 
GeneralRe: Multipage control Pin
shivarishxxxx5-Sep-06 9:52
shivarishxxxx5-Sep-06 9:52 
QuestionRemoting Pin
fcn][Stampede5-Sep-06 3:09
fcn][Stampede5-Sep-06 3:09 
QuestionGetHashCode implementation [modified] Pin
Random_zh5-Sep-06 2:35
Random_zh5-Sep-06 2:35 
AnswerRe: GetHashCode implementation Pin
User 66585-Sep-06 4:36
User 66585-Sep-06 4:36 
GeneralRe: GetHashCode implementation [modified] Pin
Random_zh5-Sep-06 5:50
Random_zh5-Sep-06 5:50 
QuestionCatching minimize event Pin
sjembek5-Sep-06 2:30
sjembek5-Sep-06 2:30 
AnswerRe: Catching minimize event Pin
MIHAI_MTZ5-Sep-06 2:38
MIHAI_MTZ5-Sep-06 2:38 
GeneralRe: Catching minimize event Pin
sjembek5-Sep-06 2:53
sjembek5-Sep-06 2:53 
GeneralRe: Catching minimize event Pin
Dan Neely5-Sep-06 3:31
Dan Neely5-Sep-06 3:31 
GeneralRe: Catching minimize event Pin
sjembek5-Sep-06 5:52
sjembek5-Sep-06 5:52 
QuestionVOIP Vonage Answering Machine Pin
steveharper605-Sep-06 2:12
steveharper605-Sep-06 2:12 
AnswerRe: VOIP Vonage Answering Machine Pin
Erik Funkenbusch5-Sep-06 21:43
Erik Funkenbusch5-Sep-06 21:43 
QuestionRe: VOIP Vonage Answering Machine Pin
steveharper606-Sep-06 7:31
steveharper606-Sep-06 7:31 
QuestionHow to make client server Pin
King Shez5-Sep-06 1:50
King Shez5-Sep-06 1:50 
AnswerRe: How to make client server Pin
samtam5-Sep-06 2:25
samtam5-Sep-06 2:25 

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.