Showing posts with label CodeGear. Show all posts
Showing posts with label CodeGear. Show all posts
2009/12/23
CodeGear IDE Fix Pack 2009/2010 2.9 Released
Embarcadero의 RAD Studio IDE의 패치인 IDE Fix Pack 이 새 버전을 공개하였다.
아래 내용은 IDE Fix Pack 2.9에 대한 설명으로 홈페이지에서 발췌를 하였다.
The IDE Fix Pack 2009/2010 installs is a DLL-Expert that fixes the following Delphi/C++Builder 2009/2010 bugs at runtime. All changes are done in memory. No file on disk is modified. None of your projects are modified or benefit from the IDE Fix Pack.
RAD Studio 2010 fixes:
RAD Studio 2009 fixes:
IDE Fix Pack 2009/2010 2.9
Original Post : http://neodreamer-dev.tistory.com/351
아래 내용은 IDE Fix Pack 2.9에 대한 설명으로 홈페이지에서 발췌를 하였다.
The IDE Fix Pack 2009/2010 installs is a DLL-Expert that fixes the following Delphi/C++Builder 2009/2010 bugs at runtime. All changes are done in memory. No file on disk is modified. None of your projects are modified or benefit from the IDE Fix Pack.
RAD Studio 2010 fixes:
- Undo destroys editor buffer
- F1 key doesn’t work if invoked from the ObjectInspector
- Vista compatible icons (256×256) aren’t supported
- Stepping through the code can be slow
RAD Studio 2009 fixes:
- Stepping through the code can be slow
- Vista compatible icons (256×256) aren’t supported
- Undo destroys editor buffer
- 64 bit Debugger assertion (see also hotfix from Embarcadero for 2009)
- QC #75738: Debugging extremly slow
- QC #71575: Delphi 2009 literal string assigment
- QC #47242: Possible AV when shutting down the IDE
- QC #47807: Error insight fails to find TObject class
- Possible deadlock when Error Insight calls ProcessMessages
- QC #68493: Switching away and back to Delphi orphans focus on Code Editor
- QC #37462: IDE may select the wrong file when performing a ctrl + left-click on a filename in the editor
- QC #22880: Cannot resolve unit name
- QC #58045: Component captions and component icons disappear from form designer
- QC #69456: IDE dead lock when updating the editors
- QC #55910: TDBText.Color always reverts to Parent.Color
- QC #59963: Closing non-modal forms after a task switch can deactivate the application
- QC #56252: TPageControl flickers a lot with active theming
- QC #68730: TLabel is not painted on a themed, double-buffered TTabSheet in Vista
- ToolsAPI IOTAProjectOptions.GetOptionNames destroys options.
- QC #74646: Buffer overflow in TCustomClientDataSet.DataConvert with ftWideString
IDE Fix Pack 2009/2010 2.9
Original Post : http://neodreamer-dev.tistory.com/351
Labels:
CodeGear
,
Delphi
,
Embarcadero
,
IDE Fix Pack
,
RAD Studio 2009
,
RAD Studio 2010
,
RAD Studio IDE
,
TistoryOldPost
2009/12/06
Delphi IDE Fix Pack 2009/2010 2.8 Released
Embacadero RAD Studio 2009/2010 의 통합 개발 환경(IDE)의 버그를 수정한 IDE Fix Pack 이 2.8 버전을 공개하였다.
이번 버전에서 수정된 사항
RAD Studio 2010 fixes:
RAD Studio 2009 fixes:
Original Post : http://neodreamer-dev.tistory.com/343
이번 버전에서 수정된 사항
RAD Studio 2010 fixes:
- Undo destroys editor buffer
- F1 key doesn’t work if invoked from the ObjectInspector
- Vista compatible icons (256×256) aren’t supported
- Stepping through the code can be slow
RAD Studio 2009 fixes:
- Stepping through the code can be slow
- Vista compatible icons (256×256) aren’t supported
- Undo destroys editor buffer
- 64 bit Debugger assertion
- QC #71575: Delphi 2009 literal string assigment
- QC #47242: Possible AV when shutting down the IDE
- QC #47807: Error insight fails to find TObject class
- Possible deadlock when Error Insight calls ProcessMessages
- QC #37462: IDE may select the wrong file when performing a ctrl + left-click on a filename in the editor
- QC #22880: Cannot resolve unit name
- QC #58045: Component captions and component icons disappear from form designer
- QC #69456: IDE dead lock when updating the editors
- QC #55910: TDBText.Color always reverts to Parent.Color
- QC #59963: Closing non-modal forms after a task switch can deactivate the application
- QC #56252: TPageControl flickers a lot with active theming
- QC #68730: TLabel is not painted on a themed, double-buffered TTabSheet in Vista
- ToolsAPI IOTAProjectOptions.GetOptionNames destroys options.
- QC #74646: Buffer overflow in TCustomClientDataSet.DataConvert with ftWideString
Original Post : http://neodreamer-dev.tistory.com/343
Labels:
C++ Builder
,
CodeGear
,
Delphi
,
Embarcadero
,
IDE
,
RAD Studio 2009
,
RAD Studio 2010
,
TistoryOldPost
2009/08/31
Embarcadero RAD Studio 2010 을 설치하다.
얼마전 발표된 RAD Studio 2010의 시험판을 설치해 보았다.
64비트 지원이 되지 않는 점이 좀 아쉽기는 했지만 더 멋진 개발 툴이 되기 위해서 개발 툴 내부에 대한 대규모 공사가 진행된 버전이라는데 끌려 설치해 보았다.
시험판을 다운로드 받는 건 어렸지 안았다. 아래 사이트를 방문해서 다운 받으면 된다.
http://www.codegear.com/downloads/free/cppbuilder
위 사이트에 가입을 하고 시험판을 다운 받으면 30일 동안 사용 가능한 제품번호를 메일로 전송해 준다.
다운 받아 설치를 시작하니 아래와 같은 시작화면이 나왔다.



