PDE 소스 연동 이클립스 RCP 버젼을 설치 했음에도, PDE 소스를 볼 수 없어서 헤매다가 Install 쪽에 Eclipse Platform SDK가 활성화되어 있는 것을 알았다. 다운로드 사이트에는 with Source 라고 되어 있는데... 설치하는 김에 Eclipse SDK까지 같이 설치해버렸다. 이제 Plug-in Spy로 소스 찾아가는게 훨씬 쉬워졌다~ Compare Packages에서 with Source는 뭐지 -_-? Eclipse 2010.10.05
플러그인에서 번들에 파일 쓰고, 읽기 원문 : http://www.dzone.com/links/r/reading_resources_from_a_eclipse_plugin.html 당신은 자주 번들에 파일을 저장하고, 또 번들에서 그것을 읽어들이길 원한다. 이 때 다음 코드를 사용할 수 있다. 물론, 번들 ID는 당신이 바꿔서 사용하면 된다: 또 다른 방법으로 당신은 URL을 직접 사용할 수 있다. 이 팁을 준 Paul Webster에게 감사드린다. Platform 클래스에 의존성을 없애주는 두번째 방법이 더 좋은 것 같다. Eclipse 2010.07.07
20 issues of porting C++ code on the 64-bit platform 출처 : http://www.codeproject.com/KB/architecture/20ISSUES64BIT.aspx Program errors occurring while porting C++ code from 32-bit platforms on 64-bit ones are observed. Examples of the incorrect code and the ways to correct it are given. Methods and means of the code analysis which allow to diagnose the errors discussed, are listed Table of contents Introduction Off-warnings Use of the functions wi.. C C++ 2007.05.28
Microsoft Platform SDK와 Visual C++ 2005 Express Edition 사용 출처 :http://www.microsoft.com/korea/msdn/vstudio/express/visualc/usingpsdk/ 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.. Windows 2007.04.26
Platform UI Error Handling 출처 :http://wiki.eclipse.org/index.php/Platform_UI_Error_HandlingPlatform UI Error HandlingFrom EclipsepediaThis proposal is for error messages only. It does not include Log, trace or Application Life Cycle linked to errors in a software application. Yet, this proposal should fit very nicely in above mentioned features.Contents[hide]1Use cases1.1Issue to solve1.2See the error1.3What does it mean .. Eclipse 2007.01.26