Click here to Skip to main content
15,887,822 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
JokeRe: simple c++ code for multiuser environment Pin
Owner drawn30-Jan-06 22:40
Owner drawn30-Jan-06 22:40 
AnswerRe: simple c++ code for multiuser environment Pin
Gary R. Wheeler31-Jan-06 1:12
Gary R. Wheeler31-Jan-06 1:12 
QuestionSTLSoft challenge Pin
Danny-T230-Jan-06 19:54
Danny-T230-Jan-06 19:54 
Questionservice programming Pin
sudheer.ravuri30-Jan-06 18:38
sudheer.ravuri30-Jan-06 18:38 
Questionconfused Pin
swatgodjr30-Jan-06 18:32
swatgodjr30-Jan-06 18:32 
AnswerRe: confused Pin
khan++30-Jan-06 20:03
khan++30-Jan-06 20:03 
GeneralRe: confused Pin
swatgodjr31-Jan-06 10:54
swatgodjr31-Jan-06 10:54 
GeneralRe: confused Pin
khan++31-Jan-06 21:48
khan++31-Jan-06 21:48 
Sorry, I have never tried what you are doing. It sounds like the dll-function is displaying the error instead of the main program. You can make the dll function so that it only returns the error text message, instead of displaying it also. Take the string from it, and display it in the main program.

And are you using cout ? If you are, then you know cout buffers a lot of output, so the displayed output can get messy. Try using something like cprintf. I think that should do it. If it doesn't then try the above ideas. If that doesn't help either, then create a new thread, and try posting some code with it as well, hopefully someone will help you.


this is this.
GeneralRe: confused Pin
swatgodjr1-Feb-06 12:41
swatgodjr1-Feb-06 12:41 
QuestionNotify icon problem? Pin
Owner drawn30-Jan-06 18:10
Owner drawn30-Jan-06 18:10 
AnswerRe: Notify icon problem? Pin
khan++30-Jan-06 19:59
khan++30-Jan-06 19:59 
GeneralRe: Notify icon problem? Pin
Owner drawn30-Jan-06 20:08
Owner drawn30-Jan-06 20:08 
GeneralRe: Notify icon problem? Pin
khan++30-Jan-06 20:27
khan++30-Jan-06 20:27 
GeneralRe: Notify icon problem? Pin
Owner drawn30-Jan-06 20:40
Owner drawn30-Jan-06 20:40 
GeneralRe: Notify icon problem? Pin
khan++30-Jan-06 20:48
khan++30-Jan-06 20:48 
GeneralRe: Notify icon problem? Pin
Great A'Tuin30-Jan-06 23:26
Great A'Tuin30-Jan-06 23:26 
GeneralRe: Notify icon problem? Pin
Owner drawn30-Jan-06 23:31
Owner drawn30-Jan-06 23:31 
GeneralRe: Notify icon problem? Pin
Great A'Tuin30-Jan-06 23:46
Great A'Tuin30-Jan-06 23:46 
GeneralRe: Notify icon problem? Pin
Owner drawn30-Jan-06 23:47
Owner drawn30-Jan-06 23:47 
GeneralRe: Notify icon problem? Pin
Great A'Tuin31-Jan-06 0:02
Great A'Tuin31-Jan-06 0:02 
GeneralRe: Notify icon problem? Pin
Owner drawn31-Jan-06 0:08
Owner drawn31-Jan-06 0:08 
QuestionString to time converstion Pin
zahid_ash30-Jan-06 17:58
zahid_ash30-Jan-06 17:58 
AnswerRe: String to time converstion Pin
_AnsHUMAN_ 30-Jan-06 19:46
_AnsHUMAN_ 30-Jan-06 19:46 
GeneralRe: String to time converstion Pin
Owner drawn30-Jan-06 23:23
Owner drawn30-Jan-06 23:23 
GeneralRe: String to time converstion Pin
zahid_ash30-Jan-06 23:49
zahid_ash30-Jan-06 23:49 

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.