설치할 때 특별히 설정을 요구하는 것 없이 쉽게 설치를 마쳤다.
RAD Studio 2010 첫화면.

이전 버전과의 큰 차이는 없었다.
그리고 빈 프로젝트를 하나 만들어 보았다. 역시 별 차이가 없었다. 눈에 띄는건 Object Inspector 의 boolean 형 값에 체크박스가 보이는 정도라고 할까?


Original Post : http://neodreamer-dev.tistory.com/314
64비트 지원이 되지 않는 점이 좀 아쉽기는 했지만 더 멋진 개발 툴이 되기 위해서 개발 툴 내부에 대한 대규모 공사가 진행된 버전이라는데 끌려 설치해 보았다.
시험판을 다운로드 받는 건 어렸지 안았다. 아래 사이트를 방문해서 다운 받으면 된다.
http://www.codegear.com/downloads/free/cppbuilder
위 사이트에 가입을 하고 시험판을 다운 받으면 30일 동안 사용 가능한 제품번호를 메일로 전송해 준다.
다운 받아 설치를 시작하니 아래와 같은 시작화면이 나왔다.
설치 시작 화면
설치 중 화면
설치 중 화면
설치할 때 특별히 설정을 요구하는 것 없이 쉽게 설치를 마쳤다.
RAD Studio 2010 첫화면.
RAD Studio 2010 시작 화면
이전 버전과의 큰 차이는 없었다.
그리고 빈 프로젝트를 하나 만들어 보았다. 역시 별 차이가 없었다. 눈에 띄는건 Object Inspector 의 boolean 형 값에 체크박스가 보이는 정도라고 할까?
빈 프로젝트 생성 화면
RAD Studio 2010 About Box
Original Post : http://neodreamer-dev.tistory.com/314
Labels:
C++ Builder 2010
,
CodeGear
,
Delphi 2010
,
Embarcadero
,
RAD Studio 2010
,
TistoryOldPost
2009/04/30
Delphi 2010 v14.0.3391.20582
인터넷으로 우연히 Delphi 2010 버전에 대한 소식을 접하게 되었다.
Delphi 2010 버전의 경우 64비트를 지원한다는데 상당히 기대 되는 버전 이었는데 벌써 베타 버전이 나온 듯 하다. 그래서 인터넷 사이트를 둘러 보았는데 Delphi 2010 버전에 대한 정보가 심심치 않게 올라오고 있었다.
"Delphi 2010" 키워드 만으로는 검색되는 내용이 2010버전에서 지원되는 사항과 간단한 스크린 샷 정도인데 빌드 번호 "v14.0.3391.20582"로 검색을 해 보면 현재 누출된 베타 버전에 대한 정보도 찾을 수 있었다.
대부분 중국사이트를 통해 누출이 되었는데 다운 받아서 설치를 해 봐야겠다.
구글의 "14.0.3391.20582" 검색 결과
검색 결과에 포함되어 있는 몇몇 사이트들
http://hosxp.net/index.php?option=com_smf&Itemid=28&topic=9877.0
http://hi.baidu.com/delphilee/blog/item/bbcac734e97f4546241f1437.html
http://www.programbbs.com/bbs/printpage.asp?BoardID=12&id=19537
http://bbs.2ccc.com/topic.asp?topicid=32105
Original Post : http://neodreamer-dev.tistory.com/299
Labels:
CodeGear
,
Delphi 2010
,
Delphi v14.0.3391.20582
,
TistoryOldPost
,
Weaver RAD Studio
2009/03/05
IDE Fix Pack 2009 2.5 Released!!
Rad Studio 2007/2009 의 IDE 버그를 패치하는 IDE Fix Pack 이 2.5 버전을 공개 하였다.

