Click here to Skip to main content
16,010,918 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How can I send a fax using visual c++ code? Does a demo project exist? Pin
Christian Graus7-Mar-02 12:52
protectorChristian Graus7-Mar-02 12:52 
GeneralRe: How can I send a fax using visual c++ code? Does a demo project exist? Pin
Sameer Maggon12-May-02 23:02
Sameer Maggon12-May-02 23:02 
GeneralRe: How can I send a fax using visual c++ code? Does a demo project exist? Pin
Christian Graus12-May-02 23:10
protectorChristian Graus12-May-02 23:10 
AnswerRe: How can I send a fax using visual c++ code? Does a demo project exist? Pin
Michael P Butler7-Mar-02 23:01
Michael P Butler7-Mar-02 23:01 
GeneralThread Synch Pin
Stephen Caldwell7-Mar-02 11:37
Stephen Caldwell7-Mar-02 11:37 
GeneralRe: Thread Synch Pin
Joaquín M López Muñoz7-Mar-02 11:41
Joaquín M López Muñoz7-Mar-02 11:41 
GeneralRe: Thread Synch Pin
Stephen Caldwell7-Mar-02 11:51
Stephen Caldwell7-Mar-02 11:51 
GeneralRe: Thread Synch Pin
Serge Krynine7-Mar-02 12:08
Serge Krynine7-Mar-02 12:08 
I went through similar portable (Windows and Unix) app once and we ended up with two different class libraries for multithreading – one for Windows and one for Unix with some generic interface classes. Some of the features cannot be implemented for both platforms, for example Window’s WaitForMultipleObjects function does not have any analogues in posix threads. Actually, you can try Java. It will be definitely slow, but portable. I wouldn’t even try.
Serge

GeneralRe: Thread Synch Pin
Nemanja Trifunovic7-Mar-02 12:12
Nemanja Trifunovic7-Mar-02 12:12 
GeneralRe: Thread Synch Pin
Stephen Caldwell7-Mar-02 12:23
Stephen Caldwell7-Mar-02 12:23 
GeneralRe: Thread Synch Pin
markkuk7-Mar-02 19:47
markkuk7-Mar-02 19:47 
GeneralRe: Thread Synch Pin
Tim Smith7-Mar-02 12:23
Tim Smith7-Mar-02 12:23 
GeneralSending WM_KEYDOWN from other application Pin
Libor Matejka7-Mar-02 10:45
Libor Matejka7-Mar-02 10:45 
GeneralRe: Sending WM_KEYDOWN from other application Pin
Ravi Bhavnani7-Mar-02 11:02
professionalRavi Bhavnani7-Mar-02 11:02 
GeneralRe: Sending WM_KEYDOWN from other application Pin
Tim Deveaux7-Mar-02 11:14
Tim Deveaux7-Mar-02 11:14 
GeneralSearching Through Files Pin
Steven Gregg7-Mar-02 10:44
Steven Gregg7-Mar-02 10:44 
GeneralRe: Searching Through Files Pin
Todd Smith7-Mar-02 12:51
Todd Smith7-Mar-02 12:51 
GeneralRe: Searching Through Files Pin
Tomasz Sowinski7-Mar-02 23:48
Tomasz Sowinski7-Mar-02 23:48 
GeneralLaunch Visual Studio Macro from external application Pin
7-Mar-02 10:21
suss7-Mar-02 10:21 
GeneralMultiple functions versus if/else Pin
RK_20007-Mar-02 10:07
RK_20007-Mar-02 10:07 
GeneralRe: Multiple functions versus if/else Pin
alex.barylski7-Mar-02 10:35
alex.barylski7-Mar-02 10:35 
GeneralRe: Multiple functions versus if/else Pin
Jon Hulatt7-Mar-02 21:59
Jon Hulatt7-Mar-02 21:59 
GeneralSTL iterator::operator+() Pin
moredip7-Mar-02 9:33
moredip7-Mar-02 9:33 
GeneralRe: STL iterator::operator+() Pin
Christian Graus7-Mar-02 9:41
protectorChristian Graus7-Mar-02 9:41 
GeneralRe: STL iterator::operator+() Pin
moredip7-Mar-02 9:48
moredip7-Mar-02 9:48 

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.