Click here to Skip to main content
15,921,062 members
Home / Discussions / C#
   

C#

 
QuestionWanting to invest in Code Generator. Which ones you feel are best? Pin
logikos1-Apr-08 6:44
logikos1-Apr-08 6:44 
AnswerRe: Wanting to invest in Code Generator. Which ones you feel are best? Pin
led mike1-Apr-08 7:39
led mike1-Apr-08 7:39 
GeneralRe: Wanting to invest in Code Generator. Which ones you feel are best? Pin
logikos1-Apr-08 7:59
logikos1-Apr-08 7:59 
GeneralRe: Wanting to invest in Code Generator. Which ones you feel are best? Pin
led mike1-Apr-08 8:17
led mike1-Apr-08 8:17 
GeneralRe: Wanting to invest in Code Generator. Which ones you feel are best? Pin
logikos1-Apr-08 9:33
logikos1-Apr-08 9:33 
GeneralDeclare a pointer array and assign it in a DLL Pin
baranils1-Apr-08 5:59
baranils1-Apr-08 5:59 
GeneralRe: Declare a pointer array and assign it in a DLL Pin
led mike1-Apr-08 7:31
led mike1-Apr-08 7:31 
GeneralRe: Declare a pointer array and assign it in a DLL Pin
baranils1-Apr-08 8:12
baranils1-Apr-08 8:12 
???? ! Confused | :confused:

I'm sorry but I do not understand what do you my nor I can't see any solution to my current problem

I'm already using different function of that dll without any problem.
The problem here is how to declare an IntPtr to be modified by the DLL function

Example In C

char *ptr;

void function (char **ptr)
{
*ptr=calloc(10,sizeof(int);
}
GeneralRe: Declare a pointer array and assign it in a DLL Pin
led mike1-Apr-08 8:18
led mike1-Apr-08 8:18 
GeneralRe: Declare a pointer array and assign it in a DLL Pin
baranils1-Apr-08 10:04
baranils1-Apr-08 10:04 
GeneralRe: Declare a pointer array and assign it in a DLL Pin
baranils1-Apr-08 12:31
baranils1-Apr-08 12:31 
QuestionThree Address Code Implementation Pin
Ayo Awe1-Apr-08 5:49
Ayo Awe1-Apr-08 5:49 
GeneralRe: Three Address Code Implementation Pin
led mike1-Apr-08 6:15
led mike1-Apr-08 6:15 
GeneralRe: Three Address Code Implementation Pin
User 66581-Apr-08 6:57
User 66581-Apr-08 6:57 
GeneralRe: Three Address Code Implementation Pin
Roger Alsing1-Apr-08 7:40
Roger Alsing1-Apr-08 7:40 
GeneralRe: Three Address Code Implementation Pin
Guffa1-Apr-08 9:32
Guffa1-Apr-08 9:32 
Questionwtf? Pin
damianrda1-Apr-08 4:51
damianrda1-Apr-08 4:51 
AnswerRe: wtf? Pin
Not Active1-Apr-08 5:28
mentorNot Active1-Apr-08 5:28 
AnswerRe: wtf? Pin
Stu Richardson1-Apr-08 5:33
Stu Richardson1-Apr-08 5:33 
GeneralRe: wtf? Pin
Andrew Rissing1-Apr-08 5:36
Andrew Rissing1-Apr-08 5:36 
AnswerRe: wtf? Pin
Andrew Rissing1-Apr-08 5:33
Andrew Rissing1-Apr-08 5:33 
AnswerRe: wtf? Pin
led mike1-Apr-08 6:04
led mike1-Apr-08 6:04 
GeneralRe: wtf? Pin
Gareth H1-Apr-08 10:32
Gareth H1-Apr-08 10:32 
GeneralCast an object into a specific type without knowing what type the object is Pin
arnold_w1-Apr-08 3:38
arnold_w1-Apr-08 3:38 
GeneralRe: Cast an object into a specific type without knowing what type the object is Pin
Simon P Stevens1-Apr-08 4:03
Simon P Stevens1-Apr-08 4:03 

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.