Windows 썸네일형 리스트형 waveOutOpen, mp3, waveOutWrite 보호되어 있는 글입니다. 더보기 Playing Audio in Windows using waveOut Interface http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=4422&lngWId=3 This tutorial will teach you how to use the Windows waveOut multimedia functions. It also explains a little about how audio is stored in the digital form. I hope this tutorial is useful. Full source code is included as is a downloadable version wrapped in an MSVC++ project. Terms of Agreement: By using this article.. 더보기 WaveOut api http://glo2my.tistory.com/8 WaveOut api들을 사용하기 위해서 WaveOutOpen -> WaveOutPrepareHeader -> WaveOutWrite -> WaveOutClose 함수들을 사용합니다. 여기서 사람들이 어려워 하는 것중에 하나가 WaveOutOpen할 때 함수의 Argument로 주게 되는 WAVEFORMATEX 정보를 어떻게 줘야 하느냐 인데요. 간단한 설명입니다. 우선 Structure의 구성입니다. typedef struct { WORD wFormatTag; WORD nChannels; DWORD nSamplesPerSec; DWORD nAvgBytesPerSec; WORD nBlockAlign; WORD wBitsPerSample; WORD cbSi.. 더보기 WinCE Debugging Tips using MAP file and Debugdump WinCE Debugging Tips using MAP file and Debugdumpdeveloper/WinCE | 2009/02/03 15:54 | unknown http://unknown.textcube.com/9 사실 WinCE에서 특히 폰에서 테스트 할 경우 abort가 났을 경우 딸랑 address정보만 나타나기 때문에(디버깅 모드에서나 로그가 있을 때는 안죽다가 릴리즈로 컴파일할때 꼭 죽는 경우가 많더군요...) 어느 함수에서 죽었는지 판단하기가 쉽지 않습니다. 그래서 주로 Map을 이용해서 디버깅을 많이 하게 됩니다. 아래 4가지 문서만 알고 있어도 printf디버깅으로 찾기 힘든 버그를 찾는데 도움이 많이 됩니다. 특히 qualcomm 1 chip(MSM7XXX)에서 동작하는 Windo.. 더보기 Debugging Windows Mobile 6 Applications with IDA http://dani.foroselectronica.es/debugging-windows-mobile-6-applications-with-ida-69/ Today I’ve been trying to debug an application remotely with IDA Pro and I found the following error when launched the program: Copying the debugger server to PocketPC ... Could not invoke debugger server at PocketPC: Access denied. Thus, surfing the web I found a workaround regarding the security polices of the.. 더보기 debuging on windbg http://peterii.tistory.com/96 더보기 crash checking map http://iskim.egloos.com/2045804 열혈보이(인수) iskim.egloos.com Egloos | Log-in {"subject":"Finding crash information using the MAP file","link":"http:\/\/iskim.egloos.com\/2045804"}Finding crash information using the MAP file 아래의 내용은 내친구 헌기군 블로그에서 퍼왔음을 알려드리고 저작권은 그 친구하테 물어보시오... ========================================================================================================= Finding crash inf.. 더보기 mp3 보호되어 있는 글입니다. 더보기 MEMORYSTATUS memory 메모리 [code] MEMORYSTATUS mst; memset(&mst, 0, sizeof(MEMORYSTATUS)); mst.dwLength = sizeof(MEMORYSTATUS); GlobalMemoryStatus(&mst); [/code] 더보기 Change wallpaper from today screen http://social.msdn.microsoft.com/Forums/en-US/vssmartdevicesnative/thread/6bb27f46-7232-4322-9236-37b555c0369e?prof=required [code] #define WATERMARK_TODAY 1 #define WATERMARK_TODAYFULL 2 typedef bool (*LPF_SHSetAsWatermark)(HWND hWnd, LPCWSTR lpszFile, int iWhich, DWORD* pdwAlpha); HMODULE hModule = LoadLibrary(L"aygshell.dll"); if (hModule) { LPF_SHSetAsWatermark pSHSetAsWatermark = (LPF_SHSet.. 더보기 이전 1 ··· 4 5 6 7 8 9 10 ··· 107 다음