Click here to Skip to main content
15,917,628 members
Home / Discussions / C#
   

C#

 
General.Net applications in Linux Pin
vadim_3k26-Aug-04 9:21
sussvadim_3k26-Aug-04 9:21 
GeneralRe: .Net applications in Linux Pin
leppie26-Aug-04 9:30
leppie26-Aug-04 9:30 
GeneralRe: .Net applications in Linux Pin
Judah Gabriel Himango26-Aug-04 9:34
sponsorJudah Gabriel Himango26-Aug-04 9:34 
GeneralRe: .Net applications in Linux Pin
Heath Stewart26-Aug-04 10:36
protectorHeath Stewart26-Aug-04 10:36 
GeneralRe: .Net applications in Linux Pin
Nick Parker26-Aug-04 11:43
protectorNick Parker26-Aug-04 11:43 
GeneralRe: .Net applications in Linux Pin
Heath Stewart26-Aug-04 13:24
protectorHeath Stewart26-Aug-04 13:24 
GeneralRe: .Net applications in Linux Pin
leppie26-Aug-04 23:56
leppie26-Aug-04 23:56 
GeneralRe: .Net applications in Linux Pin
Heath Stewart27-Aug-04 9:05
protectorHeath Stewart27-Aug-04 9:05 
The BCL is the Base Class Library and is not described by ECMA. The CLI - or Common Language Infrastructure - and the C# Language Specifications are described by the ECMA.

What I was referring to is very true and you can even read about it on the respective sites.

Many of the classes in the BCL rely on Win32 APIs and windows messaging (pretty much all the Windows Forms controls). Without some sort of layer (like Wine) it's impossible to just use the .NET BCL (remember that ".NET" refers to Microsoft's implementation of the CLI) as-is.

One could provide the same public members on classes, but without an underlying layer the implementation must be developed with respect to the underlying window manager.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles]
GeneralRe: .Net applications in Linux Pin
leppie27-Aug-04 9:14
leppie27-Aug-04 9:14 
GeneralRead Write Files From\To Database Pin
Zamolxes26-Aug-04 8:50
Zamolxes26-Aug-04 8:50 
GeneralRe: Read Write Files From\To Database Pin
Heath Stewart26-Aug-04 10:44
protectorHeath Stewart26-Aug-04 10:44 
Generalevents on PocketPc's Pin
pat27088126-Aug-04 6:32
pat27088126-Aug-04 6:32 
GeneralRe: events on PocketPc's Pin
Not Active26-Aug-04 6:58
mentorNot Active26-Aug-04 6:58 
GeneralRe: events on PocketPc's Pin
pat27088126-Aug-04 8:05
pat27088126-Aug-04 8:05 
GeneralRe: events on PocketPc's Pin
Not Active26-Aug-04 9:11
mentorNot Active26-Aug-04 9:11 
GeneralRe: events on PocketPc's Pin
Heath Stewart26-Aug-04 10:41
protectorHeath Stewart26-Aug-04 10:41 
GeneralRe: events on PocketPc's Pin
pat27088126-Aug-04 11:29
pat27088126-Aug-04 11:29 
GeneralRe: events on PocketPc's Pin
Heath Stewart26-Aug-04 13:21
protectorHeath Stewart26-Aug-04 13:21 
GeneralRe: events on PocketPc's Pin
pat27088130-Aug-04 3:11
pat27088130-Aug-04 3:11 
GeneralRe: events on PocketPc's Pin
Heath Stewart30-Aug-04 5:48
protectorHeath Stewart30-Aug-04 5:48 
GeneralRe: events on PocketPc's Pin
mathon2-Sep-04 21:36
mathon2-Sep-04 21:36 
GeneralRe: events on PocketPc's Pin
Heath Stewart3-Sep-04 6:17
protectorHeath Stewart3-Sep-04 6:17 
GeneralRe: events on PocketPc's Pin
Not Active26-Aug-04 13:03
mentorNot Active26-Aug-04 13:03 
GeneralRe: events on PocketPc's Pin
Heath Stewart26-Aug-04 13:19
protectorHeath Stewart26-Aug-04 13:19 
GeneralRe: events on PocketPc's Pin
pat27088126-Aug-04 22:32
pat27088126-Aug-04 22:32 

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.