Click here to Skip to main content
15,898,035 members
Home / Discussions / C#
   

C#

 
GeneralAnd the next problem is : Pin
AnonymousTwo20-Jul-05 21:47
AnonymousTwo20-Jul-05 21:47 
GeneralRe: And the next problem is : Pin
Christian Graus21-Jul-05 13:24
protectorChristian Graus21-Jul-05 13:24 
GeneralGraphics in the Command Line Pin
timbobsteve20-Jul-05 15:13
timbobsteve20-Jul-05 15:13 
GeneralRe: Graphics in the Command Line Pin
Dave Kreskowiak20-Jul-05 15:48
mveDave Kreskowiak20-Jul-05 15:48 
GeneralRe: Graphics in the Command Line Pin
timbobsteve20-Jul-05 16:27
timbobsteve20-Jul-05 16:27 
GeneralImplementing MIDL interface in .NET. Pin
Akth20-Jul-05 14:51
Akth20-Jul-05 14:51 
GeneralRe: Implementing MIDL interface in .NET. Pin
Christian Graus20-Jul-05 14:57
protectorChristian Graus20-Jul-05 14:57 
GeneralRe: Implementing MIDL interface in .NET. Pin
Akth20-Jul-05 15:08
Akth20-Jul-05 15:08 
Hi Christian,
Thanks for your response,
Exactly the same way I am trying to do, Creating C# interface from the MIDL file but some of the data type like DWORD, BYTE, I could not find a way to define in C# using MarshalAs attribute. and also enumerations created from C# prefix the each enumeration value with name
e.g
enum A{
A1,
A2
}

is converted as
enum {
A_A1,
A_A2
} A;

but I need to expose the C# interfaces, methods, enumerations exactly defined in MILD file, because other people also developing server using the same MIDL.
Please let me know, how I can resolve this problem.

Thanks,
Kuthbul
GeneralRe: Implementing MIDL interface in .NET. Pin
Christian Graus20-Jul-05 15:48
protectorChristian Graus20-Jul-05 15:48 
QuestionVB6 (eek!) to VB.net to C#????? Pin
WetRivrRat20-Jul-05 13:48
WetRivrRat20-Jul-05 13:48 
AnswerRe: VB6 (eek!) to VB.net to C#????? Pin
Christian Graus20-Jul-05 14:27
protectorChristian Graus20-Jul-05 14:27 
GeneralRe: VB6 (eek!) to VB.net to C#????? Pin
WetRivrRat20-Jul-05 14:39
WetRivrRat20-Jul-05 14:39 
GeneralRe: VB6 (eek!) to VB.net to C#????? Pin
Christian Graus20-Jul-05 14:41
protectorChristian Graus20-Jul-05 14:41 
GeneralRe: VB6 (eek!) to VB.net to C#????? Pin
WetRivrRat20-Jul-05 14:52
WetRivrRat20-Jul-05 14:52 
GeneralRe: VB6 (eek!) to VB.net to C#????? Pin
Christian Graus20-Jul-05 14:56
protectorChristian Graus20-Jul-05 14:56 
GeneralRe: VB6 (eek!) to VB.net to C#????? Pin
WetRivrRat20-Jul-05 15:15
WetRivrRat20-Jul-05 15:15 
GeneralRe: VB6 (eek!) to VB.net to C#????? Pin
tatchung20-Jul-05 15:42
tatchung20-Jul-05 15:42 
GeneralRe: VB6 (eek!) to VB.net to C#????? Pin
Christian Graus20-Jul-05 15:49
protectorChristian Graus20-Jul-05 15:49 
GeneralRe: VB6 (eek!) to VB.net to C#????? Pin
Christian Graus20-Jul-05 15:53
protectorChristian Graus20-Jul-05 15:53 
GeneralRe: VB6 (eek!) to VB.net to C#????? Pin
WetRivrRat20-Jul-05 17:25
WetRivrRat20-Jul-05 17:25 
GeneralRe: VB6 (eek!) to VB.net to C#????? Pin
Christian Graus20-Jul-05 17:38
protectorChristian Graus20-Jul-05 17:38 
GeneralRe: VB6 (eek!) to VB.net to C#????? Pin
WetRivrRat20-Jul-05 17:42
WetRivrRat20-Jul-05 17:42 
GeneralRe: VB6 (eek!) to VB.net to C#????? Pin
Christian Graus20-Jul-05 17:47
protectorChristian Graus20-Jul-05 17:47 
GeneralRe: VB6 (eek!) to VB.net to C#????? Pin
WetRivrRat20-Jul-05 18:01
WetRivrRat20-Jul-05 18:01 
GeneralRe: VB6 (eek!) to VB.net to C#????? Pin
Christian Graus20-Jul-05 18:09
protectorChristian Graus20-Jul-05 18:09 

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.