January 25th, 2005 11:09 AM
Having RC in different DLLs you should use AfxGet/SetResourceHandle or
AFX_MANAGE_STATE ( AfxGetStaticModuleState() ); depending from type of DLL
April 20th, 2004 10:52 AM
April 19th, 2004 11:20 AM
In this case you should enumerate all shared folders and map them one by one. BTW I don't think you will succeed with ftp server
September 11th, 2003 02:02 PM
Because console output( as well as other file output ) is buffered
September 11th, 2003 12:57 PM
I assume that you output job results upon finishing job.
Try to use fflush(NULL) for child process at the end of job
September 11th, 2003 12:38 PM
1. PeekNamedPipe is applicable to anonymous pipe as well
2. Probably the problem is your child process
September 11th, 2003 12:31 PM
Now MSDN offers better code under the title
"Creating a Child Process with Redirected Input and Output"
Usage PeekNamedPipe could help as well
April 24th, 2003 02:00 PM
You are absolutely right, but in this case you will have to provide your own UI
April 14th, 2003 11:43 AM
I don't understand you. Could you show your code?
April 11th, 2003 09:05 AM
I don't think that UPDATE_UI works for dialogs. You should do it explicitly by yourself
December 20th, 2002 01:45 PM
Yes, try EnumThreadWindows
December 19th, 2002 04:37 PM
ShowWindow does work. I guess yours FindWindow doesn't work properly