Click here to Skip to main content
15,886,567 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Heap allocation from SDRAM [modified] Pin
9ine9-Aug-06 5:10
9ine9-Aug-06 5:10 
GeneralRe: Heap allocation from SDRAM Pin
toxcct9-Aug-06 5:16
toxcct9-Aug-06 5:16 
GeneralRe: Heap allocation from SDRAM Pin
Toni789-Aug-06 5:12
Toni789-Aug-06 5:12 
GeneralRe: Heap allocation from SDRAM Pin
Rick York9-Aug-06 6:59
mveRick York9-Aug-06 6:59 
GeneralRe: Heap allocation from SDRAM Pin
Zac Howland9-Aug-06 5:26
Zac Howland9-Aug-06 5:26 
GeneralRe: Heap allocation from SDRAM Pin
Toni789-Aug-06 5:42
Toni789-Aug-06 5:42 
AnswerRe: Heap allocation from SDRAM Pin
Viorel.9-Aug-06 5:04
Viorel.9-Aug-06 5:04 
QuestionHow to declare WindowProc function Pin
mmhu9-Aug-06 3:35
mmhu9-Aug-06 3:35 
In my Form1 (VC++ .NET framework), I first need to add prototype of WindowProc in header file. Which section shall it be added private, protect, or public??
Is following prototype correct??
LRESULT CALLBACK WindowProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);

Is following implementation function header correct??
LRESULT CALLBACK Form1::WindowProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
{
}
AnswerRe: How to declare WindowProc function [modified] Pin
toxcct9-Aug-06 3:36
toxcct9-Aug-06 3:36 
AnswerRe: How to declare WindowProc function [modified] Pin
Sarath C9-Aug-06 3:58
Sarath C9-Aug-06 3:58 
GeneralRe: How to declare WindowProc function Pin
toxcct9-Aug-06 4:13
toxcct9-Aug-06 4:13 
GeneralRe: How to declare WindowProc function Pin
Sarath C9-Aug-06 4:16
Sarath C9-Aug-06 4:16 
AnswerRe: How to declare WindowProc function Pin
Vipin Aravind9-Aug-06 5:50
Vipin Aravind9-Aug-06 5:50 
GeneralRe: How to declare WindowProc function Pin
toxcct9-Aug-06 5:53
toxcct9-Aug-06 5:53 
GeneralRe: How to declare WindowProc function Pin
Vipin Aravind9-Aug-06 6:02
Vipin Aravind9-Aug-06 6:02 
GeneralRe: How to declare WindowProc function Pin
mmhu9-Aug-06 6:42
mmhu9-Aug-06 6:42 
QuestionFile Update Pin
Parthi_Appu9-Aug-06 2:49
Parthi_Appu9-Aug-06 2:49 
AnswerRe: File Update Pin
kakan9-Aug-06 3:03
professionalkakan9-Aug-06 3:03 
QuestionVisual Studio 6.0 Add-In AutoShow Macro Tab Pin
Christopher Stratmann9-Aug-06 2:31
Christopher Stratmann9-Aug-06 2:31 
QuestionCListCtrl Please Help ! Pin
Bravoone_20069-Aug-06 2:01
Bravoone_20069-Aug-06 2:01 
QuestionRe: CListCtrl Please Help ! Pin
Hamid_RT9-Aug-06 2:23
Hamid_RT9-Aug-06 2:23 
AnswerRe: CListCtrl Please Help ! Pin
Bravoone_20069-Aug-06 2:32
Bravoone_20069-Aug-06 2:32 
GeneralRe: CListCtrl Please Help ! Pin
Hamid_RT9-Aug-06 3:00
Hamid_RT9-Aug-06 3:00 
GeneralRe: CListCtrl Please Help ! Pin
David Crow9-Aug-06 3:41
David Crow9-Aug-06 3:41 
QuestionDetecting a video play [modified] Pin
pavan g9-Aug-06 1:56
pavan g9-Aug-06 1:56 

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.