Click here to Skip to main content
15,894,405 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionto find starting point of a waveform Pin
mrby12326-Apr-10 19:52
mrby12326-Apr-10 19:52 
AnswerRe: to find starting point of a waveform Pin
Emilio Garavaglia26-Apr-10 22:29
Emilio Garavaglia26-Apr-10 22:29 
GeneralRe: to find starting point of a seismic or magnatic digital waveform Pin
mrby12326-Apr-10 23:42
mrby12326-Apr-10 23:42 
QuestionRe: to find starting point of a seismic or magnatic digital waveform Pin
David Crow27-Apr-10 4:33
David Crow27-Apr-10 4:33 
AnswerRe: to find starting point of a seismic or magnatic digital waveform Pin
mrby12327-Apr-10 4:47
mrby12327-Apr-10 4:47 
QuestionRe: to find starting point of a seismic or magnatic digital waveform Pin
David Crow27-Apr-10 4:58
David Crow27-Apr-10 4:58 
AnswerRe: to find starting point of a seismic or magnatic digital waveform Pin
mrby12327-Apr-10 5:24
mrby12327-Apr-10 5:24 
QuestionRe: to find starting point of a seismic or magnatic digital waveform Pin
David Crow27-Apr-10 5:36
David Crow27-Apr-10 5:36 
AnswerRe: to find starting point of a seismic or magnatic digital waveform Pin
mrby12327-Apr-10 5:47
mrby12327-Apr-10 5:47 
GeneralRe: to find starting point of a seismic or magnatic digital waveform Pin
David Crow27-Apr-10 6:02
David Crow27-Apr-10 6:02 
GeneralRe: to find starting point of a seismic or magnatic digital waveform Pin
mrby12327-Apr-10 6:08
mrby12327-Apr-10 6:08 
GeneralRe: to find starting point of a seismic or magnatic digital waveform Pin
David Crow27-Apr-10 6:14
David Crow27-Apr-10 6:14 
AnswerRe: to find starting point of a waveform Pin
chandu00426-Apr-10 22:52
chandu00426-Apr-10 22:52 
GeneralRe: to find starting point of a waveform Pin
mrby12326-Apr-10 23:50
mrby12326-Apr-10 23:50 
AnswerRe: to find starting point of a waveform Pin
r.ps27-Apr-10 3:58
r.ps27-Apr-10 3:58 
AnswerRe: to find starting point of a waveform Pin
Alan Balkany27-Apr-10 4:04
Alan Balkany27-Apr-10 4:04 
QuestionPlatform SDK (February 2003) and MFC code [SOLVED] Pin
starreyed26-Apr-10 18:52
starreyed26-Apr-10 18:52 
AnswerRe: Platform SDK (February 2003) and MFC code Pin
Stuart Dootson26-Apr-10 23:55
professionalStuart Dootson26-Apr-10 23:55 
AnswerRe: Platform SDK (February 2003) and MFC code Pin
David Crow27-Apr-10 2:48
David Crow27-Apr-10 2:48 
GeneralRe: Platform SDK (February 2003) and MFC code [modified] Pin
starreyed27-Apr-10 19:25
starreyed27-Apr-10 19:25 
GeneralRe: Platform SDK (February 2003) and MFC code Pin
Stuart Dootson27-Apr-10 21:16
professionalStuart Dootson27-Apr-10 21:16 
GeneralRe: Platform SDK (February 2003) and MFC code Pin
starreyed28-Apr-10 0:43
starreyed28-Apr-10 0:43 
When compiling the above cpp file, it gave the error message that it was unable to find "excpt.h" , which was included in Windows.h. Upon search, this file was found to be located in the following path within the PSDK: "..\Platform SDK\Include\Win64\CRT" . When this path was also added to the command line options, it complied fine.

When we look at the directory structure of the include files in this PSDK, it is rather different from that of VC98, especially w.r.t. to the MFC files. The MFC folder in the PSDK include directory doesn't contain any significant (no. of) files. These files are rather found under the Win64 directory.

What to do? Sigh | :sigh:
GeneralRe: Platform SDK (February 2003) and MFC code Pin
Stuart Dootson28-Apr-10 2:09
professionalStuart Dootson28-Apr-10 2:09 
GeneralRe: Platform SDK (February 2003) and MFC code Pin
starreyed28-Apr-10 20:01
starreyed28-Apr-10 20:01 
GeneralRe: Platform SDK (February 2003) and MFC code Pin
Stuart Dootson28-Apr-10 20:41
professionalStuart Dootson28-Apr-10 20:41 

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.