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

C / C++ / MFC

 
AnswerRe: First 4 bytes of EDITSTREAM destination buffer overlay Pin
Garth J Lancaster4-May-09 13:55
professionalGarth J Lancaster4-May-09 13:55 
GeneralRe: First 4 bytes of EDITSTREAM destination buffer overlay Pin
ForNow4-May-09 14:22
ForNow4-May-09 14:22 
QuestionRe: First 4 bytes of EDITSTREAM destination buffer overlay Pin
«_Superman_»4-May-09 14:53
professional«_Superman_»4-May-09 14:53 
AnswerRe: First 4 bytes of EDITSTREAM destination buffer overlay Pin
ForNow4-May-09 14:56
ForNow4-May-09 14:56 
GeneralRe: First 4 bytes of EDITSTREAM destination buffer overlay Pin
Garth J Lancaster4-May-09 15:20
professionalGarth J Lancaster4-May-09 15:20 
GeneralRe: First 4 bytes of EDITSTREAM destination buffer overlay Pin
ForNow4-May-09 16:01
ForNow4-May-09 16:01 
QuestionProblem using WinMain function with C++ Pin
Gindi Bar Yahav4-May-09 11:08
Gindi Bar Yahav4-May-09 11:08 
AnswerRe: Problem using WinMain function with C++ Pin
I am BATMAN4-May-09 11:26
I am BATMAN4-May-09 11:26 
not sure right now about the winmain part it looks correct.

The DirectXExample has to be a registered class name when you pass it to CreateWindow, it's not just some text you specify.

from MSDN:
lpClassName:
Pointer to a null-terminated string or a class atom created by a previous call to the RegisterClass or RegisterClassEx function.<br> The atom must be in the low-order word of lpClassName; the high-order word must be zero.<br> If lpClassName is a string, it specifies the window class name. The class name can be any name registered with RegisterClass or RegisterClassEx,<br> provided that the module that registers the class is also the module that creates the window. <br>The class name can also be any of the predefined system class names. <br>For a list of system class names, see the Remarks section.

AnswerRe: Problem using WinMain function with C++ Pin
Adam Maras4-May-09 11:39
Adam Maras4-May-09 11:39 
GeneralRe: Problem using WinMain function with C++ Pin
Gindi Bar Yahav4-May-09 11:47
Gindi Bar Yahav4-May-09 11:47 
Question[Message Deleted] Pin
Greg Mort4-May-09 9:20
Greg Mort4-May-09 9:20 
Answer[Message Deleted] Pin
led mike4-May-09 9:23
led mike4-May-09 9:23 
General[Message Deleted] Pin
Greg Mort4-May-09 9:40
Greg Mort4-May-09 9:40 
General[Message Deleted] Pin
led mike4-May-09 10:51
led mike4-May-09 10:51 
GeneralRe: Cross Posted - Reposted Pin
Greg Mort4-May-09 10:56
Greg Mort4-May-09 10:56 
QuestionWhy do you ignore received suggestions? Pin
CPallini4-May-09 9:32
mveCPallini4-May-09 9:32 
AnswerRe: Why do you ignore received suggestions? Pin
Greg Mort4-May-09 9:42
Greg Mort4-May-09 9:42 
GeneralRe: Why do you ignore received suggestions? Pin
CPallini4-May-09 9:52
mveCPallini4-May-09 9:52 
GeneralRe: Why do you ignore received suggestions? Pin
Greg Mort4-May-09 9:57
Greg Mort4-May-09 9:57 
QuestionRe: Why do you ignore received suggestions? Pin
David Crow4-May-09 10:02
David Crow4-May-09 10:02 
AnswerRe: Why do you ignore received suggestions? Pin
Greg Mort4-May-09 10:08
Greg Mort4-May-09 10:08 
QuestionRe: Why do you ignore received suggestions? Pin
CPallini4-May-09 10:24
mveCPallini4-May-09 10:24 
AnswerRe: Why do you ignore received suggestions? Pin
Greg Mort4-May-09 10:49
Greg Mort4-May-09 10:49 
GeneralRe: Why do you ignore received suggestions? Pin
CPallini4-May-09 21:01
mveCPallini4-May-09 21:01 
GeneralRe: Why do you ignore received suggestions? Pin
harold aptroot4-May-09 10:30
harold aptroot4-May-09 10:30 

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.