Click here to Skip to main content
15,913,283 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralStrings Pin
gremlin067-Oct-04 8:04
gremlin067-Oct-04 8:04 
GeneralRe: Strings Pin
George L. Jackson8-Oct-04 2:39
George L. Jackson8-Oct-04 2:39 
GeneralRe: Strings Pin
AnsGe8-Oct-04 21:18
AnsGe8-Oct-04 21:18 
GeneralRe: Strings Pin
Gammill11-Oct-04 8:49
Gammill11-Oct-04 8:49 
GeneralDelegate not working... Pin
David Moody7-Oct-04 4:07
David Moody7-Oct-04 4:07 
Questionanyone know how to connect...? Pin
porac696-Oct-04 14:25
porac696-Oct-04 14:25 
GeneralVery frustrating dllimport code.. Pin
David Moody6-Oct-04 5:42
David Moody6-Oct-04 5:42 
GeneralRe: Very frustrating dllimport code.. Pin
ursus zeta6-Oct-04 9:50
ursus zeta6-Oct-04 9:50 
I'm guessing here,...but, you're trying to match the signature of the unmanaged struct in your managed code.
Probably you need to use the [MarshalAs(UnmanagedType)] attribute on the Byte data[] member. There is an enumeration for this, and I don't know exactly which one it would be. Go over to the MSDN site and search the library for the MarshalAs attribute; there is a section explaining the UnmanagedType enumeration, the default behavior for the various .NET types.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemruntimeinteropservicesunmanagedtypeclasstopic.asp[^][^]
GeneralRe: Very frustrating dllimport code.. Pin
David Moody7-Oct-04 4:10
David Moody7-Oct-04 4:10 
Generalplease please please help me Pin
youngashish5-Oct-04 22:39
youngashish5-Oct-04 22:39 
GeneralRe: please please please help me Pin
Phil J Pearson5-Oct-04 22:54
Phil J Pearson5-Oct-04 22:54 
GeneralRe: please please please help me Pin
Anonymous5-Oct-04 22:59
Anonymous5-Oct-04 22:59 
Generalproblem Pin
ISUstudent5-Oct-04 14:55
ISUstudent5-Oct-04 14:55 
GeneralRe: problem Pin
Anonymous5-Oct-04 15:27
Anonymous5-Oct-04 15:27 
GeneralRe: problem Pin
Christian Graus5-Oct-04 15:38
protectorChristian Graus5-Oct-04 15:38 
GeneralRe: problem Pin
toxcct5-Oct-04 21:13
toxcct5-Oct-04 21:13 
GeneralRe: problem Pin
Anonymous6-Oct-04 4:11
Anonymous6-Oct-04 4:11 
GeneralRe: problem Pin
R.Pincince13-Oct-04 5:10
R.Pincince13-Oct-04 5:10 
GeneralProject settings Pin
Jose Vicente5-Oct-04 5:41
Jose Vicente5-Oct-04 5:41 
GeneralA CHALLENGE Pin
tobermori4-Oct-04 15:36
tobermori4-Oct-04 15:36 
GeneralDirectX 9 SDK (Summer 2004) Pin
pauldomag3-Oct-04 6:23
pauldomag3-Oct-04 6:23 
GeneralRe: DirectX 9 SDK (Summer 2004) Pin
Christian Graus5-Oct-04 15:41
protectorChristian Graus5-Oct-04 15:41 
GeneralRe: DirectX 9 SDK (Summer 2004) Pin
pauldomag5-Oct-04 22:59
pauldomag5-Oct-04 22:59 
GeneralRe: DirectX 9 SDK (Summer 2004) Pin
Christian Graus6-Oct-04 9:33
protectorChristian Graus6-Oct-04 9:33 
GeneralRe: DirectX 9 SDK (Summer 2004) Pin
pauldomag7-Oct-04 6:41
pauldomag7-Oct-04 6:41 

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.