티스토리 뷰

개발

XmlLite SDK 관련..

likehood~ 2007. 4. 12. 15:47

새로온 메일중에 MS에서 보낸 메일이 있었다. 평소 처럼 바로 휴지통에 넣어버릴까 하다가 클릭.

XMLLITE라는 놈이 보인다. 네이티브 C++를 위한 작고 빠른 XML 파서...오..

그렇지 않아도 SOAP을 사용할 일이 생길 예정이어서 작고 빠르고 필요한 기능만 있는 XML파서가
있을까 찾던중이었는데.. 빙고~

article을 읽고 바로 msdn 홈페이지에 들어가서
" WindowsXP-KB915865-v11-x86-KOR.exe " 파일을 다운받고 설치.

visual studio 6.0실행하고
include "xmllite.h"


컴파일 에러.
없댄다.. 다시 사이트에 들어가 내용을 읽어보니까 이건 그냥 runtime인거다.

내게 필요한건 헤더와 라이브러리 파일인데...

이거 얻을려면
Microsoft® Windows® Software Development Kit (SDK) for Beta 2 of Windows Vista and WinFX Runtime Components

http://www.microsoft.com/downloads/details.aspx?FamilyID=13f8e273-f5ea-4b7b-b022-97755838db94&displaylang=en&Hash=0MKOvMbenJs8JyPqSsKGJ5ruu8pZWAxzug8YcaeX2jK0CRPcBPz9gyG2nPeW83BRiDZf1KMabCQRlL2J54B2HQ%3d%3d#filelist
이거 다운받으랜다.. vista sdk beta..

용량? 1.1기가..

근데 이거 꼭 설치해야하는건가..

inatalling XmlLite? 라는 질문에 대한 댓글들이다.. 설치하면 나온단다.
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1403557&SiteID=1

 

   I have pretty much the same issue. I have xmllite.dll in the system dir, but no .lib or .h following the download.

I am running XP w/ SP2. Do we really need the Vista SDK to get the developement files we need for xmllite?

이 질문에 대한 답은 아직 없다. 혹시 아시는 분 있으면 vista sdk설치를 미루도록 할껀데..

현재 일단 다운로드중....-_-




덧.

http://weblogs.asp.net/kennykerr/archive/2007/03/13/xmllite-a-small-and-fast-xml-parser-for-native-c.aspx

kenny kerr 왈

Update: I’m getting a lot of email about XmlLite so here are the links you need in order to get going:

Download and install the latest Windows SDK, which provides the XmlLite header and lib files needed to compile and link. Although this is the SDK for Windows Vista, it also supports targeting Windows XP and Windows 2003.

If you don’t already have it, download and install XmlLite. This is only required for Windows XP x86 installations that haven’t already received it from Windows Update or some other means.


닥치고 깔아! -_-

'개발' 카테고리의 다른 글

simpleAdo 2.0  (0) 2007.05.22
c/c++ 간단 토글링  (0) 2007.05.22
도서물 도착!!  (0) 2007.04.09
H.264 white paper(intel)  (0) 2007.04.02
C++에서 ADO를 이용한 Stored Procedure 사용법  (0) 2007.04.01
댓글