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

C / C++ / MFC

 
GeneralRe: FFT CODE Pin
itsgood12315-Nov-07 8:03
itsgood12315-Nov-07 8:03 
GeneralRe: FFT CODE Pin
Nelek15-Nov-07 20:35
protectorNelek15-Nov-07 20:35 
AnswerRe: FFT CODE Pin
jhwurmbach14-Nov-07 23:29
jhwurmbach14-Nov-07 23:29 
AnswerRe: FFT CODE Pin
Iain Clarke, Warrior Programmer14-Nov-07 23:39
Iain Clarke, Warrior Programmer14-Nov-07 23:39 
GeneralRe: FFT CODE Pin
itsgood12315-Nov-07 8:01
itsgood12315-Nov-07 8:01 
GeneralRe: FFT CODE Pin
Paul Conrad23-Dec-07 15:08
professionalPaul Conrad23-Dec-07 15:08 
QuestionCorrect "Window Data Types" Pin
CodingLover14-Nov-07 19:47
CodingLover14-Nov-07 19:47 
AnswerRe: Correct "Window Data Types" Pin
Roger Broomfield14-Nov-07 20:21
Roger Broomfield14-Nov-07 20:21 
Surely this is going to depend on how your headers typedef them, specifically winnt.h and basetsd.h, and how your compiler interprets the inbuilt types? Once your code is compiled the windows system on which your code is used wont make any difference. Even if you change the structure as you propose and use it with a 32bit compiler and then later port your code to a 64 bit compiler, you will still have to check that the typedefs havent changed and that the inbuilt types are the same as before, also you will have to check that default structure packing hasnt changed.

Ohh and current headers "typedef short SHORT;" so your act member has changed type already.
GeneralRe: Correct "Window Data Types" Pin
CodingLover14-Nov-07 21:45
CodingLover14-Nov-07 21:45 
GeneralRe: Correct "Window Data Types" Pin
Nelek14-Nov-07 22:20
protectorNelek14-Nov-07 22:20 
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 
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 

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.