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

Managed C++/CLI

 
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 
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 
Anonymous wrote:
So pretty much i cant make the ui in several different projects then make them dlls for the main project. I should instead creat all the UI in a single project and use classes in dll's to support them, correct?

Yes, that's right. I suspect you could put UI stuff in dlls, but it's not the way to go, it stops the forms from dealing with each other, and promotes a fragmented approach where lots of dlls mix business logic and the UI. The point of using dlls is to layer the business logic apart from the UI. More than one dll may make sense if there are different parts to your business logic that have narrow fields of interaction, but the UI is best kept in one place.

Glad to help.


Christian Graus - Microsoft MVP - C++
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 
GeneralToolboxItem attribute problem Pin
tomand9-May-05 0:17
tomand9-May-05 0:17 
Generalmanaged c++ Pin
_tasleem8-May-05 9:47
_tasleem8-May-05 9:47 
GeneralRe: managed c++ Pin
Christian Graus8-May-05 14:11
protectorChristian Graus8-May-05 14:11 

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.