Click here to Skip to main content
15,895,740 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Overriding Base Class Members Pin
Eytukan10-Mar-09 6:29
Eytukan10-Mar-09 6:29 
AnswerRe: Overriding Base Class Members Pin
Stuart Dootson10-Mar-09 7:59
professionalStuart Dootson10-Mar-09 7:59 
GeneralRe: Overriding Base Class Members Pin
ForNow10-Mar-09 12:34
ForNow10-Mar-09 12:34 
GeneralRe: Overriding Base Class Members Pin
Stuart Dootson10-Mar-09 12:48
professionalStuart Dootson10-Mar-09 12:48 
GeneralRe: Overriding Base Class Members Pin
ForNow10-Mar-09 13:06
ForNow10-Mar-09 13:06 
GeneralRe: Overriding Base Class Members Pin
Stuart Dootson10-Mar-09 13:28
professionalStuart Dootson10-Mar-09 13:28 
AnswerRe: Overriding Base Class Members Pin
CPallini10-Mar-09 10:16
mveCPallini10-Mar-09 10:16 
QuestionApplication Type - DLL (Pt. 2) Pin
su_penguin10-Mar-09 5:58
su_penguin10-Mar-09 5:58 
Ok, so I've followed these steps to the T: http://www.microsoft.com/express/2005/platformsdk/default.aspx

I'm able to see the option to create the DLL, but after I start a new project and compile it, the project is unable to find the 'windows.h' file(s).

Am I not pointing the IDE to the right location?

Here's what I have for my VCProjectEngine.Dll.Express.Config file. The "Larrow" and "Rarrow" are the left and right braces around the XML tags:

Larrow ?xml version="1.0" encoding="utf-8"? Rarrow
Larrow VCPlatformConfigurationFile
Version="8.00"
Rarrow
Larrow Platform
Name="VCProjectEngine.dll"
Identifier="Win32"
Rarrow
Larrow Directories
Include="$(VCInstallDir)include;$(VCInstallDir)PlatformSDK\include;$(FrameworkSDKDir)include;$C:\Program Files\Microsoft SDKs\Windows\v6.1\Include"
Library="$(VCInstallDir)lib;$(VCInstallDir)PlatformSDK\lib;$(FrameworkSDKDir)lib;$(VSInstallDir);$(VSInstallDir)lib;$C:\Program Files\Microsoft SDKs\Windows\v6.1\Lib"
Path="$(VCInstallDir)bin;$(VCInstallDir)PlatformSDK\bin;$(VSInstallDir)Common7\Tools\bin;$(VSInstallDir)Common7\tools;$(VSInstallDir)Common7\ide;$(ProgramFiles)\HTML Help Workshop;$(FrameworkSDKDir)bin;$(FrameworkDir)$(FrameworkVersion);$(VSInstallDir);$(PATH);$C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin"
Reference="$(FrameworkDir)$(FrameworkVersion)"
Source="$(VCInstallDir)crt\src"
/Rarrow
Larrow /Platform Rarrow
Larrow /VCPlatformConfigurationFile Rarrow

Anything wrong here? Maybe another step not being followed correctly?

Thanks
AnswerRe: Application Type - DLL (Pt. 2) Pin
Stuart Dootson10-Mar-09 6:25
professionalStuart Dootson10-Mar-09 6:25 
GeneralRe: Application Type - DLL (Pt. 2) Pin
su_penguin10-Mar-09 6:33
su_penguin10-Mar-09 6:33 
QuestionWS_EX_CONTROLPARENT and freeze Pin
BadJerry10-Mar-09 5:34
BadJerry10-Mar-09 5:34 
AnswerRe: WS_EX_CONTROLPARENT and freeze Pin
BadJerry10-Mar-09 5:44
BadJerry10-Mar-09 5:44 
QuestionConfiguration properites of IIS. Pin
mmayur10-Mar-09 4:32
mmayur10-Mar-09 4:32 
AnswerRe: Configuration properites of IIS. Pin
led mike10-Mar-09 4:42
led mike10-Mar-09 4:42 
GeneralRe: Configuration properites of IIS. Pin
Iain Clarke, Warrior Programmer10-Mar-09 5:49
Iain Clarke, Warrior Programmer10-Mar-09 5:49 
GeneralRe: Configuration properites of IIS. Pin
led mike10-Mar-09 7:18
led mike10-Mar-09 7:18 
QuestionProblem with CString Pin
Abhijit Jana10-Mar-09 4:15
professionalAbhijit Jana10-Mar-09 4:15 
AnswerRe: Problem with CString Pin
David Crow10-Mar-09 4:20
David Crow10-Mar-09 4:20 
GeneralRe: Problem with CString Pin
Abhijit Jana10-Mar-09 5:55
professionalAbhijit Jana10-Mar-09 5:55 
AnswerRe: Problem with CString Pin
safemj11-Mar-09 0:15
safemj11-Mar-09 0:15 
QuestionCustom listcontrol Pin
toolsrnd10-Mar-09 4:14
toolsrnd10-Mar-09 4:14 
AnswerRe: Custom listcontrol Pin
Code-o-mat10-Mar-09 4:24
Code-o-mat10-Mar-09 4:24 
QuestionRe: Custom listcontrol Pin
David Crow10-Mar-09 4:25
David Crow10-Mar-09 4:25 
AnswerRe: Custom listcontrol Pin
Hamid_RT10-Mar-09 5:02
Hamid_RT10-Mar-09 5:02 
QuestionImplementing queues along with threads Pin
kr_ash10-Mar-09 3:21
kr_ash10-Mar-09 3:21 

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.