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

C / C++ / MFC

 
GeneralRe: porting 32 bit dll in 64 bit Pin
subramanyeswari22-Jan-09 17:09
subramanyeswari22-Jan-09 17:09 
GeneralRe: porting 32 bit dll in 64 bit Pin
Sarath C22-Jan-09 17:44
Sarath C22-Jan-09 17:44 
GeneralRe: porting 32 bit dll in 64 bit Pin
subramanyeswari22-Jan-09 21:47
subramanyeswari22-Jan-09 21:47 
GeneralRe: porting 32 bit dll in 64 bit Pin
Sarath C22-Jan-09 21:52
Sarath C22-Jan-09 21:52 
GeneralRe: porting 32 bit dll in 64 bit Pin
subramanyeswari22-Jan-09 23:10
subramanyeswari22-Jan-09 23:10 
GeneralRe: porting 32 bit dll in 64 bit Pin
subramanyeswari11-Feb-09 7:10
subramanyeswari11-Feb-09 7:10 
GeneralRe: porting 32 bit dll in 64 bit Pin
Sarath C11-Feb-09 16:57
Sarath C11-Feb-09 16:57 
GeneralRe: porting 32 bit dll in 64 bit [modified] Pin
subramanyeswari13-Feb-09 0:52
subramanyeswari13-Feb-09 0:52 
is this the following code that i have to make in stdafx.h
#ifndef _WIN32_WINNT NTDDI_VERSION   
#define _WIN32_WINNT NTDDI_VISTASP1  
#endif

#ifndef _WIN32_IE
#define _WIN32_IE 0x0700
#endif 



after making the above change i am getting the following error

error C1189: #error : _WIN32_WINNT settings conflicts with _WIN32_IE setting c:\program files\microsoft sdks\windows\v6.0a\include\sdkddkver.h
it is failing here
#if ((_WIN32_WINNT < _WIN32_WINNT_WIN2K) && (_WIN32_IE > _WIN32_IE_IE60SP1))
#error _WIN32_WINNT settings conflicts with _WIN32_IE setting
#endif

I am working on vistasp1

what could be the problem
Regards

modified on Friday, February 13, 2009 10:22 AM

GeneralRe: porting 32 bit dll in 64 bit Pin
hareshel23-Jul-09 19:50
hareshel23-Jul-09 19:50 
GeneralRe: porting 32 bit dll in 64 bit Pin
SELVA KUMAR R30-Oct-09 4:48
SELVA KUMAR R30-Oct-09 4:48 
Questionbuilding dll's Pin
kir_MFC21-Jan-09 1:59
kir_MFC21-Jan-09 1:59 
QuestionRe: building dll's Pin
CPallini21-Jan-09 2:21
mveCPallini21-Jan-09 2:21 
QuestionHow to mark a partition as "active". Pin
Madan Chauhan21-Jan-09 0:07
Madan Chauhan21-Jan-09 0:07 
AnswerRe: How to mark a partition as "active". Pin
Stuart Dootson21-Jan-09 0:21
professionalStuart Dootson21-Jan-09 0:21 
Generalprograms installed Pin
aaasrgm20-Jan-09 23:17
aaasrgm20-Jan-09 23:17 
GeneralRe: programs installed Pin
Jijo.Raj20-Jan-09 23:40
Jijo.Raj20-Jan-09 23:40 
GeneralRe: programs installed Pin
Stuart Dootson20-Jan-09 23:43
professionalStuart Dootson20-Jan-09 23:43 
GeneralRe: programs installed Pin
SandipG 21-Jan-09 1:41
SandipG 21-Jan-09 1:41 
GeneralRe: programs installed Pin
David Crow21-Jan-09 3:21
David Crow21-Jan-09 3:21 
QuestionPlaying Audio in VC++ Pin
Deepu Antony20-Jan-09 22:44
Deepu Antony20-Jan-09 22:44 
AnswerRe: Playing Audio in VC++ Pin
Chandrasekharan P20-Jan-09 23:15
Chandrasekharan P20-Jan-09 23:15 
GeneralRe: Playing Audio in VC++ Pin
Deepu Antony21-Jan-09 1:03
Deepu Antony21-Jan-09 1:03 
AnswerRe: Playing Audio in VC++ Pin
Le@rner21-Jan-09 1:17
Le@rner21-Jan-09 1:17 
GeneralRe: Playing Audio in VC++ Pin
Deepu Antony21-Jan-09 1:43
Deepu Antony21-Jan-09 1:43 
AnswerRe: Playing Audio in VC++ Pin
Nishad S21-Jan-09 2:43
Nishad S21-Jan-09 2:43 

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.