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

Managed C++/CLI

 
QuestionDelegate (assocoation function) Pin
abbd14-Jul-07 8:43
abbd14-Jul-07 8:43 
AnswerRe: Delegate (assocoation function) Pin
Mark Salsbery14-Jul-07 11:59
Mark Salsbery14-Jul-07 11:59 
QuestionWhen is copy constructor must in a class? Pin
Karismatic14-Jul-07 0:09
Karismatic14-Jul-07 0:09 
AnswerRe: When is copy constructor must in a class? Pin
Mark Salsbery14-Jul-07 7:54
Mark Salsbery14-Jul-07 7:54 
QuestionOnComm Events in MSCOMM OCX control Pin
AmarjeetSinghMatharu13-Jul-07 18:39
AmarjeetSinghMatharu13-Jul-07 18:39 
Questionerror in building clr Pin
aefmaaradji13-Jul-07 13:27
aefmaaradji13-Jul-07 13:27 
AnswerRe: error in building clr Pin
Mark Salsbery13-Jul-07 16:38
Mark Salsbery13-Jul-07 16:38 
QuestionCandidate Function not Accessible Addendum Pin
BuckBrown13-Jul-07 11:08
BuckBrown13-Jul-07 11:08 
Hi, I'm using Visual Studio 2005 C++/CLI. If I start Visual Studio and click on file->new project to bring up the new project dialog box. Then I select project type C++/CLR and then select Windows Forms Application and click OK. The skeleton application is created. WITHOUT DOING ANYTHING ELSE, I add a menu item and double click on the menu item so Viual Studio will Automatically add the skeleton code in the Form1.h file. In the skeleton code I add "FileStream^ myStream = gcnew FileStream;". This does not compile! I get an "error C3767: 'System::IO::FileStream::FileStream': candidate function(s) not accessible". I have read on the internet that this has to do with a native type not explicitly made public, but where is my native type here! This is as basic as it gets, Visual Studio generated all of the code except the one line I added. What's wrong here?

Buck
AnswerRe: Candidate Function not Accessible Addendum Pin
Mark Salsbery13-Jul-07 16:45
Mark Salsbery13-Jul-07 16:45 
GeneralRe: Candidate Function not Accessible Addendum Pin
BuckBrown16-Jul-07 5:32
BuckBrown16-Jul-07 5:32 
QuestionCandidate Function not Accessible Pin
BuckBrown13-Jul-07 10:39
BuckBrown13-Jul-07 10:39 
Questionusing namespace but still have to qualify command Pin
BuckBrown13-Jul-07 8:17
BuckBrown13-Jul-07 8:17 
AnswerRe: using namespace but still have to qualify command Pin
BuckBrown13-Jul-07 8:19
BuckBrown13-Jul-07 8:19 
Questionstring format in visual c++ cli Pin
aefmaaradji13-Jul-07 5:54
aefmaaradji13-Jul-07 5:54 
AnswerRe: string format in visual c++ cli Pin
Bartosz Bien13-Jul-07 6:47
Bartosz Bien13-Jul-07 6:47 
QuestionThe wonderful world of MAPI Part II. Pin
originSH13-Jul-07 5:05
originSH13-Jul-07 5:05 
Questionreading .config file Pin
saqib8212-Jul-07 22:15
saqib8212-Jul-07 22:15 
AnswerRe: reading .config file Pin
Giorgi Dalakishvili13-Jul-07 3:18
mentorGiorgi Dalakishvili13-Jul-07 3:18 
Questiongame map loading Pin
nzadLithium12-Jul-07 20:41
nzadLithium12-Jul-07 20:41 
AnswerRe: game map loading Pin
Rage12-Jul-07 21:04
professionalRage12-Jul-07 21:04 
GeneralRe: game map loading Pin
nzadLithium12-Jul-07 21:42
nzadLithium12-Jul-07 21:42 
GeneralRe: game map loading Pin
Christian Graus13-Jul-07 3:30
protectorChristian Graus13-Jul-07 3:30 
GeneralRe: game map loading Pin
nzadLithium13-Jul-07 19:19
nzadLithium13-Jul-07 19:19 
AnswerRe: Query about Instant messaging program Pin
Christian Graus12-Jul-07 2:00
protectorChristian Graus12-Jul-07 2:00 
QuestionTo get system date or time Pin
mikobi11-Jul-07 20:59
mikobi11-Jul-07 20:59 

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.