Click here to Skip to main content
15,902,918 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CFont size Pin
@LX3-Oct-03 10:38
@LX3-Oct-03 10:38 
QuestionHow do I unload ActiveXObject in IE Pin
pbonner2-Oct-03 12:12
pbonner2-Oct-03 12:12 
AnswerRe: How do I unload ActiveXObject in IE Pin
igor19603-Oct-03 8:31
igor19603-Oct-03 8:31 
GeneralSpecify items to step over when using F11 in VC Pin
Grailman2-Oct-03 9:09
Grailman2-Oct-03 9:09 
GeneralRe: Specify items to step over when using F11 in VC Pin
vcplusplus2-Oct-03 10:44
vcplusplus2-Oct-03 10:44 
GeneralRe: Specify items to step over when using F11 in VC Pin
Grailman2-Oct-03 12:24
Grailman2-Oct-03 12:24 
GeneralRe: Specify items to step over when using F11 in VC Pin
vcplusplus2-Oct-03 14:24
vcplusplus2-Oct-03 14:24 
GeneralDetecting fastcall Pin
Gisle Vanem2-Oct-03 8:55
Gisle Vanem2-Oct-03 8:55 
A question that I didn't find answer to on MSDN or
via Google.

In Visual-C 6+ compiling with "cl /Gr" i.e. __fastcall, how do I detect this at compile time?
I need to use something like this:
#if defined(_MSC_VER)
  #include <fastcall.h>
  #if defined(__fastcall) || defined(FASTCALL_IN_STORE)
    #error Don't even think about compiling this as fastcall (cl /Gr)
  #endif
#endif

Unfortunately it doesn't work. Any hints?

Where is FASTCALL_IN_STORE set and what does it mean?
I'm not sure it's related to option /Gr (since it's not prefixed
with '__').

BTW. Watcom sets the symbols __SW_3R in this case.


Gisle V.

"If you feel paranoid it doesn't mean they're not after you!" -- Woody Allen
Generaltab and space in CRichEditCtrl Pin
includeh102-Oct-03 7:49
includeh102-Oct-03 7:49 
GeneralRe: tab and space in CRichEditCtrl Pin
vcplusplus2-Oct-03 8:04
vcplusplus2-Oct-03 8:04 
GeneralRe: tab and space in CRichEditCtrl Pin
includeh102-Oct-03 9:20
includeh102-Oct-03 9:20 
GeneralYet Another Rich Edit Question Pin
Larry J. Siddens2-Oct-03 6:00
Larry J. Siddens2-Oct-03 6:00 
Generalregsvr32 sample debugging Pin
vancouver7772-Oct-03 5:55
vancouver7772-Oct-03 5:55 
GeneralRe: regsvr32 sample debugging Pin
sdfdsfa2-Oct-03 6:06
sdfdsfa2-Oct-03 6:06 
GeneralRe: regsvr32 sample debugging Pin
vancouver7772-Oct-03 7:11
vancouver7772-Oct-03 7:11 
GeneralRe: regsvr32 sample debugging Pin
igor19602-Oct-03 7:49
igor19602-Oct-03 7:49 
GeneralRe: regsvr32 sample debugging Pin
vancouver7772-Oct-03 10:32
vancouver7772-Oct-03 10:32 
GeneralRe: regsvr32 sample debugging Pin
sdfdsfa2-Oct-03 11:00
sdfdsfa2-Oct-03 11:00 
GeneralHelp in Generating Reports Pin
TheFox2-Oct-03 5:13
TheFox2-Oct-03 5:13 
GeneralRe: Help in Generating Reports Pin
G. Steudtel2-Oct-03 5:37
G. Steudtel2-Oct-03 5:37 
GeneralRe: Help in Generating Reports Pin
TheFox2-Oct-03 5:52
TheFox2-Oct-03 5:52 
GeneralRe: Help in Generating Reports Pin
G. Steudtel2-Oct-03 6:28
G. Steudtel2-Oct-03 6:28 
Generalbuttons requiring passwords Pin
PaulUK012-Oct-03 4:47
PaulUK012-Oct-03 4:47 
GeneralRe: buttons requiring passwords Pin
David Crow2-Oct-03 6:16
David Crow2-Oct-03 6:16 
GeneralRe: buttons requiring passwords Pin
Navin2-Oct-03 6:46
Navin2-Oct-03 6:46 

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.