Click here to Skip to main content
15,899,754 members
Home / Discussions / C#
   

C#

 
GeneralRe: Interop Question. Again... Pin
Dave Kreskowiak1-Apr-04 3:41
mveDave Kreskowiak1-Apr-04 3:41 
GeneralRe: Interop Question. Again... Pin
DrGreen1-Apr-04 3:57
DrGreen1-Apr-04 3:57 
GeneralRe: Interop Question. Again... Pin
Dave Kreskowiak1-Apr-04 4:11
mveDave Kreskowiak1-Apr-04 4:11 
GeneralRe: Interop Question. Again... Pin
Heath Stewart1-Apr-04 5:39
protectorHeath Stewart1-Apr-04 5:39 
GeneralRe: Interop Question. Again... Pin
DrGreen1-Apr-04 6:06
DrGreen1-Apr-04 6:06 
GeneralRe: Interop Question. Again... Pin
Heath Stewart1-Apr-04 6:23
protectorHeath Stewart1-Apr-04 6:23 
GeneralRe: Interop Question. Again... Pin
DrGreen1-Apr-04 6:33
DrGreen1-Apr-04 6:33 
GeneralRe: Interop Question. Again... Pin
leppie1-Apr-04 6:17
leppie1-Apr-04 6:17 
Heath Stewart wrote:
Also, a few things about CLS-compliance. Don't use unsigned types if you hope to port your code ever. You can use the signed types and marshal them as unsigned types, using UnmanagedType.U4 for an Int32, for example. Yo also don't need to use "Attribute" when attributing members - it's implied.

CLS complaince is only necessary on the external level. The runtime will work correctly with all .NET intristic types. CLS complaince gaurentees the code can be used by a .NET implemetation (read other language) that only implement the bare minimun language requirements as laid out in the EMCA spec (see JScript.NET for such an example).



top secret
GeneralRe: Interop Question. Again... Pin
Heath Stewart1-Apr-04 6:30
protectorHeath Stewart1-Apr-04 6:30 
GeneralRe: Interop Question. Again... Pin
leppie1-Apr-04 6:10
leppie1-Apr-04 6:10 
GeneralRe: Interop Question. Again... Pin
DrGreen1-Apr-04 6:20
DrGreen1-Apr-04 6:20 
GeneralC# listbox, combobox trouble Pin
abidkayani11-Apr-04 2:49
abidkayani11-Apr-04 2:49 
GeneralC # problem (app block) Pin
abidkayani11-Apr-04 2:43
abidkayani11-Apr-04 2:43 
GeneralRe: C # problem (app block) Pin
Mazdak1-Apr-04 2:59
Mazdak1-Apr-04 2:59 
GeneralRe: C # problem (app block) Pin
abidkayani11-Apr-04 12:15
abidkayani11-Apr-04 12:15 
GeneralC# problem Pin
abidkayani11-Apr-04 2:41
abidkayani11-Apr-04 2:41 
GeneralRe: C# problem Pin
Mazdak1-Apr-04 2:54
Mazdak1-Apr-04 2:54 
GeneralRe: C# problem Pin
Heath Stewart1-Apr-04 5:31
protectorHeath Stewart1-Apr-04 5:31 
GeneralTreeView copy Pin
Ata Özçelik1-Apr-04 2:19
Ata Özçelik1-Apr-04 2:19 
GeneralRe: TreeView copy Pin
Dave Kreskowiak1-Apr-04 3:32
mveDave Kreskowiak1-Apr-04 3:32 
GeneralShow some specific region of form Pin
Itanium1-Apr-04 0:42
Itanium1-Apr-04 0:42 
GeneralRe: Show some specific region of form Pin
Dave Kreskowiak1-Apr-04 2:23
mveDave Kreskowiak1-Apr-04 2:23 
Generalgetting binary resources Pin
mhmoud rawas31-Mar-04 23:49
mhmoud rawas31-Mar-04 23:49 
GeneralRe: getting binary resources Pin
Heath Stewart1-Apr-04 5:28
protectorHeath Stewart1-Apr-04 5:28 
GeneralObject Properties Pin
David Thaba31-Mar-04 22:01
David Thaba31-Mar-04 22:01 

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.