Click here to Skip to main content
15,913,096 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSTL map with Boost shared_ptr Pin
tentons19-Jul-04 16:24
tentons19-Jul-04 16:24 
GeneralResource Editor Toolbar Pin
floored19-Jul-04 15:09
floored19-Jul-04 15:09 
GeneralRe: HELP!!! Pin
Antti Keskinen19-Jul-04 14:39
Antti Keskinen19-Jul-04 14:39 
GeneralExcel automation (HELP!!!) Pin
daydremer19-Jul-04 14:34
daydremer19-Jul-04 14:34 
GeneralRe: Excel automation (HELP!!!) Pin
Antti Keskinen19-Jul-04 14:38
Antti Keskinen19-Jul-04 14:38 
GeneralRe: Excel automation (HELP!!!) Pin
daydremer19-Jul-04 15:06
daydremer19-Jul-04 15:06 
Generalquestion on use of global scope operator Pin
digwizfox19-Jul-04 14:07
digwizfox19-Jul-04 14:07 
GeneralRe: question on use of global scope operator Pin
Antti Keskinen19-Jul-04 14:20
Antti Keskinen19-Jul-04 14:20 
This is most often caused by a compiler misunderstanding the context. Another reason for it might be a syntax error earlier in the file. Although what you've written right there is correct, the compiler doesn't quite get it.

Try using a space between the opening parenthesis and the first constant. Another trick is to encapsulate the constant into parenthesis' of its own. This forces the compiler to first evaluate the constant value, and then supply it as a parameter to the function. In this case, the compiler (perhaps) thinks that GEOSIT_IN is a member of mpGlobalQueue, which I presume to be an object, struct or union. This causes the error.

-Antti Keskinen

----------------------------------------------
The definition of impossible is strictly dependant
on what we think is possible.
GeneralRe: question on use of global scope operator Pin
digwizfox19-Jul-04 14:44
digwizfox19-Jul-04 14:44 
GeneralRe: question on use of global scope operator Pin
Bhaskar19-Jul-04 19:32
Bhaskar19-Jul-04 19:32 
GeneralRe: question on use of global scope operator Pin
digwizfox20-Jul-04 12:06
digwizfox20-Jul-04 12:06 
GeneralHooking Pin
gamitech19-Jul-04 12:13
gamitech19-Jul-04 12:13 
GeneralRe: Hooking Pin
User 665819-Jul-04 12:28
User 665819-Jul-04 12:28 
GeneralRe: Hooking Pin
bikram singh19-Jul-04 12:45
bikram singh19-Jul-04 12:45 
GeneralScripting for Game Mods... Pin
mztrjimmy19-Jul-04 12:10
mztrjimmy19-Jul-04 12:10 
GeneralRe: Scripting for Game Mods... Pin
Andrew Walker19-Jul-04 13:56
Andrew Walker19-Jul-04 13:56 
GeneralRe: Scripting for Game Mods... Pin
mztrjimmy19-Jul-04 15:09
mztrjimmy19-Jul-04 15:09 
GeneralDynamically Added Menu Items Greyed Pin
skonopa19-Jul-04 11:20
skonopa19-Jul-04 11:20 
GeneralRe: Dynamically Added Menu Items Greyed Pin
Michael Dunn19-Jul-04 12:10
sitebuilderMichael Dunn19-Jul-04 12:10 
GeneralRe: Dynamically Added Menu Items Greyed Pin
skonopa20-Jul-04 5:15
skonopa20-Jul-04 5:15 
GeneralCurrent Working Directory Pin
alexdevmaster19-Jul-04 11:00
alexdevmaster19-Jul-04 11:00 
GeneralRe: Current Working Directory Pin
vcplusplus19-Jul-04 11:20
vcplusplus19-Jul-04 11:20 
GeneralRe: Current Working Directory Pin
Ivan Cachicatari19-Jul-04 18:07
Ivan Cachicatari19-Jul-04 18:07 
GeneralRe: Current Working Directory Pin
Ivan Cachicatari26-Jul-04 18:52
Ivan Cachicatari26-Jul-04 18:52 
GeneralMouse Cursor Drawing Resolution Pin
User 1278219-Jul-04 8:23
User 1278219-Jul-04 8:23 

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.