Click here to Skip to main content
15,906,708 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralVisual Studio Wizards Pin
Franz Klein5-Oct-03 8:00
Franz Klein5-Oct-03 8:00 
GeneralWin 32 and MFC Problem Pin
spiritualfields5-Oct-03 7:36
spiritualfields5-Oct-03 7:36 
GeneralRe: Win 32 and MFC Problem Pin
Navin5-Oct-03 10:19
Navin5-Oct-03 10:19 
GeneralRe: Win 32 and MFC Problem Pin
spiritualfields5-Oct-03 12:04
spiritualfields5-Oct-03 12:04 
GeneralRe: Win 32 and MFC Problem Pin
Navin5-Oct-03 14:12
Navin5-Oct-03 14:12 
GeneralAdding Custom containers to Access Database Pin
CHERCHALI KARIM5-Oct-03 6:42
CHERCHALI KARIM5-Oct-03 6:42 
Generalsyntax question Pin
boon kian5-Oct-03 5:29
boon kian5-Oct-03 5:29 
GeneralRe: syntax question Pin
Michael Dunn5-Oct-03 9:07
sitebuilderMichael Dunn5-Oct-03 9:07 
boon kian wrote:
BOOL BOAPI ShowMessage (int, int)

That entirely depends on what the BOAPI macro is defined as. It's probably a calling convention such as __stdcall

boon kian wrote:
#typedef bool (TYPEOF_InitP) (int* a);

Assuming the # is a typo, that still isn't legal AFAICT. If you meant

typedef bool (*TYPEOF_InitP) (int *a);

then that means TYPEOF_InitP is a function pointer, that can point to functions that take an int* parameter and return a bool.

--Mike--
Ericahist | CP SearchBar v2.0.2 | Homepage | RightClick-Encrypt | 1ClickPicGrabber
"That probably would've sounded more commanding if I wasn't wearing my yummy sushi pajamas."
  -- Buffy

GeneralRe: syntax question Pin
boon kian6-Oct-03 4:42
boon kian6-Oct-03 4:42 
GeneralRe: syntax question Pin
Steve S6-Oct-03 5:08
Steve S6-Oct-03 5:08 
GeneralRe: syntax question Pin
boon kian7-Oct-03 3:21
boon kian7-Oct-03 3:21 
Generalno more ideas... Pin
Max Santos5-Oct-03 4:57
Max Santos5-Oct-03 4:57 
GeneralRe: no more ideas... Pin
includeh105-Oct-03 5:25
includeh105-Oct-03 5:25 
GeneralRe: no more ideas... Pin
Anonymous6-Oct-03 1:38
Anonymous6-Oct-03 1:38 
Generalfile extension and loaded by double click Pin
includeh105-Oct-03 3:42
includeh105-Oct-03 3:42 
GeneralRe: file extension and loaded by double click Pin
Dominik Reichl5-Oct-03 4:14
Dominik Reichl5-Oct-03 4:14 
GeneralRe: file extension and loaded by double click Pin
includeh105-Oct-03 4:17
includeh105-Oct-03 4:17 
GeneralRe: file extension and loaded by double click Pin
Dominik Reichl5-Oct-03 4:32
Dominik Reichl5-Oct-03 4:32 
Questionhow to get a menu wnd handle? Pin
muddog5-Oct-03 3:30
muddog5-Oct-03 3:30 
AnswerRe: how to get a menu wnd handle? Pin
includeh105-Oct-03 3:47
includeh105-Oct-03 3:47 
General32-bit or 64-bit, that's the question Pin
Dominik Reichl5-Oct-03 2:43
Dominik Reichl5-Oct-03 2:43 
GeneralRe: 32-bit or 64-bit, that's the question Pin
includeh105-Oct-03 3:59
includeh105-Oct-03 3:59 
GeneralRe: 32-bit or 64-bit, that's the question Pin
Dominik Reichl5-Oct-03 4:04
Dominik Reichl5-Oct-03 4:04 
GeneralRe: 32-bit or 64-bit, that's the question Pin
includeh105-Oct-03 4:12
includeh105-Oct-03 4:12 
GeneralRe: 32-bit or 64-bit, that's the question Pin
Dominik Reichl5-Oct-03 4:17
Dominik Reichl5-Oct-03 4:17 

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.