Click here to Skip to main content
15,886,199 members

Comments by danielgomes (Top 5 by date)

danielgomes 21-Jul-10 7:33am View    
I apologize. I will remove this answer here and will add it at the initial question.
danielgomes 20-Jul-10 10:29am View    
It was kind of "tricky" but it worked in the end. Specially I had to instantiate the struct above statically ( i.e. do not use new ) otherwise it will always pass an address to the function and it already passes a reference ( ref keyword ) so it won't work unless it is static.
danielgomes 20-Jul-10 10:26am View    
Reason for my vote of 5
Thanks that helped me!
danielgomes 19-Jul-10 7:42am View    
Reason for my vote of 5
It was StringBuilder!
danielgomes 19-Jul-10 7:36am View    
Hey Thanks for the help! I "over debbugued it" already :-). I made it work by writting a "bridge" DLL which made all the things, but my boss reject it as he wants me to do all the thing in C# :-(