Click here to Skip to main content
16,007,809 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Singleton template and dll Pin
CPallini1-Dec-06 9:56
mveCPallini1-Dec-06 9:56 
GeneralRe: Singleton template and dll Pin
Cedric Moonen1-Dec-06 10:19
Cedric Moonen1-Dec-06 10:19 
GeneralRe: Singleton template and dll Pin
led mike1-Dec-06 10:22
led mike1-Dec-06 10:22 
GeneralRe: Singleton template and dll Pin
Cedric Moonen3-Dec-06 22:18
Cedric Moonen3-Dec-06 22:18 
GeneralRe: Singleton template and dll Pin
led mike4-Dec-06 5:48
led mike4-Dec-06 5:48 
GeneralRe: Singleton template and dll Pin
Cedric Moonen4-Dec-06 8:03
Cedric Moonen4-Dec-06 8:03 
GeneralRe: Singleton template and dll Pin
led mike4-Dec-06 9:06
led mike4-Dec-06 9:06 
GeneralRe: Singleton template and dll Pin
Cedric Moonen4-Dec-06 9:25
Cedric Moonen4-Dec-06 9:25 
led mike wrote:
You are designing a render engine into a DLL library to be used by different applications?


The purpose will be to distribute the code afterwards. So I want it to be the most easier to use.


led mike wrote:
This would simplify the engine design as well as provide a more flexible use model.


I don't think that will simplify the design: if I want some managers to be unique, then they will need to be singletons themselves (and I will have problems with the scene manager). The best case would be to have the engine as a singleton so that specific nodes can access the texture manager (for example).


led mike wrote:
Then the application is responsible for these assignments. Responsibility == Flexibility.


That's not the way I would like to go. My plan is to have something very easy to use and still flexible (but the it should be first easy to use).


Cédric Moonen
Software developer

Charting control [v1.1]

GeneralRe: Singleton template and dll Pin
led mike4-Dec-06 11:00
led mike4-Dec-06 11:00 
GeneralRe: Singleton template and dll Pin
Cedric Moonen4-Dec-06 20:15
Cedric Moonen4-Dec-06 20:15 
GeneralRe: Singleton template and dll Pin
led mike5-Dec-06 6:03
led mike5-Dec-06 6:03 
GeneralRe: Singleton template and dll Pin
Cedric Moonen5-Dec-06 20:31
Cedric Moonen5-Dec-06 20:31 
GeneralRe: Singleton template and dll Pin
led mike6-Dec-06 6:10
led mike6-Dec-06 6:10 
GeneralRe: Singleton template and dll Pin
Cedric Moonen6-Dec-06 8:11
Cedric Moonen6-Dec-06 8:11 
GeneralRe: Singleton template and dll Pin
Rick York1-Dec-06 10:25
mveRick York1-Dec-06 10:25 
GeneralRe: Singleton template and dll Pin
CPallini1-Dec-06 10:32
mveCPallini1-Dec-06 10:32 
QuestionEnumerate DLL Exports Pin
peterchen1-Dec-06 3:46
peterchen1-Dec-06 3:46 
AnswerRe: Enumerate DLL Exports Pin
Mike Dimmick1-Dec-06 4:24
Mike Dimmick1-Dec-06 4:24 
GeneralRe: Enumerate DLL Exports Pin
peterchen1-Dec-06 5:08
peterchen1-Dec-06 5:08 
QuestionWindows class not created error? Pin
TheDelChop1-Dec-06 3:08
TheDelChop1-Dec-06 3:08 
QuestionRe: Windows class not created error? Pin
CPallini1-Dec-06 3:15
mveCPallini1-Dec-06 3:15 
AnswerRe: Windows class not created error? Pin
TheDelChop1-Dec-06 3:17
TheDelChop1-Dec-06 3:17 
GeneralRe: Windows class not created error? Pin
CPallini1-Dec-06 6:26
mveCPallini1-Dec-06 6:26 
GeneralRe: Windows class not created error? Pin
TheDelChop1-Dec-06 7:26
TheDelChop1-Dec-06 7:26 
GeneralRe: Windows class not created error? Pin
CPallini1-Dec-06 7:35
mveCPallini1-Dec-06 7:35 

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.