Click here to Skip to main content
16,008,954 members
Home / Discussions / C#
   

C#

 
QuestionGnerate Typed Dataset at runtime Pin
DotNetWWW16-Oct-07 2:02
DotNetWWW16-Oct-07 2:02 
AnswerRe: Gnerate Typed Dataset at runtime Pin
leppie16-Oct-07 2:30
leppie16-Oct-07 2:30 
QuestionEmpty rows get loaded while Parsing CSV Pin
jebin k16-Oct-07 1:57
jebin k16-Oct-07 1:57 
AnswerRe: Empty rows get loaded while Parsing CSV Pin
leppie16-Oct-07 2:33
leppie16-Oct-07 2:33 
GeneralRe: Empty rows get loaded while Parsing CSV Pin
jebin k16-Oct-07 2:44
jebin k16-Oct-07 2:44 
GeneralRe: Empty rows get loaded while Parsing CSV Pin
leppie16-Oct-07 2:58
leppie16-Oct-07 2:58 
AnswerRe: Empty rows get loaded while Parsing CSV Pin
kubben16-Oct-07 3:23
kubben16-Oct-07 3:23 
Questionunmanaged callback (for dll interaction) Pin
Pixinger7716-Oct-07 1:50
Pixinger7716-Oct-07 1:50 
Hi,

My problem is to create a delegate for the following callback definition (c++ syntax):

typedef void (__stdcall *UnmanagedCallback)(std::wstring& WStringObject, const wchar_t* StringData, unsigned __int32 StringLength);


I tried something like this:
public delegate void UnmanagedCallbackDelegate(ref string stringObject, string stringData, UInt32 stringLength);<br />

or:
public delegate void UnmanagedCallbackDelegate(ref string stringObject, [MarshalAs(UnmanagedType.LPWStr)]string stringData, UInt32 stringLength);

The callback fired from the dll is a _stdcall.

Someone has a clue what I do wrong?

Thanks in advance...
Uwe.
AnswerRe: unmanaged callback (for dll interaction) Pin
TJoe16-Oct-07 2:25
TJoe16-Oct-07 2:25 
QuestionCapturing Live video Pin
capones16-Oct-07 1:41
capones16-Oct-07 1:41 
AnswerRe: Capturing Live video Pin
Christian Graus16-Oct-07 1:50
protectorChristian Graus16-Oct-07 1:50 
QuestionHow to refresh my Form Pin
gizmokaka16-Oct-07 1:06
gizmokaka16-Oct-07 1:06 
AnswerRe: How to refresh my Form Pin
benjymous16-Oct-07 1:11
benjymous16-Oct-07 1:11 
GeneralRe: How to refresh my Form Pin
gizmokaka16-Oct-07 1:18
gizmokaka16-Oct-07 1:18 
GeneralRe: How to refresh my Form Pin
MohammadAmiry16-Oct-07 1:24
MohammadAmiry16-Oct-07 1:24 
GeneralRe: How to refresh my Form Pin
gizmokaka16-Oct-07 1:20
gizmokaka16-Oct-07 1:20 
AnswerRe: How to refresh my Form Pin
MohammadAmiry16-Oct-07 1:19
MohammadAmiry16-Oct-07 1:19 
GeneralRe: How to refresh my Form Pin
gizmokaka16-Oct-07 1:28
gizmokaka16-Oct-07 1:28 
AnswerRe: How to refresh my Form Pin
Martin#16-Oct-07 2:02
Martin#16-Oct-07 2:02 
GeneralRe: How to refresh my Form Pin
gizmokaka16-Oct-07 2:55
gizmokaka16-Oct-07 2:55 
AnswerRe: How to refresh my Form Pin
Martin#16-Oct-07 2:59
Martin#16-Oct-07 2:59 
GeneralRe: How to refresh my Form Pin
gizmokaka16-Oct-07 3:59
gizmokaka16-Oct-07 3:59 
AnswerRe: How to refresh my Form Pin
Martin#16-Oct-07 4:14
Martin#16-Oct-07 4:14 
GeneralRe: How to refresh my Form Pin
gizmokaka16-Oct-07 9:29
gizmokaka16-Oct-07 9:29 
GeneralRe: How to refresh my Form Pin
gizmokaka17-Oct-07 7:43
gizmokaka17-Oct-07 7:43 

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.