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

Managed C++/CLI

 
AnswerRe: DialogBox in C++/CLI Pin
Luc 64801110-Apr-09 7:00
Luc 64801110-Apr-09 7:00 
QuestionCLR Linking takes long time Pin
KASR19-Apr-09 0:50
KASR19-Apr-09 0:50 
AnswerRe: CLR Linking takes long time Pin
Rolf Kristensen9-Apr-09 3:22
Rolf Kristensen9-Apr-09 3:22 
GeneralRe: CLR Linking takes long time Pin
KASR19-Apr-09 3:26
KASR19-Apr-09 3:26 
AnswerRe: CLR Linking takes long time Pin
teejayem9-Apr-09 5:34
teejayem9-Apr-09 5:34 
GeneralRe: CLR Linking takes long time Pin
led mike9-Apr-09 8:31
led mike9-Apr-09 8:31 
GeneralRe: CLR Linking takes long time Pin
Luc 64801110-Apr-09 7:02
Luc 64801110-Apr-09 7:02 
Generala managed array cannot have this element type Pin
Member 20210228-Apr-09 4:44
Member 20210228-Apr-09 4:44 
I'm porting a WindowsControlLibrary solution from DotNet2003 to 2005 and I get the following error

Error 1 error C2691: 'Mcs600CTL::Mcs600CTLControl::flotArray' : a managed array cannot have this element type c:\work\net2005\mcs600ctl\Mcs600CTLControl.h 148

this use to compile on 2003 without any problems

typedef float flotArray __gc[];
public: __event void Mcs600_Raw_Spektra_Ready( flotArray mySpektra); line 148

I also get this error

Error 2 error C2664: 'Mcs600CTL::Mcs600CTLControl::raise_Mcs600_Raw_Spektra_Ready' : cannot convert parameter 1 from 'float __gc[]' to 'Mcs600CTL::Mcs600CTLControl::flotArray __gc[]' c:\work\net2005\mcs600ctl\Mcs600CTLControl.h 1002

__raise Mcs600_Raw_Spektra_Ready(sampleSpectrum); Line 1002

regards,
-dan
QuestionWhat is your damage? Pin
led mike8-Apr-09 5:21
led mike8-Apr-09 5:21 
AnswerRe: What is your damage? Pin
Mark Salsbery8-Apr-09 7:14
Mark Salsbery8-Apr-09 7:14 
GeneralRe: What is your damage? Pin
Luc Pattyn8-Apr-09 7:35
sitebuilderLuc Pattyn8-Apr-09 7:35 
GeneralRe: What is your damage? Pin
led mike9-Apr-09 8:33
led mike9-Apr-09 8:33 
GeneralRe: What is your damage? Pin
Luc 6480119-Apr-09 8:51
Luc 6480119-Apr-09 8:51 
AnswerRe: What is your damage? Pin
Member 20210228-Apr-09 8:07
Member 20210228-Apr-09 8:07 
GeneralRe: What is your damage? Pin
George L. Jackson8-Apr-09 13:45
George L. Jackson8-Apr-09 13:45 
GeneralRe: What is your damage? Pin
led mike9-Apr-09 8:34
led mike9-Apr-09 8:34 
GeneralRe: a managed array cannot have this element type Pin
Mark Salsbery9-Apr-09 6:57
Mark Salsbery9-Apr-09 6:57 
GeneralRe: a managed array cannot have this element type Pin
Member 20210229-Apr-09 8:17
Member 20210229-Apr-09 8:17 
GeneralRe: a managed array cannot have this element type Pin
led mike9-Apr-09 8:37
led mike9-Apr-09 8:37 
GeneralRe: a managed array cannot have this element type Pin
Mark Salsbery9-Apr-09 8:53
Mark Salsbery9-Apr-09 8:53 
GeneralRe: a managed array cannot have this element type Pin
Member 202102210-Apr-09 4:41
Member 202102210-Apr-09 4:41 
QuestionSaveFileDialog and OpenFileDialog in C++/CLI Pin
Epi7-Apr-09 22:20
Epi7-Apr-09 22:20 
AnswerRe: SaveFileDialog and OpenFileDialog in C++/CLI Pin
Eslam Afifi7-Apr-09 22:43
Eslam Afifi7-Apr-09 22:43 
GeneralRe: SaveFileDialog and OpenFileDialog in C++/CLI Pin
Epi7-Apr-09 23:07
Epi7-Apr-09 23:07 
GeneralRe: SaveFileDialog and OpenFileDialog in C++/CLI Pin
Eslam Afifi7-Apr-09 23:14
Eslam Afifi7-Apr-09 23:14 

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.