Click here to Skip to main content
15,917,004 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSerial communication problem Pin
justin22318-Jun-03 2:31
justin22318-Jun-03 2:31 
GeneralRe: Serial communication problem Pin
justin22318-Jun-03 3:17
justin22318-Jun-03 3:17 
GeneralRe: Serial communication problem Pin
justin22318-Jun-03 3:41
justin22318-Jun-03 3:41 
GeneralRe: Serial communication problem Pin
justin22318-Jun-03 4:01
justin22318-Jun-03 4:01 
Generalproblem with EnumDisplayDevices(..) Pin
Anonymous18-Jun-03 2:03
Anonymous18-Jun-03 2:03 
GeneralRe: problem with EnumDisplayDevices(..) Pin
Anonymous18-Jun-03 4:18
Anonymous18-Jun-03 4:18 
GeneralRe: problem with EnumDisplayDevices(..) Pin
Anonymous18-Jun-03 4:51
Anonymous18-Jun-03 4:51 
GeneralRe: problem with EnumDisplayDevices(..) Pin
Ryan Binns18-Jun-03 15:31
Ryan Binns18-Jun-03 15:31 
#include <multimon.h>

In one (and only one) file that includes this file, include this line before the #include line:

#define COMPILE_MULTIMON_STUBS

This will enable the use of the multi-monitor functions on any platform (even though Win95 does not support multiple monitors) and degrade gracefully if they are not supported.

Ryan

Being little and getting pushed around by big guys all my life I guess I compensate by pushing electrons and holes around. What a bully I am, but I do enjoy making subatomic particles hop at my bidding - Roger Wright (2nd April 2003, The Lounge)

Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late - John Nichol "Point Of Impact"

GeneralRe: problem with EnumDisplayDevices(..) Pin
Hatem Darweesh18-Jun-03 20:56
Hatem Darweesh18-Jun-03 20:56 
GeneralRe: problem with EnumDisplayDevices(..) Pin
Ryan Binns18-Jun-03 21:06
Ryan Binns18-Jun-03 21:06 
GeneralRe: problem with EnumDisplayDevices(..) Pin
Hatem Darweesh18-Jun-03 21:18
Hatem Darweesh18-Jun-03 21:18 
GeneralRe: problem with EnumDisplayDevices(..) Pin
Ryan Binns18-Jun-03 21:33
Ryan Binns18-Jun-03 21:33 
GeneralRe: problem with EnumDisplayDevices(..) Pin
Hatem Darweesh18-Jun-03 22:02
Hatem Darweesh18-Jun-03 22:02 
GeneralRe: problem with EnumDisplayDevices(..) Pin
Anonymous18-Jun-03 22:09
Anonymous18-Jun-03 22:09 
GeneralRe: problem with EnumDisplayDevices(..) Pin
Ryan Binns18-Jun-03 22:21
Ryan Binns18-Jun-03 22:21 
Generaluse of CFrameWnd Pin
gucy18-Jun-03 0:40
gucy18-Jun-03 0:40 
GeneralLogonUser without Password Pin
isriniv18-Jun-03 0:22
isriniv18-Jun-03 0:22 
GeneralRe: LogonUser without Password Pin
geo_m18-Jun-03 0:45
geo_m18-Jun-03 0:45 
GeneralRe: LogonUser without Password Pin
AlexO18-Jun-03 3:58
AlexO18-Jun-03 3:58 
GeneralOne Form of Data Transfer to other Form Pin
Anonymous18-Jun-03 0:21
Anonymous18-Jun-03 0:21 
GeneralDialog box questions Pin
pani6817-Jun-03 23:53
pani6817-Jun-03 23:53 
GeneralRe: Dialog box questions Pin
skaanji18-Jun-03 0:27
skaanji18-Jun-03 0:27 
GeneralRe: Dialog box questions Pin
Ryan Binns18-Jun-03 4:01
Ryan Binns18-Jun-03 4:01 
Questionhow do i convert a string to LPCSTR? Pin
Member 40481317-Jun-03 23:33
Member 40481317-Jun-03 23:33 
AnswerRe: how do i convert a string to LPCSTR? Pin
Anonymous18-Jun-03 1:55
Anonymous18-Jun-03 1:55 

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.