Tools/Utilities Утилиты для delphi / utilities for delphi

ASGDeveloper

Member
Joined
Jun 2, 2008
Messages
42
Reaction score
34
Advanced Installer 7.7
Это мощное и простое в использовании средство для создания программа установок в формате EXE/MSI за считанные минуты.
This powerful and easy-to-use tool to create program plants in format EXE/MSI a few minutes.

Русский триал (Trial (russian)):
http://depositfiles.com/ru/files/qz5n06q74
Английский триал (Trial (english)):
http://www.advancedinstaller.com/downloads/advinst.msi
Патч (Patch):
http://www.mediafire.com/?qffdymzmttm

Спасибо loginvovchyk
Thanks loginvovchyk
 

Faru

Member
Joined
Jan 18, 2009
Messages
31
Reaction score
319
Age
38
Eurekalog 6.0.24 Enterprise Full Source
Update (from previous post)


V6.0.24 includes:
1)...Added: ModuleInfoByAddr and ModuleInfoByHandle routines to improve EurekaLog usage with packages;
2)...Fixed: unable to save empty multi-line properties;
3)...Fixed: Mantis 1.2.1 login issue;
4)...Fixed: EurekaLog wasn't working with IntraWeb and C++ Builder 2010;
5)...Fixed: rare AV in BDS 2010;
6)...Fixed: changes date-time format while EurekaLog application running could break it;
7)...Fixed: splash screen is not large DPI aware;
8)...Fixed: fixed issue with missing wsock32.dll wrapper;
9)...Fixed: wrong encoding for saving some files in BDS 2009 and above;
10)...Fixed: Mantis encoding issues;

http://rapidshare.com/files/409451049/el6024.7z
http://www.onlinedisk.ru/file/484902/
http://www.megaupload.com/?d=HWCEB7K0
http://www.badongo.com/file/23747239
password: ILikeIBuy



Thanks to giv²get
 

Faru

Member
Joined
Jan 18, 2009
Messages
31
Reaction score
319
Age
38
ModelMaker Code Explorer: Delphi Refactoring made easy! As a Class Browser it shows classes (inheritance) and members (fields, methods, properties) in two filtered views, similar to the windows explorer. On the left the Explorer docked in the IDE editor. The Classes view (top) displays classes and inheritance relations for the current module. The Members view (bottom) show the filtered members for the selected class.Integrated with CodeGear Delphi 5 6 7 and Delphi 2005 2006 2007 2009 and 2010.

Navigation features like Member search bar Member Favorites Navigation history help finding your way around in code.

Code Explorer is fully Form Designer aware and, for example, has a special filter to suppress component fields and event handler methods.

As a Refactoring Editor, it makes changing code easy and fast: Classes and members can be created and modified through drag and drop or by selecting options in dedicated dialogs. You to Refactor, edit, correct and delete existing classes and members just as easy as you created them.

Cut,Copy and Paste let you pick up a class, properties and methods and duplicate them or move them to another class or module. Where necessary names and modifiers are automatically adjusted.

Drag and Drop Members on a class to copy / move / convert them. For example: Drag interface members on a class to implement the interface (C#, pascal), Drag a module or local procedure on a class to convert it to a method (pascal)

Use Editor Refactoring's to refactor an entity at cursor position or operate on selected code. For example press Ctrl+Shift+X to invoke Extract Method for the selected code. Configurable keyboard shortcuts make these refactoring-s available with just one keystroke. Common tasks like Add a Field, Modify a Property and Rename Local are all invoked with just one keystroke. Check a demo movie Beyond Templates demo movie with some editor enhancements.

Advanced Code Sort and Rearrange features include:

* Rearrange members in Members view using Drag and Drop in Interface and Implementation (pascal) rearrange modes.
* Rearrange class members using predefined sorting schemes.
* Sort class members according the customizable default scheme.
* Sorting maintains Source Regions and optionally sorts inside regions
* Sorting hints are emitted for classes not matching the default sorting scheme.

Code:

Homepage - http://www.modelmakertools.com/code-explorer/

Download

http://hotfile.com/dl/59974625/6ff1fe9/ModelMaker.Code.Explorer.v8.0.0.1877.rar.html
http://www.fileserve.com/file/Y4RmdpF/ModelMaker.Code.Explorer.v8.0.0.1877.rar


Thanks to Red Devil
 

eddoc

Member
Joined
Oct 1, 2008
Messages
130
Reaction score
456
Age
16
Castalia 2010.3 для D5, D6, D7, D2005, D2006, D2007, D2009, D2010, DXE

Триальники качаем с оффсайта

Таблетка от ENZo по-прежнему в силе (копируете ее в корневой каталог касталии и при запуске ищете bpl-ку соответствующей версии, патчите и можно наслаждаться) :)
[hide="1"]http://rapidshare.com/files/417493847/pill_from_enzo.rar.html
http://webfile.ru/4715067
http://www.multiupload.com/M6D8FBV1H0[/hide]
ps. Работоспособность проверил на D2007, D2010, DXE. Если нетрудно, отпишитесь по поводу других версий.

