i0nucleus.egloos.com

ZeroNucleus - Programmer




[Link] Visual Studio 6.0 - Platform SDK

[Link] Platform SDK for Visual Studio 6.0
Windows Server 2003 PSDK Full Download with Local Install
Link : http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm


Windows® Server 2003 R2 Platform SDK Full Download
        :
 Development Tools.
   To build the C/C++ samples, you must have a C/C++ compiler. If you are using Microsoft Visual C/C++®, run it at least once before installing the SDK. This will ensure that the environment variables are correctly configured. To build the Visual Basic samples, you must have Microsoft Visual Basic®. This SDK does not support working with Microsoft Visual C/C++®, 6.0 as support for VC 6.0 has ended. The last SDK that will work with VC 6.0 is the February 2003 Edition, you can order a CD on the fulfillment site. Side by side installations are not supported.
        :

Visual Studio 6 에서 SDK버젼은 February 2003 Edition 이네요.
MS 홈페이지에서 검색을 하다가 알았습니다. 지금도 VS6을 쓰시고 PSDK 설치하실 분은 링크 따라가세요.


[Link] Internet Explorer 7 Download

Internet Explorer 7 Download
Link : http://www.microsoft.com/korea/windows/downloads/ie/getitnow.mspx

IE8 에러가 발생해서 IE7을 설치하는 경우가 있습니다...
다운로드 주소를 링크하였습니다....

[MFC] BITMAP 크기(가로, 세로) 알아내기

[MFC] BITMAP 크기(가로, 세로) 알아내기

비트맵 이미지 크기를 알아 낼 수 있다. 가로, 세로... 즉, 이미지 사이즈.


[Source Code]
        :
     CBitmap m_bitmap;
     m_bitmap.LoadBitmap(IDB_BITMAP1);     // 비트맵 로드...
        :

     BITMAP bmp;
     m_bitmap.GetObject(sizeof(BITMAP), &bmp);   // 비트맵 오브젝트

    // bmp.bmWidth, bmp.bmHeight  이용하여 가로, 세로 크기 알수 있다....

     //CString str;                   // 확인을 위해서.... 메세지 박스로...  여기서 부터는 사실상 필요 없는 코드... 
     //str.Format("%d, %d", bmp.bmWidth, bmp.bmHeight);
     //AfxMessageBox(str);          


1 2 3 4 5 6 7 8 9 10 다음




Twitter_FM

All_Blog_AD

English

Yahoo Blog Rank

야후 블로그 벳지