Click here to Skip to main content
15,919,479 members
Please Sign up or sign in to vote.
2.67/5 (3 votes)
See more:
Hi,

How can I convert a dialog based application to SDI based application.

Thanks in advance
Posted
Comments
Philippe Mori 12-Aug-11 18:31pm    
Question is too generic... And the convertion might not be trivial either depending on thre existing code and what would need to change.

1 solution

Depends on how well it was written from the start. If you have a good separation between your Data Access, Buisness Logic and UI layers, then it might not be too difficult. If you haven't then it may be better to start again from scratch...
 
Share this answer
 
Comments
kutz 2 12-Aug-11 10:43am    
Could you please provide the steps for the conversion
Philippe Mori 12-Aug-11 18:29pm    
Create an empty SPI application and then add stuff from existing application until the new application has all required functionality.

You might also try to move code in the other direction. That is move the newly generated code into the existing application.
OriginalGriff 13-Aug-11 3:45am    
Love the technical term: "add stuff" :laugh:
Concise, accurate, and completely useless...if I could upvote comments, I would have!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900