*** Предупреждение: KIS2010 и Dr.Web детектируют таблетку как угрозу! ***

*** Таблетка "в чистом виде" хакает bpl-файл, потому, просто удивительно, что на нее ругаются только упомянутые антивири ;)

А вообще, таблетку я пользую уже года два, и она исправно служит от версии к версии, не доставляя никаких проблем.
 
Last edited by a moderator:

Tasmany

New member
Joined
Sep 14, 2009
Messages
3
Reaction score
6
Age
37
EurekaLog is the new Delphi and C++Builder add-in tool that gives your application (GUI, Console, Web, etc.) the power to catch all exceptions, memory leaks and detect infinite-loops and deadlocks. It generates a detailed log of the call stack at the point that raised the exception, showing unit, class, method and line number, (see this example), and displays it on screen and optionally sends it back to you via email or to a Web Server (using the HTTP-S/FTP protocols or sending directly to your preferred "Web Bug Traking" tool), thus helping speed up the process of bug-location and resolution by a factor of 10!

EurekaLog - Delphi, C++Builder, C# and VB.NET Exception trapper


EurekaLog 6.0.24
---------------------------
1)...Added: ModuleInfoByAddr and ModuleInfoByHandle routines to improve EurekaLog usage with packages;
2)...Fixed: unable to save empty multi-line properties;
3)...Fixed: Mantis 1.2.1 login issue;
4)...Fixed: EurekaLog wasn't working with IntraWeb and C++ Builder 2010;
5)...Fixed: rare AV in BDS 2010;
6)...Fixed: changes date-time format while EurekaLog application running could break it;
7)...Fixed: splash screen is not large DPI aware;
8)...Fixed: fixed issue with missing wsock32.dll wrapper;
9)...Fixed: wrong encoding for saving some files in BDS 2009 and above;
10)...Fixed: Mantis encoding issues;

Multiupload.com - upload your files to multiple file hosting sites!

Pass: LikeBuy
 

diablo2

New member
Joined
Sep 6, 2010
Messages
4
Reaction score
47
Eurekalog 6.0.24 Enterprise Full Source

1.Added: ModuleInfoByAddr and ModuleInfoByHandle routines to improve EurekaLog usage with packages;
2.Fixed: unable to save empty multi-line properties;
3.Fixed: Mantis 1.2.1 login issue;
4.Fixed: EurekaLog wasn’t working with IntraWeb and C++ Builder 2010;
5.Fixed: rare AV in BDS 2010;
6.Fixed: changes date-time format while EurekaLog application running could break it;
7.Fixed: splash screen is not large DPI aware;
8.Fixed: fixed issue with missing wsock32.dll wrapper;
9.Fixed: wrong encoding for saving some files in BDS 2009 and above;
10.Fixed: Mantis encoding issues;

Download Link:
hotfile: http://hotfile.com/dl/57953935/d60c6d7/el6024.rar.html
depositfiles: http://depositfiles.com/files/477b425ec
 

serg123h

Member
Joined
Oct 8, 2010
Messages
10
Reaction score
18
Не совсем только для Delphi, но полезно - Araxis.Merge.Professional.v2010.3947

Merge is the visual file comparison (diff), merging and folder synchronization application from Araxis. Use it to compare and merge source code, web pages, XML and other text files with native application performance. Directly open and compare the text from Microsoft Office (Word and Excel), OpenDocument, PDF and RTF files. Compare images and binary files. Synchronize folders. Perform code reviews and audits. Work with folder hierarchies containing thousands of files.

[hide=0]http://rapidshare.com/files/426589819/Araxis.Merge.Professional.v2010.3947-BEAN.rar
http://rapidshare.com/files/426595946/Araxis_Merge_Professional_2010_build_3947_x64.rar[/hide]
 
Last edited by a moderator:

VolRus

New member
Joined
Apr 21, 2009
Messages
1
Reaction score
1
Age
39
Delphi Distiller v1.85 released

