Click here to Skip to main content
15,889,440 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralReal data type Pin
Jamshed Kumar Jivani11-Jun-03 22:28
sussJamshed Kumar Jivani11-Jun-03 22:28 
GeneralRe: Real data type Pin
BhaskarBora11-Jun-03 23:28
BhaskarBora11-Jun-03 23:28 
GeneralRe: Real data type Pin
RChin12-Jun-03 1:50
RChin12-Jun-03 1:50 
GeneralRe: Real data type Pin
David Crow12-Jun-03 2:48
David Crow12-Jun-03 2:48 
GeneralUrgent help needed Pin
vcseeker11-Jun-03 22:11
vcseeker11-Jun-03 22:11 
GeneralRe: Urgent help needed Pin
David Crow12-Jun-03 2:50
David Crow12-Jun-03 2:50 
GeneralRe: Urgent help needed Pin
basementman12-Jun-03 6:20
basementman12-Jun-03 6:20 
Generalerror C2065: 'GET_X_LPARAM' : undeclared identifier Pin
untwisted11-Jun-03 21:37
untwisted11-Jun-03 21:37 
Arghhhhh! Shouldn't this work????



------------------------------------

POINT pt;

<later...>


case WM_MOUSEMOVE:
pt.x = GET_X_LPARAM(lParam);
pt.y = GET_Y_LPARAM(lParam);

<etc...>

------------------------------------

I keep getting the error in the subject! I don't know what's wrong!

-untwisted
www.uber-ware.com
brian@uber-ware.com
GeneralRe: error C2065: 'GET_X_LPARAM' : undeclared identifier Pin
kochhar11-Jun-03 21:50
kochhar11-Jun-03 21:50 
GeneralRe: error C2065: 'GET_X_LPARAM' : undeclared identifier Pin
untwisted11-Jun-03 22:03
untwisted11-Jun-03 22:03 
GeneralRe: error C2065: 'GET_X_LPARAM' : undeclared identifier Pin
peterchen11-Jun-03 23:27
peterchen11-Jun-03 23:27 
GeneralRe: error C2065: 'GET_X_LPARAM' : undeclared identifier Pin
Rage12-Jun-03 0:59
professionalRage12-Jun-03 0:59 
GeneralRe: error C2065: 'GET_X_LPARAM' : undeclared identifier Pin
peterchen12-Jun-03 1:34
peterchen12-Jun-03 1:34 
GeneralAbout HDN_DIVIDERDBLCLICK Pin
anffernee11-Jun-03 19:58
anffernee11-Jun-03 19:58 
GeneralRe: About HDN_DIVIDERDBLCLICK Pin
basementman12-Jun-03 6:23
basementman12-Jun-03 6:23 
Generalxp look problems Pin
Tibor Blazko11-Jun-03 19:41
Tibor Blazko11-Jun-03 19:41 
Questioncontainers and inheritance??? Pin
Somaa11-Jun-03 19:14
Somaa11-Jun-03 19:14 
AnswerRe: containers and inheritance??? Pin
valikac11-Jun-03 19:31
valikac11-Jun-03 19:31 
GeneralRe: containers and inheritance??? Pin
Somaa12-Jun-03 4:54
Somaa12-Jun-03 4:54 
GeneralRe: containers and inheritance??? Pin
valikac12-Jun-03 6:33
valikac12-Jun-03 6:33 
GeneralRe: containers and inheritance??? Pin
Somaa12-Jun-03 6:34
Somaa12-Jun-03 6:34 
GeneralHandling NULLs - VC -&gt; VB Pin
SNathani11-Jun-03 18:12
SNathani11-Jun-03 18:12 
GeneralRe: Handling NULLs - VC -&gt; VB Pin
Jeremy Falcon12-Jun-03 4:04
professionalJeremy Falcon12-Jun-03 4:04 
GeneralComposite Activex control on a MFC Dialog Pin
rajandpayal11-Jun-03 17:21
rajandpayal11-Jun-03 17:21 
QuestionWhat is relationship about desktop window and window of top most Pin
Old Gun11-Jun-03 15:32
Old Gun11-Jun-03 15:32 

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.