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

Managed C++/CLI

 
QuestionCan I use FOR EACH on an array of structures? Pin
BuckBrown1-Jul-08 11:42
BuckBrown1-Jul-08 11:42 
AnswerRe: Can I use FOR EACH on an array of structures? [modified] Pin
Mark Salsbery1-Jul-08 13:48
Mark Salsbery1-Jul-08 13:48 
AnswerRe: Can I use FOR EACH on an array of structures? Pin
Luc Pattyn1-Jul-08 14:28
sitebuilderLuc Pattyn1-Jul-08 14:28 
AnswerRe: Can I use FOR EACH on an array of structures? Pin
leonigah1-Jul-08 20:35
leonigah1-Jul-08 20:35 
Questionsample project Pin
Xaria30-Jun-08 16:33
Xaria30-Jun-08 16:33 
AnswerRe: sample project Pin
Polar_Sheep30-Jun-08 21:40
Polar_Sheep30-Jun-08 21:40 
AnswerRe: sample project Pin
led mike1-Jul-08 4:30
led mike1-Jul-08 4:30 
AnswerRe: sample project Pin
Mark Salsbery1-Jul-08 7:26
Mark Salsbery1-Jul-08 7:26 
Xaria wrote:
Or a book which describes on creating projects in vs 2008.


Here's my short book on creating a CLR project in VS2008:

1) Start VS
2) From the file menu, choose New/Project...
3) In the New Project dialog, select .NET Framework 3.5 with the drop-button on the upper right.
4) Select Visual C++/CLR in the Project Types tree
5) Select a template in the Templates list
6) Give the project a name and location in the appropriate dialog fields, creating a solution if necessary
7) Click OK
8) Open the solution explorer window (View menu/Solution Explorer)
9) Right click the new project in the solution explorer and click Rebuild

You should now have a working sample CLR project developed using VC++ .net 3.5 framework.

Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: sample project Pin
led mike3-Jul-08 8:07
led mike3-Jul-08 8:07 
GeneralRe: sample project Pin
Mark Salsbery3-Jul-08 8:11
Mark Salsbery3-Jul-08 8:11 
QuestionLandscape property does not appear to work. Pin
BuckBrown30-Jun-08 11:40
BuckBrown30-Jun-08 11:40 
AnswerRe: Landscape property does not appear to work. Pin
BuckBrown30-Jun-08 11:50
BuckBrown30-Jun-08 11:50 
QuestionCreating Playing window in VC++ Windows forms Applicaton Pin
bhanu_850929-Jun-08 23:04
bhanu_850929-Jun-08 23:04 
AnswerRe: Creating Playing window in VC++ Windows forms Applicaton Pin
Mark Salsbery30-Jun-08 6:25
Mark Salsbery30-Jun-08 6:25 
Questiondatabase Pin
rose19629-Jun-08 20:14
rose19629-Jun-08 20:14 
AnswerRe: database Pin
Mark Salsbery29-Jun-08 20:30
Mark Salsbery29-Jun-08 20:30 
GeneralRe: database Pin
rose19630-Jun-08 2:04
rose19630-Jun-08 2:04 
GeneralRe: database Pin
Mark Salsbery30-Jun-08 6:15
Mark Salsbery30-Jun-08 6:15 
AnswerRe: database Pin
Paul Conrad2-Jul-08 18:18
professionalPaul Conrad2-Jul-08 18:18 
QuestionConvert System::String^ to char* array Pin
Manfr3d28-Jun-08 10:25
Manfr3d28-Jun-08 10:25 
AnswerRe: Convert System::String^ to char* array Pin
Luc Pattyn28-Jun-08 11:14
sitebuilderLuc Pattyn28-Jun-08 11:14 
AnswerRe: Convert System::String^ to char* array Pin
leonigah1-Jul-08 20:46
leonigah1-Jul-08 20:46 
GeneralRe: Convert System::String^ to char* array Pin
Manfr3d2-Jul-08 3:47
Manfr3d2-Jul-08 3:47 
Question'”OFWin”' : undeclared identifier Pin
hassan8528-Jun-08 10:12
hassan8528-Jun-08 10:12 
AnswerRe: '”OFWin”' : undeclared identifier Pin
Mark Salsbery28-Jun-08 12:15
Mark Salsbery28-Jun-08 12:15 

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.