Game Dev/Binary 26

Bandi Audio Library

출처 : http://www.bandisoft.com/bandi_audio_library/ 사용 방법 먼저 헤더파일을 include 하고, 클래스 팩토리와 오디오 재생 인터페이스를 헤더파일에 선언합니다. #include "BandiAudio.h" CBandiAudioFactory m_baFactory; IBaCon* m_pBaCon1; DLL을 로드하고, 오디오 재생 인터페이스의 인스턴스를 생성하고 초기화 합니다. m_baFactory.Create(BANDIAUDIO_RELEASE_DLL_FILE_NAME); m_pBaCon1 = m_baFactory.CreateBaCon(); m_pBaCon1->Create(::AfxGetInstanceHandle(), m_hWnd); 오디오를 재생합니다. m_pBaC..

Game Dev/Binary 2008.08.12

LuaRover Library

원문 : http://groups.google.com/group/luausers-kr http://gpgstudy.com/forum/viewtopic.php?p=91719#91719 ================================================= C++을 위한 간단한 루아 접근 라이브러리 - LuaRover ================================================= LuaRover는 C++에서 루아에 접근하는 것만을 염두에 둔 간단한 라이브러리입니다. 기본적인 아이디어는 http://www.gpgstudy.com/forum/viewtopic.php?t=17020 스레드에서 비롯되었습니다. (GpgStudy 포럼의 mika님 감사합니다.) 특징: ==..

Game Dev/Binary 2008.07.22

User Mode Process Dumper v8.1

출처 : http://gpgstudy.com/forum/viewtopic.php?t=20381 http://www.microsoft.com/downloads/details.aspx?FamilyID=e089ca41-6a87-40c8-bf69-28ac08570b7e&displaylang=en 예를 들어 데드락이나 정체를 알 수 없는 이유로 프로그램이 멈췄는데 재현하기는 힘들고 그렇다고 그냥 꺼버리긴 아까울떄가 있는데 이런때 이 프로그램으로 휙~ 덤프를 떠서 가져오면 바로 체크가 가능하겠더군요. 아쉬운건 Full Dump 라서 용량이 크고 덤프를 뜨는데 몇초 이상 시간이 걸리기 때문에 가볍게 서비스중인 서버를 팍팍 찍어내기는 힘들다는 것이죠.

Game Dev/Binary 2008.07.18

WinMerge v2.8.4

Download http://www.winmerge.org/ Online Manual http://www.winmerge.org/2.8/manual/index.html Usage 1 비교할 두 폴더나 두 파일을 선택 후 "확인" 목록에 "비교결과" 컬럼에서 "동일하지 않은 파일"을 선택 한 후 마우스 오른쪽 버튼 클릭 "비교" 메뉴를 선택하면 새로운 비교 창이 팝업 왼쪽 "위치창"에서 회색이나 노란색으로 표시된 부분이 서로 일치하지 않는 부분이며 Page Down/Page Up이나 마우스 스크롤을 이용하여 비교를 원하는 부분을 탐색 Usage 2 혹은 Windows 탐색기에서 비교할 두 폴더나 두 파일을 선택한 후 마우스 오른쪽 버튼을 클릭하면 바로 비교 화면을 볼 수 있다.

Game Dev/Binary 2008.07.08

MS Lineup Free Download

출처 : http://blog.jeongzugo.com/69 다음 사이트에 가면 Express 버전을 무료로 다운 받을 수 있다. http://www.microsoft.com/express/download/default.aspx#webInstall 다음은 MS 홈페이지에 나온 FAQ 중 일부이다. How much will these products cost? Effective April 19th, 2006, all Visual Studio Express Editions are free permanently. This pricing covers all Visual Studio 2005 Express Editions and Visual Studio 2008 Express Editions including V..

Game Dev/Binary 2008.07.07