Click here to Skip to main content
16,006,440 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Windows Service: Strange problem (crashes)... Pin
CPallini30-Dec-06 6:23
mveCPallini30-Dec-06 6:23 
AnswerRe: Windows Service: Strange problem (crashes)... Pin
Cristian Amarie30-Dec-06 7:10
Cristian Amarie30-Dec-06 7:10 
GeneralRe: Windows Service: Strange problem (crashes)... Pin
FreeCastle1-Jan-07 13:32
FreeCastle1-Jan-07 13:32 
QuestionAMSEdit control Pin
ErnestoNet30-Dec-06 5:22
ErnestoNet30-Dec-06 5:22 
AnswerRe: AMSEdit control Pin
Joan M30-Dec-06 5:40
professionalJoan M30-Dec-06 5:40 
GeneralRe: AMSEdit control Pin
ErnestoNet30-Dec-06 6:17
ErnestoNet30-Dec-06 6:17 
GeneralRe: AMSEdit control Pin
Joan M30-Dec-06 6:22
professionalJoan M30-Dec-06 6:22 
QuestionError C2065 Pin
_tasleem30-Dec-06 4:35
_tasleem30-Dec-06 4:35 
hi i m using this code i on windows XP and visual studio 6,i receive error mentioned above
i had include these two lines as well,in stdaxh.h
#define _WIN32_WINNT 0x0500
#include <windows.h>
the code is below
<br />
MENUITEMINFO mii; <br />
memset(&mii, 0, sizeof(MENUITEMINFO));<br />
mii.cbSize = sizeof(MENUITEMINFO);<br />
mii.fMask = MIIM_ID| MIIM_BITMAP |MIIM_DAMFT_BITMAPTA; <br />


error is describled as below
D:\_RCProj\_VC6\live desktop\Source code\WinScreenAnotator.cpp(684) : error C2065: 'MIIM_BITMAP' : undeclared identifier
D:\_RCProj\_VC6\live desktop\Source code\WinScreenAnotator.cpp(684) : error C2065: 'MIIM_DAMFT_BITMAPTA' : undeclared identifier
Error executing cl.exe.
Creating browse info file...

WinScreenAnnotatorVC6.exe - 2 error(s), 0 warning(s)


Regards.
Tasleem Arif

AnswerRe: Error C2065 Pin
CPallini30-Dec-06 5:17
mveCPallini30-Dec-06 5:17 
AnswerRe: Error C2065 Pin
Hamid_RT30-Dec-06 5:45
Hamid_RT30-Dec-06 5:45 
QuestionCString issue after upgrading to VS2005 (not using _T) Pin
John Strudwick30-Dec-06 2:58
John Strudwick30-Dec-06 2:58 
AnswerRe: CString issue after upgrading to VS2005 (not using _T) Pin
Gary R. Wheeler30-Dec-06 3:11
Gary R. Wheeler30-Dec-06 3:11 
GeneralRe: CString issue after upgrading to VS2005 (not using _T) Pin
John Strudwick30-Dec-06 3:15
John Strudwick30-Dec-06 3:15 
GeneralRe: CString issue after upgrading to VS2005 (not using _T) Pin
Gary R. Wheeler30-Dec-06 3:25
Gary R. Wheeler30-Dec-06 3:25 
QuestionVC++6: Why KillTimer fails when I call it from PostNCDestroy Pin
Joan M30-Dec-06 2:46
professionalJoan M30-Dec-06 2:46 
AnswerRe: VC++6: Why KillTimer fails when I call it from PostNCDestroy Pin
Gary R. Wheeler30-Dec-06 2:56
Gary R. Wheeler30-Dec-06 2:56 
GeneralRe: VC++6: Why KillTimer fails when I call it from PostNCDestroy Pin
Joan M30-Dec-06 3:03
professionalJoan M30-Dec-06 3:03 
Questionmemory problems in borlandc 3.1 Pin
crystalButterfly30-Dec-06 1:51
crystalButterfly30-Dec-06 1:51 
AnswerRe: memory problems in borlandc 3.1 Pin
Gary R. Wheeler30-Dec-06 3:04
Gary R. Wheeler30-Dec-06 3:04 
AnswerRe: memory problems in borlandc 3.1 Pin
CPallini30-Dec-06 3:16
mveCPallini30-Dec-06 3:16 
GeneralRe: memory problems in borlandc 3.1 Pin
Paul Conrad30-Dec-06 13:11
professionalPaul Conrad30-Dec-06 13:11 
QuestionDebug Assertion Failed!-Combo Box- vc++ 8. Pin
$uresh $hanmugam30-Dec-06 1:28
$uresh $hanmugam30-Dec-06 1:28 
AnswerRe: Debug Assertion Failed!-Combo Box- vc++ 8. Pin
Gary R. Wheeler30-Dec-06 3:20
Gary R. Wheeler30-Dec-06 3:20 
AnswerRe: Debug Assertion Failed!-Combo Box- vc++ 8. Pin
Hamid_RT30-Dec-06 5:44
Hamid_RT30-Dec-06 5:44 
GeneralRe: Debug Assertion Failed!-Combo Box- vc++ 8. Pin
$uresh $hanmugam7-Jan-07 21:16
$uresh $hanmugam7-Jan-07 21:16 

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.