C# Programming (wodHttpDLX)
by Shakeeb Ahmed, Tuesday, September 11, 2007, 11:35 (6284 days ago)
Hi,
Can anyone tell me how to code in C# 2.0
Re: C# Programming
by woddrazen, Tuesday, September 11, 2007, 11:45 (6284 days ago) @ Shakeeb Ahmed
Ahmed,
Do you want maybe sample for wodHttpDLX in VS 2005 C#?
Drazen
Re: C# Programming
by Shakeeb Ahmed, Tuesday, September 11, 2007, 12:56 (6284 days ago) @ woddrazen
Ya if they could help me. I am getting problem in Done event which fires automatically. I want to maintain an index to know which request called done event. As in VB's sample I See a Index parameter but I cant got it in C#.
Plz help me
Its urgent i have to send a sample build for the app to my client in next 3 hours or othrwise i will loose the project.
Re: C# Programming
by Shakeeb Ahmed, Tuesday, September 11, 2007, 13:03 (6284 days ago) @ Shakeeb Ahmed
HI,
this is a VB code
Private Sub http_Done(Index As Integer, ByVal ErrorCode As Long, ByVal ErrorText As String)
for the Done event it has a index argument.
but when i do same in C# i got error delegate argument list mis-matched.
or
No overload for 'http_done' matches delegate 'wodHttpDLXLib._IwodHttpDLXEvents_DoneEventHandler'
Re: C# Programming
by woddrazen, Tuesday, September 11, 2007, 13:17 (6284 days ago) @ Shakeeb Ahmed
Oleg,
Are you using Fast notification interfaces in C#?
Drazen