본문 바로가기

all articles

[crtdbg] memory leak detection #define _CRTDBG_MAP_ALLOC #include #include 소스에 추가한 후 F5로 실행. http://blog.naver.com/PostView.nhn?blogId=egohim&logNo=70074738205&categoryNo=27&viewDate=&currentPage=1&listtype=0 더보기
[C/C++] crash dump analysis without pdb file 1. Get the crash address 2. Rebuild project with generating map and cod file 3. Do some hex calculation to fine the source file and line number: "crash address - Base+Rva" and find offset in cod file. http://kuaaan.tistory.com/102 더보기
Rebuild solution vs. Clean&Build solution http://stackoverflow.com/questions/1247457/difference-between-rebuild-and-clean-build-in-visual-studio-2008 더보기
tricks and tips http://stackoverflow.com/questions/471424/wix-tricks-and-tips 더보기
[mstsc] if clipboard is not working kill rdpclip.exe and restart it. http://superuser.com/questions/220453/fixing-copy-paste-for-remote-desktop-sessions 더보기
[mstsc] activate mstsc on Windows 7 Home http://blog.daum.net/_blog/BlogTypeView.do?blogid=0QvkS&articleno=78&_bloghome_menu=recenttext#ajax_history_home 더보기
RIA Services http://msdn.microsoft.com/ko-kr/library/ee707344(v=vs.91).aspx 더보기
http://taeyo.net/columns/View.aspx?SEQ=389&PSEQ=23&IDX=4 http://taeyo.net/columns/View.aspx?SEQ=389&PSEQ=23&IDX=4 더보기
인터넷 정보 서비스에서 호스팅하는 WCF 서비스 배포 http://msdn.microsoft.com/ko-kr/library/vstudio/aa751792(v=vs.110).aspx 더보기
[Aspnet_regiis] ASP.NET IIS Registration Tool http://msdn.microsoft.com/en-us/library/k6h9cz8h.aspx 더보기