PROFI에서 SUPERPROFI에 대한 모든 질문 - 1. - 페이지 10

 
dll에서 Windows 버전을 줄이시겠습니까?
 
TheXpert :
dll에서 Windows 버전을 줄이시겠습니까?
오늘 밤 집에서 해봐야겠습니다. 그러나 확인하려면 XP 가상 머신에서 구체적으로 확인해야 합니다. 그럼 다시 글을 쓰겠습니다.
 
그렇다면 다른 dll에 대한 종속성은 없습니까?
 
TheXpert :
그렇다면 다른 dll에 대한 종속성은 없습니까?

아니요

 
이전 버전의 Windows를 사용할 수 있도록 VS2010을 설정할 수 없습니다. 이 프로젝트 설정을 찾을 수 없습니다. :(
 
//
// Windows 2000 minimum
//
#ifndef WINVER
#define WINVER 0x0500
#endif

#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0500
#endif                                          
 

나는 이것을했지만 여전히 같은 오류 :

 #pragma once
/*
// Modify the following defines if you have to target a platform prior to the ones specified below.
// Refer to MSDN for the latest info on corresponding values for different platforms.
#ifndef WINVER                  // Specifies that the minimum required platform is Windows Vista.
#define WINVER 0x0600           // Change this to the appropriate value to target other versions of Windows.
#endif

#ifndef _WIN32_WINNT            // Specifies that the minimum required platform is Windows Vista.
#define _WIN32_WINNT 0x0600     // Change this to the appropriate value to target other versions of Windows.
#endif

#ifndef _WIN32_WINDOWS          // Specifies that the minimum required platform is Windows 98.
#define _WIN32_WINDOWS 0x0410   // Change this to the appropriate value to target Windows Me or later.
#endif

#ifndef _WIN32_IE               // Specifies that the minimum required platform is Internet Explorer 7.0.
#define _WIN32_IE 0x0700        // Change this to the appropriate value to target other versions of IE.
#endif
//+------------------------------------------------------------------+
*/
#ifndef WINVER
#define WINVER 0x0500
#endif

#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0500
#endif  
 
젠장, 난 전부야. 2010년 스튜디오가 없어.
 
이상합니다... XP용으로 개발 중이라면 왜 Win7을 사용해야 합니까?
 
jartmailru :
이상합니다... XP용으로 개발 중이라면 왜 Win7을 사용해야 합니까?
win7과 XP 모두에서 성경을 사용할 계획입니다.
사유: