본문 바로가기

Windows/MFC

Omnia Debug mode 전화에서 319712358 누르시고 비밀번호 0821 넣으면 넘어갑니다. 출처 : 한국 스마트폰 사용자 모임, 마이미츠 - http://www.mymits.net/zb/lecture/2559 더보기
프로그램의 게시자를 알 수 없습니다 http://reznoa.wo.tc/blog/341 WM용 프로그램을 개발하다보면, 매번 "배포 후 테스트"를 할 때마다 "프로그램의 게시자를 알 수 없습니다. (어쩌고 저쩌고)"라는 보안 경고를 만나게 된다. 개발 중인 프로그램에 대한 보장은 자기 자신이 하는 것이므로, 쓸데없이 매번 뜨는 보안 경고는 개발 시간을 늦추고 개발자를 번거롭게 만든다. 주1 거두절미하고 이 보안 경고를 없애는 방법부터 설명한다. 1.HKLM\Security\Policies\Policies로 이동 2."0000101a"의 값을 "1"로 변경. 간단. -_-; 보안 정책의 일부를 변경하는 작업인데.. WM에서 이를 변경해주는 UI를 제공하지 않기 때문에 레지스트리를 직접 편집한거다. 주2 레지스트리를 편집할 수 있는 프로그램은.. 더보기
exif CExifManager [code] /** * @file CExifManager.h * @author cheol-dong choi * @version 1.0 * @date 2010-12-13 (12:05:40) * @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 * restriction.. 더보기
bsearch http://www.programmer-club.com.tw/ShowSameTitleN/evc/1937.html [code] void * __cdecl bsearch ( const void *key, const void *base, size_t num, size_t width, int (__cdecl *compare)(const void *, const void *) ); [/code] [code] void * __cdecl bsearch ( const void *key, const void *base, size_t num, size_t width, int (__cdecl *compare)(const void *, const void *) ) { char *lo = (char *)base; char *h.. 더보기
C2065 sprintf_instead_use_StringCbPrintfA_or_StringCchPrintfA err C2065: 'sprintf_instead_use_StringCbPrintfA_or_StringCchPrintfA' : undeclared identifer. 에 대한 해결 방법 Project Settings > C/C++ > Gerneral > Preprocessor definitions STRSAFE_NO_DEPRECATE 이걸 define에 넣어주면 된다고 합니다. 역시 인터넷은 위대합니다... 만세 만세~ 출처 http://blog.naver.com/PostView.nhn?blogId=songru&logNo=130035170231 더보기
Windows Mobile 5 Colors http://wiki.xda-developers.com/index.php?pagename=WindowsMobile5Colors Windows Mobile 5 Colors Browse: Windows Mobile 5 > Registry Tweaks > Display > Colors Various UI colors on Windows Mobile 5 are configured as follows: For Windows Mobile 200x UI colors, see PocketPCTodayColors [HKLM\SOFTWARE\Microsoft\Color] Known Colors value name meaning BaseHue Base Hue value (DWORD) upon which many UI ele.. 더보기
Pocket PC Theme Generator Power Toy 2.0 http://www.microsoft.com/downloads/details.aspx?familyid=49216F63-20E9-4CDB-8BDA-CE445260C0A9&displaylang=en 더보기
QA: How to install/uninstall a Today plug-in? http://windowsmobiledn.com/articles/todayinstall.html Question How do I programmatically install or remove a Today item plug-in? Answer Today plug-ins or Items, as Microsoft calls them, are DLLs stored in the \Windows directory. Let's assume you have a Today Item to install. It is implemented in the today_sample.dll file, and its name is 'Sample Item'. To install it, do the following: Install Co.. 더보기
How to install a Today theme file? http://windowsmobiledn.com/qa-how-to-install-a-today-theme-file/ QA: How to install a Today theme file? January 26th, 2005 by Joao Paulo Figueira Question How do I programmatically install a Today theme? Answer To change the appearance of your Pocket PC 2002 Today screen, you have to options: select a theme file, or a wallpaper. Themes are more complex than wallpapers. Besides having a backgroun.. 더보기
blogger API http://www.blogger.com/developers/api/1_docs/xmlrpc_newPost.html This documentation is provided for historical interest only. The Blogger 1.0 API is no longer supported and must not be used for new client development. Please use our GData API instead. — phopkins, 4/2007 Blogger APIBy Evan Williams, 8/7/01 Update: 8/13/01 -Ev. Update: 6/27/03 -Jason Shellen Welcome to the Blogger API. This site i.. 더보기