Click here to Skip to main content
15,915,163 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
AnswerRe: Where have system planning software to download, free to try (or free) Pin
Joseph Guadagno24-May-07 18:03
Joseph Guadagno24-May-07 18:03 
QuestionRe: Where have system planning software to download, free to try (or free) Pin
David624-May-07 23:41
David624-May-07 23:41 
AnswerRe: Where have system planning software to download, free to try (or free) Pin
Moak25-May-07 14:08
Moak25-May-07 14:08 
GeneralRe: Where have system planning software to download, free to try (or free) Pin
Senthil Kumar. V12-Jun-07 2:22
Senthil Kumar. V12-Jun-07 2:22 
QuestionDesign question for fast applications Pin
hansipet22-May-07 22:09
hansipet22-May-07 22:09 
AnswerRe: Design question for fast applications Pin
Adam Crawford22-May-07 23:11
Adam Crawford22-May-07 23:11 
GeneralRe: Design question for fast applications Pin
hansipet23-May-07 0:08
hansipet23-May-07 0:08 
AnswerRe: Design question for fast applications Pin
led mike23-May-07 8:36
led mike23-May-07 8:36 
hansipet wrote:
It is impossible to make dlls, which have parts in c++ und .net. (problems exporting the classes and so on...).


I don't know what that means but I have not had a problem creating the following:

(1)
C++/CLI DLL (mixed mode) that exports native C++ classes that are consumed by a native C++ application. Exported native classes use managed code to perform some work and then marshal results back to native memory consumed at the native application layer.

(2)
C++/CLI (mixed mode) assembly that publishes public managed classes that are consumed by .NET managed applications. Managed classes that use mixed mode to perform operations by using Native C++ classes and marshal the native results to managed memory for return to the managed application layer.


If you are trying to do anything else I would need an explanation to understand what that is.


led mike

QuestionUsing Exceptions and Ensuring Invariants Pin
Leslie Sanford22-May-07 10:14
Leslie Sanford22-May-07 10:14 
QuestionNon-Overlapping Application Implementation Suggestions Needed Pin
stickdeoderant21-May-07 6:25
stickdeoderant21-May-07 6:25 
AnswerRe: Non-Overlapping Application Implementation Suggestions Needed Pin
Dave Kreskowiak21-May-07 16:27
mveDave Kreskowiak21-May-07 16:27 
QuestionHelp Software Business System Analysis Pin
David620-May-07 5:59
David620-May-07 5:59 
AnswerRe: Help Software Business System Analysis Pin
Dave Kreskowiak21-May-07 16:22
mveDave Kreskowiak21-May-07 16:22 
GeneralRe: Help Software Business System Analysis Pin
Pete O'Hanlon22-May-07 4:16
mvePete O'Hanlon22-May-07 4:16 
Question'Factory' pattern? Pin
flyingxu15-May-07 16:12
flyingxu15-May-07 16:12 
AnswerRe: 'Factory' pattern? Pin
Pete O'Hanlon15-May-07 22:28
mvePete O'Hanlon15-May-07 22:28 
JokeRe: 'Factory' pattern? Pin
DavidNohejl16-May-07 0:32
DavidNohejl16-May-07 0:32 
AnswerRe: 'Factory' pattern? Pin
Moak16-May-07 6:07
Moak16-May-07 6:07 
AnswerRe: 'Factory' pattern? Pin
Sameerkumar Namdeo17-May-07 17:24
Sameerkumar Namdeo17-May-07 17:24 
Questionicons for navigation and buttons Pin
Hasan Jaffal15-May-07 13:12
Hasan Jaffal15-May-07 13:12 
AnswerRe: icons for navigation and buttons Pin
Joseph Guadagno16-May-07 4:17
Joseph Guadagno16-May-07 4:17 
AnswerRe: icons for navigation and buttons Pin
Hamid_RT23-May-07 0:07
Hamid_RT23-May-07 0:07 
GeneralRe: icons for navigation and buttons Pin
Hasan Jaffal23-May-07 0:10
Hasan Jaffal23-May-07 0:10 
GeneralRe: icons for navigation and buttons Pin
Hamid_RT23-May-07 1:00
Hamid_RT23-May-07 1:00 
QuestionPlugin inheritance architecture Pin
Adam Crawford15-May-07 1:47
Adam Crawford15-May-07 1:47 

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.