IDE Fix Pack 2009 2.5
Original Post : http://neodreamer-dev.tistory.com/265
- QC #47807: Error insight fails to find TObject class
- Possible deadlock when Error Insight calls ProcessMessages
- Error Insight defines VER190 instead of VER200
- QC #37462: IDE may select the wrong file when performing a ctrl + left-click on a filename in the editor
- QC #67351: Debugger invokes anonymous method by itself
- QC #22880: Cannot resolve unit name
- QC #58045: Component captions and component icons disappear from form designer
- QC #50278: IDE Compiler opens all files in ReadWrite mode and blocks command line compiler
- QC #69456: IDE dead lock when updating the editors
- QC #55910: TDBText.Color always reverts to Parent.Color
- QC #68647: Infinite loop in Forms.GetNonToolWindowPopupParent
- QC #68740: Lost focus after TOpenDialog when MainFormOnTaskBar is set
- QC #59963: Closing non-modal forms after a task switch can deactivate the application
- QC #66892: Closing forms deactivates the application (missing “stdcall”)
- QC #64484: SysUtils.Abort can raise an AccessViolation
- QC #56252: TPageControl flickers a lot with active theming
- QC #68730: TLabel is not painted on a themed, double-buffered TTabSheet in Vista
IDE Fix Pack 2009 2.5
Original Post : http://neodreamer-dev.tistory.com/265
Labels:
C++ Builder
,
CodeGear
,
Delphi
,
IDE Fix Pack
,
RAD Studio 2007
,
RAD Studio 2009
,
RAD Studio 2009 IDE Patch
,
TistoryOldPost
2009/02/14
TurboC++ Explorer 에서 Indy9 사용하기
[출처]
볼랜드 포럼 : 김태선 님
http://cbuilder.borlandforum.com/impboard/impboard.dll?action=read&db=bcb_tip&no=858
TurboC++ Explorer 버전에는 Indy 9과 Indy 10이 모두 들어 있습니다.
다만 컴포넌트로 설치되어 있지 않아 디자인 타임에 쓸 수 없을 따름입니다.
하지만 코드로 동적 생성해서 사용하는 것은 아무런 문제가 없습니다.
Indy 9은 9.0.50 버전이 들어 있어 Indy 9을 잘 쓰는 분들은 9.0.18 쓰듯이 쓸 수 있습니다.
코딩으로는 아래처럼 동적 생성해서 사용할 수 있습니다.
하지만 링크에서 에러를 내는데, 이는
Install Packages->Runtime Packages에 한줄로 패키지 명이 나열되어 있는 끝에
;indy 를 추가해 주면 됩니다.
그러면 링크 및 실행화일 만들어 내는데 아무런 문제 없이 잘 됩니다.
하지만 단독실행 화일을 만들때는 안되므로 이때는 코드 중에
#pragma link "indy.lib"
를 한줄 넣어주면 됩니다.
코딩으로 일일이 인디를 쓰자면 조금 답답한 면이 있는데,
이는 Builder 6 Personal 버전에 Indy9를 설치하면 디자인타임에 쓸수 있으므로, 같은 코딩을 해보면
Include 파일 및 이벤트 핸들러 프로토타입 형태의 코드가 생성되므로
이를 그대로 TurboC++ Explorer 버전에 복사해서 쓰면 됩니다.
이는 TurboC++ Explorer 설치시 Indy 9을 선택한 뒤라 이렇게만 해도 되는데,
인디 10을 선택한 경우는 Search Path를 Indy9으로 재조정해야 합니다.
그럼
Original Post : http://neodreamer-dev.tistory.com/253
볼랜드 포럼 : 김태선 님
http://cbuilder.borlandforum.com/impboard/impboard.dll?action=read&db=bcb_tip&no=858
TurboC++ Explorer 버전에는 Indy 9과 Indy 10이 모두 들어 있습니다.
다만 컴포넌트로 설치되어 있지 않아 디자인 타임에 쓸 수 없을 따름입니다.
하지만 코드로 동적 생성해서 사용하는 것은 아무런 문제가 없습니다.
Indy 9은 9.0.50 버전이 들어 있어 Indy 9을 잘 쓰는 분들은 9.0.18 쓰듯이 쓸 수 있습니다.
코딩으로는 아래처럼 동적 생성해서 사용할 수 있습니다.
#include <idbasecomponent.hpp>
#include <idcomponent.hpp>
#include <idtcpclient.hpp>
#include <idtcpconnection.hpp>
#include <idtcpserver.hpp>
//---------------------------------------------------------------------------
void __fastcall TForm1::FormCreate(TObject *Sender)
{
TCPServer = new TIdTCPServer(this);
TCPServer->DefaultPort = 80;
Caption = TCPServer->Version;
}
//---------------------------------------------------------------------------
하지만 링크에서 에러를 내는데, 이는
Install Packages->Runtime Packages에 한줄로 패키지 명이 나열되어 있는 끝에
;indy 를 추가해 주면 됩니다.
그러면 링크 및 실행화일 만들어 내는데 아무런 문제 없이 잘 됩니다.
하지만 단독실행 화일을 만들때는 안되므로 이때는 코드 중에
#pragma link "indy.lib"
를 한줄 넣어주면 됩니다.
코딩으로 일일이 인디를 쓰자면 조금 답답한 면이 있는데,
이는 Builder 6 Personal 버전에 Indy9를 설치하면 디자인타임에 쓸수 있으므로, 같은 코딩을 해보면
Include 파일 및 이벤트 핸들러 프로토타입 형태의 코드가 생성되므로
이를 그대로 TurboC++ Explorer 버전에 복사해서 쓰면 됩니다.
이는 TurboC++ Explorer 설치시 Indy 9을 선택한 뒤라 이렇게만 해도 되는데,
인디 10을 선택한 경우는 Search Path를 Indy9으로 재조정해야 합니다.
그럼
Original Post : http://neodreamer-dev.tistory.com/253
Labels:
C++
,
C++ Builder
,
CodeGear
,
TistoryOldPost
,
Turbo C++
,
Turbo C++ Explorer
2008/11/20
CodeGear RAD Studio IDE Fix Pack 2009 1.0
얼마전 출시한 CodeGear 사의 RAD Studio 2009 의 IDE 버그를 수정하는 프로그램 이다.
곧 Prism 을 포함한 정식 RAD Studio 가 출시되면 해결될 문제들이기는 하겠지만....
출처 및 다운로드 : http://andy.jgknet.de/blog/?page_id=246
Original Post : http://neodreamer-dev.tistory.com/203
Labels:
CodeGear
,
RAD Studio 2009
,
RAD Studio 2009 IDE Patch
,
TistoryOldPost
2008/09/18
굿모닝 팝스 mp3 재생 및 다운로더 v7 build 17
재생만 된다면 더이상의 버전업을 하지 않으려 했는데 또 하게 되었다.
단팥 사이트가 유료화가 진행중으로 쉽게 데이터에 접근을 할 수 없게 만들어서 프로그램 수정이 불가피해졌다.
rss에서 보여지는 mp3의 경로가 옳바르지 않고 단팥플레이어로 접근을해서 다운 받아야 하는데 하루에 무료로 다군 받을 수 있는 개수가 제한 되어 있다.
간단한 URL 치환으로 다운로드 받을 수 있지만 이러한 방법이 언제 또 바뀔지 모르겠다. 일단 다운로드를 받을 수 있도록 수정을 하였다.
다운로드
Original Post : http://neodreamer-dev.tistory.com/163
Labels:
C++
,
C++ Builder
,
CodeGear
,
TistoryOldPost
,
Turbo C++
,
굿모닝 팝스
,
굿모닝 팝스 MP3
2008/09/15
Delphi Distiller v1.44 released
델파이툴의 여러가지 트윅을 설정 할 수 있는 프로그램이다.
한동안 뜸 했다가 델파이 2009 버전의 발표로 다시 활성화 되었다.
백업 파일 설정및 기타 패키지 관련 설정을 할 수 있다.
Delphi Distiller Site
Tip. Ctrl + Alt + L 을 누르면 멋진 걸 볼 수 있다
Original Post : http://neodreamer-dev.tistory.com/155
한동안 뜸 했다가 델파이 2009 버전의 발표로 다시 활성화 되었다.
백업 파일 설정및 기타 패키지 관련 설정을 할 수 있다.
Delphi Distiller Site
Tip. Ctrl + Alt + L 을 누르면 멋진 걸 볼 수 있다
Original Post : http://neodreamer-dev.tistory.com/155
Labels:
C++ Builder
,
CodeGear
,
Delphi
,
Delphi Distiller
,
TistoryOldPost
2008/09/12
Delphi & C++ Builder 2009 ISO download
얼마전 ESD 형식으로 발표한 Delphi & C++ Builder 2009 Trial 버전이 ISO 버전으로도 공개가 되었다.
ESD의 경우 설치될 파일의 용량이 130MB 에 불과했는데 이는 도움말을 빼고 주요기능만을 테스트 하기 위한 버전으로 생각이 되는데 이번에 공개된 ISO 버전은 1.9G에 달한다.
Trial 버전으로 공개된 이 버전은 모든 기능을 포함하고 있는 것으로 생각된다.
Trial 등록시에 받은 Serial Key로 Trial 사용이 가능하다 한다.
출처:
Nick Hodges's Blog
www.delphi.org
다운로드
CodeGear Download Page
Delphi & C++ Builder 2009 Trial ISO 다운로드
Original Post : http://neodreamer-dev.tistory.com/154
ESD의 경우 설치될 파일의 용량이 130MB 에 불과했는데 이는 도움말을 빼고 주요기능만을 테스트 하기 위한 버전으로 생각이 되는데 이번에 공개된 ISO 버전은 1.9G에 달한다.
Trial 버전으로 공개된 이 버전은 모든 기능을 포함하고 있는 것으로 생각된다.
Trial 등록시에 받은 Serial Key로 Trial 사용이 가능하다 한다.
출처:
Nick Hodges's Blog
www.delphi.org
다운로드
CodeGear Download Page
Delphi & C++ Builder 2009 Trial ISO 다운로드
Original Post : http://neodreamer-dev.tistory.com/154
Labels:
C++ Builder 2009 Trial
,
CodeGear
,
Delphi 2009 Trial
,
iso
,
TistoryOldPost
2008/09/10
Delphi and C++Builder 2009 Trial 이 공개되었다!!
Delphi & C++ Builder 2009 설치 화면
얼마전 Borland 에서 Embarcadero 로 소속을 바꾼 CodeGear 에서 새로운 개발툴을 발표하였는데 드디어 시험판이 공개 되었다.
이번 버전의 가장 큰 점은 유니코드에 대한 지원이며 이번 시험판은 14일간의 시험 기간이 주어지니 개발 툴에 대해 간단히 맛볼 수 있는 기간이라 생각된다.
다음은 Embarcadero 홈페이지에서 소개한 글이다.
14-day trial of Delphi 2009 and C++Builder 2009 Architect edition
English, French, German and Japanese
During the install process, you can choose to install Delphi, C++Builder or both.
To install the Delphi and C++Builder Trial:
- Request a trial serial number using the Send Activation button on the left side of this page
- Click the download button to download the installer .zip file
- Unzip the installer .zip file to an empty directory on your hard drive
- Run install.exe
- The install launcher will appear with buttons to install multiple items that are part of the product
- When prompted, enter the serial number for the product that you received via email after clicking the "Send Activation" button on the left side of the trial download page
- To install the online help, you need to return to the install launcher and select the online help button in a separate operation from the product install
The trial is a multi-part download. You download and run the install launcher which will in turn download additional files based on your feature selection. The total download size may be up to 1GB including up to 500MB for prerequisites like the Microsoft Windows Platform SDK and Internet Explorer (if you don't already have them installed) and up to 500MB for the Delphi and C++Builder install files, depending on the features you select.
You will be prompted to enter your serial number during the process. An Internet connection is required during installation. After installation, you must register your trial version before you can use the product.
정식 제품은 10월경에 출시 된다 한다.
다운로드 및 Activation 신청 페이지
Original Post : http://neodreamer-dev.tistory.com/153
Labels:
C++ Builder 2009 Trial
,
CodeGear
,
Delphi 2009 Trial
,
Embarcadero
,
TistoryOldPost
2008/08/26
RAD Studio 2009 출시 (Delphi, C++ Builder 2009)
CodeGear 가 다시한번 일을 냈다.
차세대 개발툴인 Delphi 2009 와 C++ Builder 2009를 출시하였다.
이번 출시는 조금 늦은감이 있긴 하지만 Unicode를 지원하고 있다. 그리고 요즘 활성화 되어있는 PNG 형식의 이미지를 지원하고 CodeGear를 인수한 Embarcadero 의 ER/Studio를 통합하여 데이터베이스 응용프로그램을 보다 효과적으로 개발 할 수 있다.
출시 안내문에서 발췌한 이번 버전의 특징
- New Visual Component Library (VCL)
components including Microsoft Office style ribbon controls, Portable
Network Graphics (PNG) image support, dozens of new capabilities for
existing controls, and the ability to seamlessly build powerful UIs for
Windows XP and Vista desktop applications simultaneously. - Major
new language features including Delphi generics and anonymous methods,
and the first commercial IDE support for C++0x and Technical Report 1
(TR1) in the C++ language. - VCL for the Web for creating AJAX and Silverlight-enabled rich intranet and line of business web applications.
- Updated
built-in dbExpress support for CodeGear InterBase® and Blackfish™ SQL,
Oracle®, Microsoft SQL Server™ , Informix®, IBM® DB2®, SQL Anywhere®,
Sybase® and MySQL® databases.
CodeGear Office website
차세대 델파이 2009 및 C++빌더 2009 출시 안내문 (영어)
차세대 델파이 2009 및 C++빌더 2009 출시 안내문 (한글-볼랜드포럼의 임프님 번역)
What's new in Delphi 2009
Original Post : http://neodreamer-dev.tistory.com/148
Labels:
C++ Builder 2009
,
CodeGear
,
Delphi 2009
,
Embarcadero
,
RAD Studio 2009
,
TistoryOldPost
2008/05/05
DelphiSpeedUp 2.76 Released
DelphiSpeedUp 은 CodeGear 툴의 IDE 성능 개선 Plugin.
Features:
* Improves Delphi/BCB/BDS's load times
* Optimizes often used RTL functions by functions form the FastCode project
* All optimizations are done in memory and do not change any file on disk
* Adds a "Close all and kill" menu item to the "File" menu that terminates the IDE very fast
* The fast termination is used when you close the IDE while pressing the CTRL key.
* Shows waiting cursor while loading designtime package
Supported IDEs:
* C++Builder 5, 6
* Delphi 5, 6, 7
* Borland Developer Studio 2005, 2006
* CodeGear RAD Studio 2007 (December Update)
# Version 2.76 (2008-05-03)
* Fixed: Huge memory leak in DLL hooking code
Homepage
Download
Original Post : http://neodreamer-dev.tistory.com/99
Features:
* Improves Delphi/BCB/BDS's load times
* Optimizes often used RTL functions by functions form the FastCode project
* All optimizations are done in memory and do not change any file on disk
* Adds a "Close all and kill" menu item to the "File" menu that terminates the IDE very fast
* The fast termination is used when you close the IDE while pressing the CTRL key.
* Shows waiting cursor while loading designtime package
Supported IDEs:
* C++Builder 5, 6
* Delphi 5, 6, 7
* Borland Developer Studio 2005, 2006
* CodeGear RAD Studio 2007 (December Update)
# Version 2.76 (2008-05-03)
* Fixed: Huge memory leak in DLL hooking code
Homepage
Download
Original Post : http://neodreamer-dev.tistory.com/99
Labels:
C++ Builder
,
CodeGear
,
DelphiSpeedUp
,
plugin
,
TistoryOldPost
,
Turbo C++
,
VCL
2008/04/21
DelphiSpeedUp 2.75 Released!!
DelphiSpeedUp 은 CodeGear 툴의 IDE 성능 개선 Plugin.
Features:
* Improves Delphi/BCB/BDS's load times
* Optimizes often used RTL functions by functions form the FastCode project
* All optimizations are done in memory and do not change any file on disk
* Adds a "Close all and kill" menu item to the "File" menu that terminates the IDE very fast
* The fast termination is used when you close the IDE while pressing the CTRL key.
* Shows waiting cursor while loading designtime package
Supported IDEs:
* C++Builder 5, 6
* Delphi 5, 6, 7
* Borland Developer Studio 2005, 2006
* CodeGear RAD Studio 2007 (December Update)
# Version 2.75 (2008-04-19)
* Fixed: FastQuit (Ctrl+Quit) ignored the "Cancel" button in the "Do you want to save?" dialog
* Added: Fix for TCustomActionList.Notification memory overwrite (also in IDEFixPack for RAD Studio 2007; not fixed for Delphi 5)
* Added: No delay after switching from Text DFM to the form designer (Delphi 2006, RAD Studio 2007)
Homepage
Downl
Original Post : http://neodreamer-dev.tistory.com/98
Features:
* Improves Delphi/BCB/BDS's load times
* Optimizes often used RTL functions by functions form the FastCode project
* All optimizations are done in memory and do not change any file on disk
* Adds a "Close all and kill" menu item to the "File" menu that terminates the IDE very fast
* The fast termination is used when you close the IDE while pressing the CTRL key.
* Shows waiting cursor while loading designtime package
Supported IDEs:
* C++Builder 5, 6
* Delphi 5, 6, 7
* Borland Developer Studio 2005, 2006
* CodeGear RAD Studio 2007 (December Update)
# Version 2.75 (2008-04-19)
* Fixed: FastQuit (Ctrl+Quit) ignored the "Cancel" button in the "Do you want to save?" dialog
* Added: Fix for TCustomActionList.Notification memory overwrite (also in IDEFixPack for RAD Studio 2007; not fixed for Delphi 5)
* Added: No delay after switching from Text DFM to the form designer (Delphi 2006, RAD Studio 2007)
Homepage
Downl
Original Post : http://neodreamer-dev.tistory.com/98
Labels:
C++
,
C++ Builder
,
CodeGear
,
DelphiSpeedUp
,
plugin
,
TistoryOldPost
,
Turbo C++
,
VCL
2008/04/15
C++ Builder 또는 Turbo C++ 에서 OpenCV 사용하기
OpenCV (Open source Computer Vision) 소스를 C++ Builder 나 Turbo C++ 에서 사용하기위해 Borland C++ Compiler 5.5로 컴파일한 데이터 이다.
이를 사용하기 위해서는 해당 프로젝트에 포함 파일 경로와 라이브러리 경로를 정해 주어야하고 프로젝트에 라이브러리를 넣어 주어야한다.



간단한 사용 예
CodeGear 툴용 OpenCV 파일들 :
Original Post : http://neodreamer-dev.tistory.com/95
이를 사용하기 위해서는 해당 프로젝트에 포함 파일 경로와 라이브러리 경로를 정해 주어야하고 프로젝트에 라이브러리를 넣어 주어야한다.
Include 경로 추가
Library 경로 추가
프로젝트에 포함된 파일들
간단한 사용 예
#include <cv.h>
#include <highgui.h>
if (dlgOpen->Execute())
{
// CvvImage 를 활용한 폼에 이미지 출력하기
CvvImage cvImage;
cvImage.Load(dlgOpen->FileName.c_str(), 1);
TRect rcImg;
rcImg.Left = 0;
rcImg.Top = 0;
rcImg.Right = m_cvImage.Width();
rcImg.Bottom = m_cvImage.Height();
cvImage.DrawToHDC(Canvas->Handle, &rcImg);
// 이미지를 불러와 OpenCV 창에 출력하기
IplImage* color_img = cvLoadImage(dlgOpen->FileName.c_str(),
CV_LOAD_IMAGE_UNCHANGED);
cvNamedWindow("color_img", CV_WINDOW_AUTOSIZE);
cvShowImage("color_img", color_img);
cvReleaseImage( &color_img );
}
CodeGear 툴용 OpenCV 파일들 :
Original Post : http://neodreamer-dev.tistory.com/95
Labels:
C++ Builder
,
CodeGear
,
OpenCV
,
TistoryOldPost
,
Turbo C++
,
VCL
2008/03/11
Turbo C++ 동적 MDB (Access Database) 생성하기
// For Create MDB
#include <odbcinst.h>
#pragma link "Odbccp32.lib"
strMainDBPath = "CREATE_DB=\"" + strMainDBPath + "\" General\0";
bool bCreated;
bCreated = SQLConfigDataSource(
NULL,
ODBC_ADD_DSN,
"Microsoft Access Driver (*.mdb)",
strMainDBPath.c_str() );
if (bCreated == true)
{
ShowMessage("Created!!");
}
else
{
ShowMessage("Fail to create database");
}
Original Post : http://neodreamer-dev.tistory.com/83
Labels:
Access
,
C++
,
C++ Builder
,
CodeGear
,
MDB
,
TistoryOldPost
,
Turbo C++
2008/03/04
Turbo C++ Explorer 에 날개를 달자!
2007 을 발표하기 전에 Turbo 시리즈를 발표하였다. Turbo 시리즈는 예전 볼랜드의 명작인 Turbo C++을 연상케
하는데 이 버전은 Developer Studio 2006 버전을 기반으로 하여 각각의 언어(Delphi Win32, Delphi
.NET, C++ Builder, C#) 별로 패키징하여 공개하였다. 요근래에 자료를 찾아보니 Turbo C#은 Turbo Delphi .NET 을
대체된것으로 보이며 CodeGear 측에서는 더 이상 제공하지 않고 있다. 하지만 여러곳에 미러링되어 있기때문에 구하기 어렵지 않다.
Turbo
시리즈는 Explorer 버전과 Pro 버전으로 나뉘는데 두 버전의 차이는 상용컴포넌트를 설치할 수 있느냐 없느냐의 차이만 있고
기본적인 사양은 동일하다.
Turbo 시리즈는 각각의 제품을 동시에 하나의 PC에 설치할 수 없다. TurboMerge 라는
프로그램을 사용하면 가능한데 처음 머지를 했을때는 문제 없이 되었는데 요즘에 다시 해보니 잘 되지 않았다. 내 PC에 문제가
있어그런건지 캐보지는 않아서 확실한건 아니다. 내가 주로 사용하는 툴이 C++ 이다 보니 Delphi는 사용할 기회가 없어 설치하지 않았다.
이 글은 여러 패키지중에 Turbo C++ Explorer을 활용하는 방법에 대하여 다룰 것이다.
Turbo
C++ Explorer 는 C++ Builder 2006을 전신으로하는 제품으로 기존의 제폼에 비해 완성도가 많이 좋아졌다.
하지만 이 버전의 단점을 보면 우선 C++ Builder 2006 버전도 그렇지만 컴파일 시간이 오래 걸린다른 단점이 있고 코딩에 있어서 IDE의 지원이 조금 미비하다는 것이다. 미비하다는 건 Visual C++ 의 자체 Intellisense
보다 못하다는 것이 아니고 Visual C++ 의 상용 플러그 인인 Visual Assist 의 기능에 비해 다소 미비하다는
의미이다.
이제 Turbo C++ Explorer 이 갖고 있는 단점을 날려버릴 날개를 달아보자.
Turbo C++을 Tweak 해보자
DelphiDistiller는 Borland 나 CodeGear 제품에 대한 Tweak을 해주는 프로그램으로 프로그램을 실행하면 설치된 제품을 찾아 Tweak 탭이 자동 활성화 된다.
이 툴을 이용하면 불필요하게 생기는 백업 파일과 히스토리 파일의 생성을 막을 수 있다.
그리고 중요한 한가지 더 Tweak 탭에서 Ctrl + Alt + L 을 누르면 탭 내용 마지막에 한가지 선택박스가 활성화 되는데 이를 꼭 체크하고 OK 를 누른다.
Show hint..
코딩을 도와줄 GExperts 를 설치한다.
GExperts 는 IDE의 기능을 확장해 주는 프로그램으로 Form 디자이너에 다양한 기능을 지원하며 코딩에 있어서도 많은 도움이 된다.
아래 이미지는 GExperts 에서 지원하는 기능들이다.
IDE 속도를 높여보자
DelphiSpeedUp IDE 플러그 인을 설치하면 자주 사용하는 RTL 함수들을 Fastcode 함수로 최적화하여 IDE 의 속도를 높여준다.
이 프로그램을 설치하면 프로그램 시작시 나오는 스플래시 화면 우측 상단에 DelphiSpeedUp 플러그인이 로딩되는 프로그래스 바가 출력된다.
Turbo C++ 의 컴파일 속도를 높여보자
C++ 을 사용하다가 Delphi를 사용하는 사람들이 감탄하는 것 중하나가 컴파일 시간이다. 델파이는 큰프로젝트도 단숨에
컴파일하여 실행 파일을 생성한다. 이런 컴파일 속도는 언어의 구조적 차이 때문에 발행한다고 한다. 델파이는 .pas 파일 하나로
정의와 선언이 다 되는 반면 C 나 C++ 은 헤더 파일과 소스파일이 구분되어 이를 해석하는 시간이 더 소요된다 한다.
델파이와는 비교 대상이 되지 않지만 Visual C++ 과 비교를 해보면 Turbo C++ 가 많이 느린 것을 체감 할 수 있다. Visual C++ 은
Precompiled Header File 을 이용하여 한번 컴파일을 한 후에 다음에 컴파일 할때는 미리 컴파일 해둔 파일을 사용하므로 매번 전체 컴파일은 하는 Turbo C++에 비해 체감속도가 월등히 빨라 보인다.
RAD Studio 2007에 와서 MSBuild 체계를 도입해 그 차이가 많이 줄었다고 하지만 Turbo C++ 사용자에게는
그림에 떡이니... 그래도 방법이 없는 건 아니다. 바로 bcc32pch 라는 플러그 인 인데 이 플러그 인은 CodeGear( from
Borland ) C++ 툴에서 Procompiled Header File 을 사용할 수 있게 해주는 플러그 인이다. 이 플러그
인을 설치하면 보다 빠른 컴파일 시간을 체감할 수 있다.
Turbo C++에 날개를 달아보 았으니 이제 비상을 해보자!
Turbo Explorer
DelphiDistiller
GExperts
DelphiSpeedUp
bcc32pch
Original Post : http://neodreamer-dev.tistory.com/77
Labels:
bcc32pch
,
C++ Builder
,
CodeGear
,
DelphiDistiller
,
DelphiSpeedUp
,
GExperts
,
plugin
,
TistoryOldPost
,
Turbo C++
,
VCL
CodeGear 의 최신 RAD Studio 2007 ISO 다운받기
파일 이름에는 Dec 2007이라고 되어 있지만 이는 최근 발표한 2008년 2월자 도움말 업데이트까지 포함되어 있는 것이다.
공개를 하였다해서 누구나 다 사용할 수 있도록 라이센스까지 공개한건 아니고 재설치 사용자나 업데이트 사용자의 편의를 위해 공개한 것으로 보인다. 이 개발툴을 사용하려면 라이센스가 있어야 한다.
DVD ISO 이미지 파일은 CodeGear로부터 누구나 다운 받을 수 있도록 오픈되어있다.
관련 내용
http://cc.codegear.com/item/25015
FTP 다운로드 ( 4.2GB )
ftp://ftpd.codegear.com/download/radstudio2007/CodeGearRADStudio2007_Dec2007.iso
Original Post : http://neodreamer-dev.tistory.com/76
Labels:
C++ Builder 2007
,
CodeGear
,
Delphi 2007
,
RAD Studio 2007
,
TistoryOldPost
2008/02/25
DelphiSpeedUp 2.73 Released!!
DelphiSpeedUp 은 CodeGear 툴의 IDE 성능 개선 Plugin 이다. IDE 의 속도를 개선해 준다.
Features:
* Improves Delphi/BCB/BDS's load times
* Optimizes often used RTL functions by functions form the FastCode project
* All optimizations are done in memory and do not change any file on disk
* Adds a "Close all and kill" menu item to the "File" menu that terminates the IDE very fast
* The fast termination is used when you close the IDE while pressing the CTRL key.
* Shows waiting cursor while loading designtime package
Supported IDEs:
* C++Builder 5, 6
* Delphi 5, 6, 7
* Borland Developer Studio 2005, 2006
* CodeGear RAD Studio 2007 (December Update)
Homepage
Download
Original Post : http://neodreamer-dev.tistory.com/64
Features:
* Improves Delphi/BCB/BDS's load times
* Optimizes often used RTL functions by functions form the FastCode project
* All optimizations are done in memory and do not change any file on disk
* Adds a "Close all and kill" menu item to the "File" menu that terminates the IDE very fast
* The fast termination is used when you close the IDE while pressing the CTRL key.
* Shows waiting cursor while loading designtime package
Supported IDEs:
* C++Builder 5, 6
* Delphi 5, 6, 7
* Borland Developer Studio 2005, 2006
* CodeGear RAD Studio 2007 (December Update)
Homepage
Download
Original Post : http://neodreamer-dev.tistory.com/64
Labels:
C++ Builder
,
CodeGear
,
Delphi
,
DelphiSpeedUp
,
TistoryOldPost
,
Turbo C++
2008/02/13
Delphi 2008 에 대하여 설문 조사가 진행중 입니다.
Borland 에서 CodeGear 로 개발툴 사업이 분리되면서 개발툴 사업의 진행이 빨라졌고 개발자들의 의견에 좀 더 귀를 귀울이고 있네요.
개발툴의 업그레이드 버전 개발시 개발자로 부터 많은 의견을 접수 하는 것 같습니다. 이번에는 델파이 2008 에 대한 설문 조사가 한글로 올라와 있어 보다 쉽게 참여할 수 있네요.
The 2008 Delphi Survey 참여하기
Original Post : http://neodreamer-dev.tistory.com/59
개발툴의 업그레이드 버전 개발시 개발자로 부터 많은 의견을 접수 하는 것 같습니다. 이번에는 델파이 2008 에 대한 설문 조사가 한글로 올라와 있어 보다 쉽게 참여할 수 있네요.
The 2008 Delphi Survey 참여하기
Original Post : http://neodreamer-dev.tistory.com/59
Labels:
CodeGear
,
Delphi 2008
,
TistoryOldPost
,
개발툴
,
델파이 2008
,
설문조사
Subscribe to:
Posts
(
Atom
)