Click here to Skip to main content
15,923,273 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Microsoft Windows 3.0 and Visual C++ 1.0 Pin
CPallini8-Jul-09 5:32
mveCPallini8-Jul-09 5:32 
GeneralRe: Microsoft Windows 3.0 and Visual C++ 1.0 Pin
Sarath C8-Jul-09 3:58
Sarath C8-Jul-09 3:58 
GeneralRe: Microsoft Windows 3.0 and Visual C++ 1.0 Pin
CPallini8-Jul-09 5:38
mveCPallini8-Jul-09 5:38 
AnswerRe: Microsoft Windows 3.0 and Visual C++ 1.0 Pin
Joe Woodbury8-Jul-09 6:57
professionalJoe Woodbury8-Jul-09 6:57 
GeneralRe: Microsoft Windows 3.0 and Visual C++ 1.0 Pin
Ahmed Charfeddine8-Jul-09 7:01
Ahmed Charfeddine8-Jul-09 7:01 
GeneralRe: Microsoft Windows 3.0 and Visual C++ 1.0 Pin
Joe Woodbury8-Jul-09 7:06
professionalJoe Woodbury8-Jul-09 7:06 
QuestionConvert LPRECT to Crect Pin
kumar sanghvi8-Jul-09 2:38
kumar sanghvi8-Jul-09 2:38 
AnswerRe: Convert LPRECT to Crect Pin
Cedric Moonen8-Jul-09 2:51
Cedric Moonen8-Jul-09 2:51 
LPRECT is a pointer to a RECT structure. In your case, you didn't initialize the pointer, so whe nthe constructor of CRect is trying the content of the pointer, this causes an access violation.

Cédric Moonen
Software developer

Charting control [v2.0]
OpenGL game tutorial in C++

GeneralRe: Convert LPRECT to Crect Pin
kumar sanghvi8-Jul-09 3:04
kumar sanghvi8-Jul-09 3:04 
AnswerRe: Convert LPRECT to Crect Pin
Adam Roderick J8-Jul-09 2:52
Adam Roderick J8-Jul-09 2:52 
QuestionRe: Convert LPRECT to Crect Pin
CPallini8-Jul-09 3:16
mveCPallini8-Jul-09 3:16 
AnswerRe: Convert LPRECT to Crect Pin
CPallini8-Jul-09 3:18
mveCPallini8-Jul-09 3:18 
QuestionTextWidth Pin
kumar sanghvi8-Jul-09 0:56
kumar sanghvi8-Jul-09 0:56 
AnswerRe: TextWidth Pin
Rajesh R Subramanian8-Jul-09 0:58
professionalRajesh R Subramanian8-Jul-09 0:58 
AnswerRe: TextWidth Pin
David Crow8-Jul-09 2:36
David Crow8-Jul-09 2:36 
Questionhow to shut down the PC programatically. Pin
saksp8-Jul-09 0:44
saksp8-Jul-09 0:44 
AnswerRe: how to shut down the PC programatically. Pin
Madhu Nair8-Jul-09 0:50
Madhu Nair8-Jul-09 0:50 
GeneralRe: how to shut down the PC programatically. Pin
«_Superman_»8-Jul-09 0:51
professional«_Superman_»8-Jul-09 0:51 
JokeRe: how to shut down the PC programatically. Pin
Madhu Nair8-Jul-09 0:55
Madhu Nair8-Jul-09 0:55 
GeneralRe: how to shut down the PC programatically. Pin
saksp8-Jul-09 1:34
saksp8-Jul-09 1:34 
AnswerRe: how to shut down the PC programatically. Pin
Madhu Nair8-Jul-09 2:00
Madhu Nair8-Jul-09 2:00 
AnswerRe: how to shut down the PC programatically. Pin
«_Superman_»8-Jul-09 0:50
professional«_Superman_»8-Jul-09 0:50 
QuestionIWebBrowser2 problem Pin
YaronNir8-Jul-09 0:41
YaronNir8-Jul-09 0:41 
AnswerRe: IWebBrowser2 problem Pin
Madhu Nair8-Jul-09 0:45
Madhu Nair8-Jul-09 0:45 
GeneralRe: IWebBrowser2 problem Pin
YaronNir8-Jul-09 0:53
YaronNir8-Jul-09 0:53 

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.