Click here to Skip to main content
15,913,487 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: how to send messages between diferents dialogs? Pin
David Crow22-Oct-09 3:36
David Crow22-Oct-09 3:36 
AnswerRe: how to send messages between diferents dialogs? Pin
timbk22-Oct-09 5:37
timbk22-Oct-09 5:37 
GeneralRe: how to send messages between diferents dialogs? Pin
David Crow22-Oct-09 5:42
David Crow22-Oct-09 5:42 
GeneralRe: how to send messages between diferents dialogs? Pin
timbk22-Oct-09 5:52
timbk22-Oct-09 5:52 
GeneralRe: how to send messages between diferents dialogs? Pin
David Crow22-Oct-09 6:02
David Crow22-Oct-09 6:02 
GeneralRe: how to send messages between diferents dialogs? Pin
timbk23-Oct-09 13:40
timbk23-Oct-09 13:40 
AnswerRe: how to send messages between diferents dialogs? Pin
timbk28-Oct-09 12:52
timbk28-Oct-09 12:52 
QuestionHow to with Visual c++ and windows sdk, I'm getting nowhere Pin
mtthw21-Oct-09 17:25
mtthw21-Oct-09 17:25 
Hello,

I am trying to get started with some programming, but I'm getting nowhere with an actual interesting sort of a project.

I can do console examples fine, and follow the instructions on the MSDN, but what I want to do is work on editing and creating modules for a program called SynthEdit.

SynthEdit creates Music software synthesizers, and the software has an SDK released.

So if I can figure out how to load a project/solution file from the SynthEdit SDK and actually successfully compile it, I will be able to actually start working on something.

But I am getting nowhere, because I always get errors when trying to compile.

It should be as simple as installing Visual C++ and the Microsoft SDK, then just loading a file from the SynthEdit SDK and compiling it. But something is not working right.

Visual C++ 2008 installs with Windows SDK version 6.0A already installed and ready to go, right? But it doesn't work. I added the file paths to the VC++ directories for Executable files, Library and Include files, it still doesn't work.

I downloaded Windows SDK v 7.0 and added the paths to the VC++ directories, it still does not work.

So What do I need to do to get a Windows SDK integrated into my Visual C++ 2008, so that I can compile something?

I have seen the Microsoft Blog about using the Microsoft Windows SDK configuration tool, it is no help. It fails to be a straightforward step by step guide, and goes into setting directories using the command prompt window without explaining how exactly to do that. So it is useless for a beginner such as myself.

I am pasting the log for my attempt to compile a project called "AGain" below. If anyone sees exactly what the problem is, that would be great. Please don't spend more than a minute or two, I'll have to eventually figure this out, even if it takes weeks.

Build Log

Rebuild started: Project: AGain, Configuration: Debug|Win32


Command Lines

Creating temporary file "c:\Program Files\se_sdk3\AGain\Debug\RSP0000023362984.rsp" with contents
[
/Od /I "..\se_sdk3" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_WINDLL" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /Wp64 /ZI /TP "..\se_sdk3\mp_sdk_common.cpp"

"..\se_sdk3\mp_sdk_audio.cpp"

".\AGain.cpp"
]
Creating command line "cl.exe @"c:\Program Files\se_sdk3\AGain\Debug\RSP0000023362984.rsp" /nologo /errorReport:prompt"
Creating command line "rc.exe /d "_UNICODE" /d "UNICODE" /fo"Debug/AGain.res" ".\AGain.rc""
Output Window

Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
AGain.cpp
mp_sdk_audio.cpp
mp_sdk_common.cpp
Generating Code...
Compiling resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385
Copyright (C) Microsoft Corporation. All rights reserved.
.\AGain.rc(10) : fatal error RC1015: cannot open include file 'winres.h'.
Results

Build log was saved at "file://c:\Program Files\se_sdk3\AGain\Debug\BuildLog.htm"
AGain - 1 error(s), 1 warning(s)
AnswerRe: How to with Visual c++ and windows sdk, I'm getting nowhere Pin
Randor 21-Oct-09 17:38
professional Randor 21-Oct-09 17:38 
GeneralRe: How to with Visual c++ and windows sdk, I'm getting nowhere Pin
mtthw22-Oct-09 1:28
mtthw22-Oct-09 1:28 
GeneralRe: How to with Visual c++ and windows sdk, I'm getting nowhere Pin
Randor 22-Oct-09 3:21
professional Randor 22-Oct-09 3:21 
GeneralRe: How to with Visual c++ and windows sdk, I'm getting nowhere Pin
Richard MacCutchan22-Oct-09 3:46
mveRichard MacCutchan22-Oct-09 3:46 
QuestionInternet Explorer get PDF page count Pin
Subhash Madhukar21-Oct-09 14:45
Subhash Madhukar21-Oct-09 14:45 
AnswerRe: Internet Explorer get PDF page count Pin
Cool_Dev21-Oct-09 22:38
Cool_Dev21-Oct-09 22:38 
GeneralRe: Internet Explorer get PDF page count Pin
Subhash Madhukar22-Oct-09 22:58
Subhash Madhukar22-Oct-09 22:58 
AnswerRe: Internet Explorer get PDF page count Pin
Cool_Dev23-Oct-09 0:25
Cool_Dev23-Oct-09 0:25 
GeneralRe: Internet Explorer get PDF page count Pin
Subhash Madhukar25-Oct-09 14:45
Subhash Madhukar25-Oct-09 14:45 
GeneralRe: Internet Explorer get PDF page count Pin
Cool_Dev25-Oct-09 18:33
Cool_Dev25-Oct-09 18:33 
QuestionRe: Static maps, visual studio and memory leaks Pin
Draemstars21-Oct-09 12:09
Draemstars21-Oct-09 12:09 
AnswerRe: Static maps, visual studio and memory leaks Pin
«_Superman_»21-Oct-09 13:09
professional«_Superman_»21-Oct-09 13:09 
GeneralRe: Static maps, visual studio and memory leaks Pin
Draemstars22-Oct-09 0:25
Draemstars22-Oct-09 0:25 
GeneralRe: Static maps, visual studio and memory leaks Pin
«_Superman_»22-Oct-09 5:36
professional«_Superman_»22-Oct-09 5:36 
GeneralRe: Static maps, visual studio and memory leaks Pin
Draemstars22-Oct-09 13:19
Draemstars22-Oct-09 13:19 
GeneralRe: Static maps, visual studio and memory leaks Pin
«_Superman_»22-Oct-09 13:33
professional«_Superman_»22-Oct-09 13:33 
GeneralRe: Static maps, visual studio and memory leaks Pin
Chuck O'Toole22-Oct-09 14:16
Chuck O'Toole22-Oct-09 14:16 

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.