Click here to Skip to main content
15,925,895 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionI got following error while compiling.... Pin
Yuwraj9-Jan-06 22:19
Yuwraj9-Jan-06 22:19 
AnswerRe: I got following error while compiling.... Pin
toxcct9-Jan-06 22:27
toxcct9-Jan-06 22:27 
QuestionIs it impossible to use IOCP for consoles ? Pin
iir9-Jan-06 22:00
iir9-Jan-06 22:00 
AnswerRe: Is it impossible to use IOCP for consoles ? Pin
__yb10-Jan-06 11:59
__yb10-Jan-06 11:59 
GeneralRe: Is it impossible to use IOCP for consoles ? Pin
iir10-Jan-06 13:36
iir10-Jan-06 13:36 
GeneralRe: Is it impossible to use IOCP for consoles ? Pin
__yb11-Jan-06 11:26
__yb11-Jan-06 11:26 
GeneralRe: Is it impossible to use IOCP for consoles ? Pin
iir11-Jan-06 18:28
iir11-Jan-06 18:28 
GeneralRe: Is it impossible to use IOCP for consoles ? Pin
__yb12-Jan-06 5:57
__yb12-Jan-06 5:57 
QuestionAbout using WMP10 in MFC Pin
StarMeteor9-Jan-06 21:37
StarMeteor9-Jan-06 21:37 
QuestionHow to change UUID? Pin
<color>Aljechin 9-Jan-06 21:30
<color>Aljechin 9-Jan-06 21:30 
AnswerRe: How to change UUID? Pin
Rage9-Jan-06 21:36
professionalRage9-Jan-06 21:36 
GeneralRe: How to change UUID? Pin
<color>Aljechin 9-Jan-06 21:41
<color>Aljechin 9-Jan-06 21:41 
GeneralRe: How to change UUID? Pin
Bob Stanneveld9-Jan-06 22:47
Bob Stanneveld9-Jan-06 22:47 
Hello,

It is strange to see that you have 1 active X control, that has to be installed 3 times and has different behaviour depending on the order in which they get loaded.

I find this strange, since you as a developer has absolutly no idea what happens when you load the component during the development stage. You cannot depend on certain behaviour since it might be different during every startup.
If you still think that this is the way to go, you can consider hiding the behaviour behind the control. Make 3 classes that have the different behaviour and you can use shared memory / registry / mutex / ... to determine what class has to be instantiated at startup.

Hope this helps

Behind every great black man...
            ... is the police. - Conspiracy brother


Blog[^]
GeneralRe: How to change UUID? Pin
<color>Aljechin 9-Jan-06 23:07
<color>Aljechin 9-Jan-06 23:07 
GeneralRe: How to change UUID? Pin
Bob Stanneveld9-Jan-06 23:59
Bob Stanneveld9-Jan-06 23:59 
GeneralRe: How to change UUID? Pin
<color>Aljechin 10-Jan-06 1:09
<color>Aljechin 10-Jan-06 1:09 
GeneralRe: How to change UUID? Pin
Rage10-Jan-06 1:27
professionalRage10-Jan-06 1:27 
AnswerRe: How to change UUID? Pin
Stephen Hewitt9-Jan-06 21:46
Stephen Hewitt9-Jan-06 21:46 
GeneralRe: How to change UUID? Pin
<color>Aljechin 9-Jan-06 23:09
<color>Aljechin 9-Jan-06 23:09 
GeneralRe: How to change UUID? Pin
Stephen Hewitt10-Jan-06 2:56
Stephen Hewitt10-Jan-06 2:56 
AnswerRe: How to change UUID? Pin
ThatsAlok9-Jan-06 22:44
ThatsAlok9-Jan-06 22:44 
GeneralRe: How to change UUID? Pin
<color>Aljechin 9-Jan-06 23:10
<color>Aljechin 9-Jan-06 23:10 
GeneralRe: How to change UUID? Pin
<color>Aljechin 9-Jan-06 23:42
<color>Aljechin 9-Jan-06 23:42 
GeneralRe: How to change UUID? Pin
ThatsAlok10-Jan-06 0:07
ThatsAlok10-Jan-06 0:07 
QuestionHow to fetch data from other computer using socket in VC++ Pin
baldha rakesh9-Jan-06 21:24
baldha rakesh9-Jan-06 21:24 

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.