Click here to Skip to main content
16,020,315 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Correct "Window Data Types" Pin
CodingLover14-Nov-07 22:54
CodingLover14-Nov-07 22:54 
GeneralRe: Correct "Window Data Types" Pin
Nelek15-Nov-07 0:18
protectorNelek15-Nov-07 0:18 
GeneralRe: Correct "Window Data Types" Pin
CodingLover15-Nov-07 0:43
CodingLover15-Nov-07 0:43 
GeneralRe: Correct "Window Data Types" Pin
Nelek15-Nov-07 23:59
protectorNelek15-Nov-07 23:59 
AnswerRe: Correct "Window Data Types" Pin
BadKarma14-Nov-07 22:40
BadKarma14-Nov-07 22:40 
GeneralRe: Correct "Window Data Types" Pin
CodingLover14-Nov-07 22:51
CodingLover14-Nov-07 22:51 
GeneralRe: Correct "Window Data Types" Pin
BadKarma14-Nov-07 23:35
BadKarma14-Nov-07 23:35 
GeneralRe: Correct "Window Data Types" Pin
jhwurmbach14-Nov-07 23:35
jhwurmbach14-Nov-07 23:35 
DWORD32 is a datatype typedefed (or preprocessor-defined) in Windows.
In linux, you may or may not have those types defined.
So, the best thing you could do is add a header to your code where you define the types you need for every platform you support.



Let's think the unthinkable, let's do the undoable, let's prepare to grapple with the ineffable itself, and see if we may not eff it after all.
Douglas Adams, "Dirk Gently's Holistic Detective Agency"

GeneralRe: Correct "Window Data Types" Pin
Iain Clarke, Warrior Programmer14-Nov-07 23:46
Iain Clarke, Warrior Programmer14-Nov-07 23:46 
GeneralRe: Correct "Window Data Types" Pin
CodingLover15-Nov-07 0:19
CodingLover15-Nov-07 0:19 
QuestionUnable to use microsoft Chart Control Version Pin
Kumar Anshu14-Nov-07 18:50
Kumar Anshu14-Nov-07 18:50 
AnswerRe: Unable to use microsoft Chart Control Version Pin
Nelek14-Nov-07 20:24
protectorNelek14-Nov-07 20:24 
GeneralRe: Unable to use microsoft Chart Control Version Pin
Kumar Anshu15-Nov-07 4:05
Kumar Anshu15-Nov-07 4:05 
GeneralRe: Unable to use microsoft Chart Control Version Pin
Nelek15-Nov-07 20:46
protectorNelek15-Nov-07 20:46 
GeneralRe: Unable to use microsoft Chart Control Version Pin
Kumar Anshu20-Nov-07 3:58
Kumar Anshu20-Nov-07 3:58 
AnswerRe: Unable to use microsoft Chart Control Version Pin
krmed15-Nov-07 1:47
krmed15-Nov-07 1:47 
GeneralRe: Unable to use microsoft Chart Control Version Pin
Kumar Anshu20-Nov-07 4:03
Kumar Anshu20-Nov-07 4:03 
Questionneed help with c programming datetime variable Pin
neodeaths14-Nov-07 18:24
neodeaths14-Nov-07 18:24 
AnswerRe: need help with c programming datetime variable Pin
Kumar Anshu14-Nov-07 18:58
Kumar Anshu14-Nov-07 18:58 
GeneralRe: need help with c programming datetime variable Pin
neodeaths14-Nov-07 19:09
neodeaths14-Nov-07 19:09 
AnswerRe: need help with c programming datetime variable Pin
Roger Broomfield14-Nov-07 19:03
Roger Broomfield14-Nov-07 19:03 
Questionproblem with std::wofstream [modified] Pin
Saurabh.Garg14-Nov-07 18:20
Saurabh.Garg14-Nov-07 18:20 
AnswerRe: problem with std::wofstream Pin
Nelek14-Nov-07 20:22
protectorNelek14-Nov-07 20:22 
GeneralRe: problem with std::wofstream Pin
Saurabh.Garg14-Nov-07 20:25
Saurabh.Garg14-Nov-07 20:25 
Questionmy problem is related to list control Pin
rajneshmalik14-Nov-07 17:57
rajneshmalik14-Nov-07 17:57 

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.