본문 바로가기

Native

openssl & wcecompat http://leaf.argyr.net/libraries/arm-win32ce/ 더보기
xml schema http://msdn.microsoft.com/ko-kr/library/ms256129(v=VS.80).aspx XML 스키마 예제 이 항목에는 W3C(World Wide Web 컨소시엄) 구매 주문 예제가 포함되어 있습니다. 첫 번째 예제는 구매 주문 스키마이며 두 번째 예제는 이 스키마 예제에 의해 유효성이 검사되는 인스턴스 문서입니다. 예제: 구매 주문 스키마 다음 예제에서는 구매 주문을 정의하는 스키마인 po.xsd를 보여 줍니다. 이 예제에서는 element 사용 및 attribute 선언을 보여 주며 simpleType 및 complexType 정의를 보여 줍니다. XML 복사 Purchase order schema for Example.com. Copyright 2000 Example.com.. 더보기
syncml https://libsyncml.opensync.org/browser/trunk/libsyncml 제작년에 날밤까면서 코딩했었는데.. 오픈 소스 등장... 더보기
LINK : fatal error LNK1104: 'LIBC.lib' - Project Property -> Configuation Properties -> Linker -> Input -> Ignore Specific Library: LIBC.LIB (the same as /NODEFAULTLIB:"LIBC.LIB") 더보기
soap http://blog.naver.com/PostView.nhn?blogId=funny7103&logNo=90035801917 더보기
A C++ Barcode Library http://www.codeproject.com/KB/cpp/includeh10.aspx 더보기
md5 checksum MD5 [code] /** * @file CMD5Manager.h * @author cheol-dong choi * @version 1.0 * @date October 7, 2009 17:49:3 * @section LICENSE * * Copyright (c) 2003-2010, cheol-dong choi, (http://www.sarangnamu.net) * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Software"), to deal in the Software without * restrictio.. 더보기
pcre * by 지훈현서아빠 * 2007/03/31 15:03 * mcchae.egloos.com/5204071 * 덧글수 : 3 PCRE는 (Perl Compatable Regular Expression)으로서 http://www.pcre.org 에서 소스와 문서를 다운받을 수 있다. 이미 이 라이브러리가 나온지는 꽤 된다. 아파치 그룹을 포함하여 nmap 까지 상당히 많은 프로젝트에서 이미 사용되고 있다는 것으로서 이 라이브라리의 정평이 이미 나 있었다. 이 PCRE와 관련되어서는 정규식을 사용하는 유틸리티부터 거슬러 올라가는데, 유닉스 명령을 처음 보기 시작하여 흥미를 느꼈던, "awk, sed, vi" 등의 명령을 사용하면서 어렴풋이 정규식(Regular Expression)이란 것의 중요함을 느끼기 시.. 더보기
Visual C++ 2005 map<string, string> problem The following code compiles fine in Visual C++ 2003 but not in 2005 using namespace std; string name, value; name = "foo"; value = "bar"; map m; m.insert(pair (name, value)); Did something change or am I doing something wrong? Thank you. This code compiles fine in VC2003 and VC2005. Did you forget the #includes ? It's generally much easier to help if you report what errors you are getting... [co.. 더보기
CJpeglibExtension [code] /** * @file JpeglibExtension.h * @author cheol-dong choi * @version 1.0 * @date April 9, 2009 13:26:31 * @section LICENSE * * Copyright (c) 2003-2010, cheol-dong choi, (http://www.sarangnamu.net) * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Software"), to deal in the Software without * restri.. 더보기