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

Managed C++/CLI

 
Questionhow i get CTreeView into my project? Pin
Anonymous15-May-05 17:00
Anonymous15-May-05 17:00 
AnswerRe: how i get CTreeView into my project? Pin
Sheng Jiang 蒋晟23-May-05 18:44
Sheng Jiang 蒋晟23-May-05 18:44 
GeneralI/O in MC++. Pin
mostafa_pasha14-May-05 12:23
mostafa_pasha14-May-05 12:23 
GeneralRe: I/O in MC++. Pin
Christian Graus17-May-05 13:33
protectorChristian Graus17-May-05 13:33 
GeneralRe: I/O in MC++. Pin
mostafa_pasha18-May-05 10:29
mostafa_pasha18-May-05 10:29 
GeneralCSocket and OnIdle processing Pin
popacio13-May-05 20:50
popacio13-May-05 20:50 
GeneralPutting multipal projects together. Pin
Anonymous13-May-05 15:55
Anonymous13-May-05 15:55 
GeneralRe: Putting multipal projects together. Pin
Christian Graus17-May-05 13:36
protectorChristian Graus17-May-05 13:36 
Anonymous wrote:
I am working on an application that has several parts. I created each part as its own project. I can not figure out how to combine them into one application.

They need to be dll's except for the display layer.

Anonymous wrote:
I was wondering how large applications are put together when you have various people working on them.

Source control, partial classes, discipline.

Anonymous wrote:
How can i get the text formatting app into my main program.

That's not how it works. You should create an application that contains all the UI for your project. Then you can abstract business logic into a dll if you want to, but in C++ unless you use COM, it can be a pain ( not sure about MC++ ). You specify that you're building a dll when you create a project.



Christian Graus - Microsoft MVP - C++
GeneralRe: Putting multipal projects together. Pin
Anonymous18-May-05 5:05
Anonymous18-May-05 5:05 
GeneralRe: Putting multipal projects together. Pin
Anonymous18-May-05 5:08
Anonymous18-May-05 5:08 
GeneralRe: Putting multipal projects together. Pin
Christian Graus18-May-05 12:48
protectorChristian Graus18-May-05 12:48 
QuestionWhat do i use to make a DOS app Pin
Anthony Mushrow13-May-05 7:24
professionalAnthony Mushrow13-May-05 7:24 
AnswerRe: What do i use to make a DOS app Pin
Saksida Bojan16-May-05 22:29
Saksida Bojan16-May-05 22:29 
Generalstring formatting to show hex values Pin
richiemac13-May-05 4:20
richiemac13-May-05 4:20 
GeneralRe: string formatting to show hex values Pin
Saksida Bojan17-May-05 3:26
Saksida Bojan17-May-05 3:26 
GeneralRe: string formatting to show hex values Pin
richiemac17-May-05 4:09
richiemac17-May-05 4:09 
GeneralRe: string formatting to show hex values Pin
Saksida Bojan17-May-05 5:01
Saksida Bojan17-May-05 5:01 
GeneralRe: string formatting to show hex values Pin
richiemac18-May-05 0:04
richiemac18-May-05 0:04 
QuestionHow to use unmanaged char arrays as class member? Pin
Thomas Freudenberg12-May-05 3:59
Thomas Freudenberg12-May-05 3:59 
GeneralManaged wrapper and inheritance Pin
Johan de Koning12-May-05 0:00
Johan de Koning12-May-05 0:00 
GeneralNullReferenceException in MC++ Pin
Member 19685839-May-05 11:52
Member 19685839-May-05 11:52 
GeneralRe: NullReferenceException in MC++ Pin
Anonymous10-May-05 10:05
Anonymous10-May-05 10:05 
GeneralExcellent Question Pin
ursus zeta10-May-05 10:33
ursus zeta10-May-05 10:33 
GeneralRe: Excellent Question Pin
Gurminder_G10-May-05 11:14
sussGurminder_G10-May-05 11:14 
GeneralRe: Excellent Question Pin
ursus zeta12-May-05 9:30
ursus zeta12-May-05 9:30 

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.