Утилита для тонкой настройки Delphi 5/6/7/2006/2007/2009/2010.

Позволяет:
1. Активировать скрытые настройки Delphi.
2. Управлять загрузкой packages/experts.
3. Переключать ассоциации файлов проекта между версиями Delphi.
4. Отключение проверки лицензии. Ctrl + Alt + L. Появится закладочка (Secret Stuff)
5. Получить ссылки на обновления Delphi.

New in this version:
+ Delphi 2010 Update 4/5 unprotected permanently.
- To make things less confusing, Delphi 2010 Update 2/3 is not supported any more.

[HIDE=0]http://www.onlinedisk.ru/file/545664[/HIDE]
 
Last edited by a moderator:

asm64d

Member
Joined
Jun 14, 2008
Messages
943
Reaction score
9,629
ModelMaker Code Explorer v9.0.0.1943
Thank to dnvthv

Integrated with CodeGear Delphi 5 6 7 and Delphi 2005 2006 2007 2009 2010 and Delphi XE
[hide=0]
_http://asapload.com/info?id=112164
_http://www.multiupload.com/2GAMP0MU18
_http://www.multisiteupload.com/files/0HOYQQHM/ModelMaker%20Code%20Explorer%20v9.0.0.1943.7z
[/hide]
 

asm64d

Member
Joined
Jun 14, 2008
Messages
943
Reaction score
9,629
ModelMaker v11.0.2.5143 Pascal edition
Thank to dnvthv

Integrated with CodeGear Delphi 5 6 7 and Delphi 2005 2006 2007 2009 2010 and Delphi XE[hide=0]
_http://asapload.com/info?id=112246
_http://www.multiupload.com/EK330SH6K1
_http://www.multisiteupload.com/files/1BWWYZ4Y/ModelMaker%20v11.0.2.5143%20Pascal%20edition.7z
[/hide]
 

dxsoft

Member
Joined
Apr 23, 2010
Messages
10
Reaction score
88
Age
40
A Delphi source encryption plugin

A Delphi source encryption plugin,Use This puglin,Can Encrypt your Source,when source Encrypt,Other Ones Can't Open Source correctly with He's Delphi,But Use this Puglin,and Then Input Right PassWord Can Open the Encrypt Source,this Puglin Remind you encrypt when Save File(Must Set Encrypt Tools Config)
2010102017132021.png

2010102017141480.png

The Puglin Only Support D2007 and D2010
and Can support Multi language switch,you can Edit your Own Language save in Directory"Lang"
Code:
http://www.fileserve.com/file/V4pUqMu
http://www.midupload.com/cilr5j75xclw
 

vladgul

Member
Joined
Dec 27, 2009
Messages
22
Reaction score
6
Additional for Eurekalog 6.0.24 Enterprise Full Source, to use with Delphi XE (expert + component)

*** скрытый блок ***

У кого нибудь работает на Delphi XE? У меня при запуске программы сразу выдает кучку ошибок и прога не запускается. Стоит отключить EurekaLog и все нормально.
 

vladgul

Member
Joined
Dec 27, 2009
Messages
22
Reaction score
6
Если кому интересно, чтобы заработал EurekaLog на Delphi XE, то берем
версию 6.0.24. Адаптируем под Delphi XE - переименовываем package, чтобы был отдельный файлик или пользуемся ссылкой Bowis99
Additional for Eurekalog 6.0.24 Enterprise Full Source, to use with Delphi XE (expert + component)

Затем для корректной работы нужно поправить файл ExceptionLog.pas
функцию ModuleInitTable
Code:
function ModuleInitTable: PackageInfo;
begin
 {$IFDEF Delphi6Down}
  Result := PPointer(DWord(@AllocMemSize) + $84)^;
 {$ELSE}
  {$IFDEF Delphi9Down}
    Result := PInitContext(DWord(@AllocMemSize) + $80).InitTable;
  {$ELSE}
   {$IFDEF Delphi12Up}
    {$IFDEF Delphi15}
     [COLOR="Red"]Result := PInitContext(DWord(@AllocMemSize) + $2210).InitTable[/COLOR]   
    {$ELSE}
     Result := PInitContext(DWord(@AllocMemSize) + $2214).InitTable
    {$ENDIF}
   {$ELSE}
    Result := PInitContext(DWord(@AllocMemSize) + $2218).InitTable
   {$ENDIF}
  {$ENDIF}
 {$ENDIF}
end;
 
Top