2009년 11월 17일
Asus P5B E-Plus BIOS Backup
P5B-E-ASUS-PLUS-0638.ROM
P5B-E-ASUS-PLUS-0638.BAK
P5B_E_ASUS_PLUS_0638_DELL_2.1_SLIC.7z(73_.txt
# by | 2009/11/17 03:34 | [BIOS] | 트랙백
# by | 2009/11/17 03:34 | [BIOS] | 트랙백
# by | 2007/10/04 17:27 | [Freeware] | 트랙백
글꼴 통합 변환기 0.51를 공개합니다. 마지막 버전으로서 전체 소스 코드를 공개합니다.
▶ 0.51 내려받기: http://kldp.org/files/ftool051.zip
▶ 0.51 소스 코드 내려받기: http://kldp.org/files/ftool051_src_2006_12_02.zip
※ 처음 받으시는 분께서는 다음의 두 글꼴 모음을 함께 받으시기 바랍니다.
http://kldp.org/files/Kim_Yunsoo_Font_Collection_2nd.zip (김윤수님의 글꼴 모음 두번째 판)
http://kldp.org/files/hlprofont.zip (한라프로 글꼴 - 표준한자 글꼴이 들어있습니다.)
0.51 버전에서 달라진 점은...
- 마지막 버전으로서 전체 소스 코드를 공개합니다.
- 소스 코드 수준에서 전체적으로 약간의 정리를 하여 Build한 버전으로
기능상 특별히 개선된 부분은 없으나 별다른 이유가 없다면
이 마지막 버전을 내려받아 사용하실 것을 권장합니다.
[글꼴 통합 변환기의 기능]
o 윈도우에서 사용하는 글꼴(굴림, 돋움 등)을 BDF로 추출합니다. 이를 pcf로 변환하여 리눅스의 X-윈도우에서 사용할 수 있습니다.
o DOS 환경에서 주로 사용하던 조합형 한글 글꼴을 BDF로 변환합니다.
- 10x4x4 한라프로 글꼴 : 12224 byte
- 10x4x4 글꼴 : 12800 byte
- 8x4x4 한라프로 글꼴 : 11008 byte
- 8x4x4 도깨비 글꼴 : 11520 byte
- 8x4x4 이야기 6.0 글꼴 : 12800 byte
- 8x4x4 이야기 6.1 이상의 글꼴 : 13056 byte
- 6x2x1 글꼴 : 6176 byte
- 2x1x2 글꼴 : 3776 byte
- 2x1x2 한라프로 글꼴 : 3616 byte
o ASCII 영문 글꼴을 BDF로 변환합니다. (2048 / 4096 / 4112 byte)
o KS, KSSM 특수문자 글꼴 지원 (36096 / 33696 byte)
o 삼보 특수문자 글꼴 지원 (4096 byte, 미리보기만 지원)
o 표준한자 글꼴 지원 (156416 byte)
o BDF 형식을 TTF (TrueType Font) 형식으로 변환하여 윈도우에서 사용할 수 있게 합니다.
o 유니코드(iso10646-1)를 포함한 5가지의 Encoding을 지원합니다.
- iso8859-1 : 영문128자 또는 256자
- ksc5601.1987-0 : 특수문자1128 + KS완성형2350 + 표준한자4888
- ksc5601.1987-1 : 특수문자1128 + KS완성형2350 + 표준한자4888
- iso10646-1 : 영문128 + 특수문자988 + 통합완성형11172 + 표준한자4888 (윈도우에서 사용하려면 이 인코딩으로 생성해야 합니다)
- johab844-1
o 글꼴 미리보기 및 확대보기 기능을 제공합니다.
o 소스는 정리가 되는대로 공개합니다. (C++빌더6)
bdf로 변환하는 핵심 부분은 johab2uni 0.1이라는 이름으로 소스를 공개했습니다. (2006.11.11)
----------------------------------------------------------------------
History
----------------------------------------------------------------------
o 0.51 (2006.12.02)
- 마지막 버전으로서 전체 소스 코드를 공개합니다.
- 소스 코드 수준에서 전체적으로 약간의 정리를 하여 Build한 버전으로
기능상 특별히 개선된 부분은 없으나 별다른 이유가 없다면
이 마지막 버전을 내려받아 사용하실 것을 권장합니다.
o 0.50 (2006.12.01)
- 개선된 인터페이스
- Docking Window 도입
- 미리보기 이미지를 비트맵(.bmp) 파일로 저장하기 지원
- TTF의 생성 날짜와 변환 전 원본 글꼴명을
TTF의 Version, Copyright 정보에 기록
- 여러 오류 수정
- 전체 소스 코드 공개를 앞 둔 마지막 버전입니다.
o 0.45 (2006.11.24)
- bdf2bmp, bdf2ttf를 라이브러리화 하여 내장함으로써
외부 프로그램 반복 호출에 의한 over-head 제거, 변환 속도 향상
- 비트맵 글꼴 → BDF → BMP, TTF로의 OneStop 변환
- 파일 목록에서 0 byte 크기가 표시되지 않는 오류 수정
- 10x4x4 한라프로 조합형 글꼴 지원 (12,224 byte)
- 2x1x2 한라프로 조합형 글꼴 지원 (3,616 byte)
o 0.40 (2006.11.19)
- 더 안정되고 간편해진 인터페이스
- 프로그램의 기본 골격 개선 및 여러 오류 수정
o 0.38 (2006.11.12)
- 6x2x1 조합형 글꼴 지원 (6,176 byte)
- 2x1x2 조합형 글꼴 지원 (3,776 byte)
o 0.37 (2006.11.12)
- johab844-1 Encoding 지원
- 삼보 특수문자 글꼴 미리보기 지원 (4096 byte)
o 0.36 (2006.11.11)
- 10x4x4 조합형 글꼴 지원 (12,800 byte)
o 0.35 (2006.11.11)
- 4,112 byte 한메 영문 글꼴 지원
- 33,696 byte KS, KSSM 그래픽 문자 글꼴 지원 (*.KSG)
- 사용자 선택에 의한 특수문자 글꼴 지원 (36,096 / 33,696 byte)
- 사용자 선택에 의한 표준한자 글꼴 지원 (156,416 byte)
o 0.31 (2006.11.03) - BDF 파일의 마지막 줄 개행 처리
o 0.3 (2006.11.02) - 첫 배포
# by | 2007/04/02 09:36 | [Freeware] | 트랙백 | 덧글(1)
As you probably know, long awaitedVisual Studio 2005 SP11 is out.
However, installation of this giant (400+ Mb) update is far from easy, and it is not guaranteed to succeed, at least at first run.
Finally, you can speed up installation process by:
Create CMD file with following content:reg export HKLM\Software\Policies\Microsoft\Windows\Installer installer.reg
reg add HKLM\Software\Policies\Microsoft\Windows\Installer /v MaxPatchCacheSize /t REG_DWORD /d 0 /f
net stop msiserver
start /wait VS80sp1-KB926601-X86-ENU.exe
reg delete HKLM\Software\Policies\Microsoft\Windows\Installer /v MaxPatchCacheSize /f
reg import installer.reg
net stop msiserver
del /q installer.reg 2>nul
and save it in folder where SP1 is. Run it - it should cut down installation time significantly.
Ok, you succeeded to do all above, and installation is failing. What next?
Let assume that your operating system is XP SP2. If you got during installation this error:
Error 1718. File was rejected by digital signature policy
try recipe from this location:
http://support.microsoft.com/kb/925336 - this helped with installation on two locations where it failed previously.
I have Windows Server 2003 SP1 and unfortunately, neither of solutions (disable patch cache or KB925336) helped
I though that memory upgrade will help, so I added 1Gb to total of 2Gb - no luck.
You can also try to:
- Note (if exist) previous value of PolicyScope at:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\windows\safer\codeidentifiers
- Set this value (or create it as DWORD if does not exist) to 1
- Run net stop msiserver
- Try SP1 install
- Revert PolicyScope to previous value / delete it after installation.
(this helped on two other Windows 2003 SP1 machines; again, not on mine)
Finally, I decided to:
There are couple steps here:
Create network administrative installation from your VS 2005 DVD (assuming that E: is DVD and location where you want installation \\dvesic\public\VisualStudio2005SP1):
msiexec.exe /a E:\vs\vs_setup.msi TARGETDIR=\\dvesic\public\VisualStudio2005SP1 /L*vx install.log
I did this all on same machine, using mounted ISO image on a virtual drive and unpacking it at network location on same machine - it took over 2 hours to create network install
Original EXE file is just wrapper around MS Patch file. You can unpack it using some unzip utility (or Total Commander) or by executing:
VS80sp1-KB926601-X86-ENU.exe /extract .
Finally, do the patching of installation:
msiexec.exe /a \\dvesic\public\VisualStudio2005SP1\vs_setup.msi /p VS80sp1-KB926601-X86-ENU.msp /L*vx patch.log
I hope that at least some of this will help you too.
Reference links:
http://weblogs.asp.net/jgalloway/…/things-i-wish-i-d-known-before-i-installed-vs-2005-service-pack-1.aspxhttp://blogs.msdn.com/heaths/…/save-time-and-space-for-vs-2005-sp1-by-disabling-the-patch-cache.aspx
http://blogs.msdn.com/heaths/…/slipstreaming-visual-studio-2005-service-pack-1.aspx
http://blogs.msdn.com/heaths/…/Enabling-Large-Patches-to-Install.aspx
---------------------------------------------------------------------------------------------------------
As we prepare to ship a large minor upgrade known as Visual Studio 2005 Service Pack 1, I'd like to again remind you that large files – not just Windows Installer packages – that must pass through a SAFER check may fail because enough contiguous memory cannot be allocated on Windows XP and Windows Server 2003. I have posted a workaround, but wanted to note that a more automation-friendly method can be used.
If you run into this problem, you can disable the SAFER check for local administrators by following these instructions as well as those documented previously:
It is recommended that you reset this value back to 0 when finished. The SAFER check is there to help protect users from malicious files, which is especially important if you're an administrator on the system.
Published Friday, September 22, 2006 4:03 PM by Heath Stewart
Filed under: Installation, VS 2005 SP1
# by | 2007/04/01 07:26 | [Tip/Tech] | 트랙백
Many thanks to the people sending me translated versions of Notepad2! Please direct any comments and questions about a certain version to the respective author.
Language
Version, Size
Author(s)
Bulgarian
1.0.12 [242K]
Vladimir Ivanov
Catalan
1.0.12 [246K]
Alex C. Prieto
Chinese (Simplified)
1.0.12 [243K]
Ryan Song
Chinese (Traditional)
1.0.12 [242K]
Nelson
Czech
1.0.12 [242K]
Patrick Kölbl
Danish
1.0.12 [241K]
Michael Kjellerup
Dutch
1.0.12 [242K]
Dennis van Braak
Finnish
1.0.12 [242K]
Jussi Kilpelainen
French
1.0.12 [246K]
Franck Marcia
German
1.0.12 [243K]
Kathleen Peschke, Florian Schmidt, Alexej Roznatovski
Hungarian
1.0.12 [242K]
Leonard Nimoy
Italian
1.0.12 [243K]
Mauro Rossi
Japanese
1.0.12 [245K]
Hayato Iriumi
Korean
1.0.12 [245K]
Seo Woo Seok
Macedonian
1.0.12 [242K]
Jove Bocevski
Norwegian (Bokmal)
1.0.12 [242K]
Roy Vedøy
Polish
1.0.12 [242K]
Krzysztof Knapik
Portuguese (Brazil)
1.0.12 [243K]
Spider999
Romanian
1.0.12 [242K]
Simionescu Bogdan
Russian
1.0.12 [244K]
Alen Hairullin
Slovak
1.0.12 [238K]
Miroslav Louma
Spanish (Argentina)
1.0.11 [240K]
Esteban Mendoza
Spanish (Spain)
1.0.12 [242K]
Raul Gonzalez Duque
Swedish
1.0.12 [245K]
Klas Gidlöf
Thai
1.0.12 [242K]
Sampan Sittiwantana
Turkish
1.0.12 [241K]
Mehdi Tensi
Ukrainian
1.0.12 [243K]
Vitaliy Stopchans'kyy
# by | 2007/04/01 07:04 | [Freeware] | 트랙백
Microsoft Platform SDK와 Visual C++ 2005 Express Edition 사용
저자 Brian Johnson,
Microsoft Corporation
설치 후 즉시 Visual C++ Express를 사용하여 강력한 .NET Framework 응용 프로그램을 개발할 수 있습니다. Visual C++ Express를 사용하여 Win32 응용 프로그램을 개발하려면 몇 단계를 수행해야 합니다. 아래에서 Visual C++ Express를 사용하여 Win32 응용 프로그램을 개발하는데 필요한 단계를 설명합니다.
단계 1: Visual C++ Express를 설치합니다.
아직 설치하지 않았으면 Visual C++ Express를 설치하십시오.
단계 2: Microsoft Platform SDK를 설치합니다.
다운로드 센터의 웹에서 Platform SDK (영문)를 설치하십시오. 지침에 따라 x86 플랫폼용 SDK를 설치합니다.
단계 3: 옵션 대화 상자의 프로젝트 및 솔루션 섹션에서 Visual C++ 디렉터리를 업데이트합니다.
해당 하위 구역에 다음 경로를 추가합니다
실행 파일: C:\Program Files\Microsoft Platform SDK\Bin
IInclude 파일: C:\Program Files\Microsoft Platform SDK\include
라이브러리 파일: C:\Program Files\Microsoft Platform SDK\lib
참고: 또 다른 방법으로 Visual C++ Express 설치 위치의 \vc\vcpackages 하위 디렉터리에 있는 VCProjectEngine.dll.express.config 파일을 수정하여 Visual C++ 디렉터리를 업데이트할 수 있습니다. Visual C++ Express Edition을 설치하기 전에 "%USERPROFILE%\Local Settings\Application Data\Microsoft\VCExpress\8.0"에 위치한 "vccomponents.dat" 파일이 이미 있을 경우 반드시 삭제하십시오.
단계 4: corewin_express.vsprops 파일을 업데이트합니다.
Visual C++ Express에서 Win32 템플릿이 작동하게 하려면 한 단계가 더 필요합니다. corewin_express.vsprops 파일(위치 - C:\Program Files\Microsoft Visual Studio 8\VC\VCProjectDefaults)을 편집해야 하고
다음 문자열:
AdditionalDependencies="kernel32.lib"를
AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib"로 변경해야 합니다.
단계 5: Win32 응용 프로그램을 생성하여 경로를 구축합니다.
Visual C++ Express의 Win32 응용 프로그램 마법사에서 Win32 Windows 응용 프로그램 유형이 비활성화되어 있습니다. 이 유형을 활성화하려면 “%ProgramFiles%\Microsoft Visual Studio 8\VC\VCWizards\AppWiz\Generic\Application\html\1033\" 폴더의 AppSettings.htm 파일을 편집해야 합니다.
텍스트 편집기를 사용하여 다음과 같이 라인 441 - 444 앞에 //를 삽입하여 주석으로 처리합니다.
// WIN_APP.disabled = true;
// WIN_APP_LABEL.disabled = true;
// DLL_APP.disabled = true;
// DLL_APP_LABEL.disabled = true;
파일을 저장하고 닫은 후 Visual C++ Express를 엽니다.
파일 메뉴에서 새 프로젝트를 클릭합니다. 새 프로젝트 대화 상자에서 제품 유형 트리의 Visual C++ 노드를 확장하고 Win32를 클릭합니다. Win32 콘솔 응용 프로그램 템플릿을 클릭한 다음 프로젝트에 이름을 지정하고 확인을 클릭합니다. Win32 응용 프로그램 마법사 대화 상자에서 Windows 응용 프로그램이 응용 프로그램 유형으로 선택되고 ATL이 선택되지 않았는지 확인합니다. 마침 단추를 클릭하여 프로젝트를 생성합니다.
마지막 단계로서 IDE에서 시작 단추를 클릭하거나 F5를 눌러 프로젝트를 테스트합니다. Win32 응용 프로그램이 생성되고 실행됩니다.
# by | 2007/04/01 06:26 | [Tip/Tech] | 트랙백
◀ 이전 페이지 다음 페이지 ▶