Наши преимущества

Компоненты для Delphi/C++Builder ~ Components for Delphi/C++Builder 6

Статус
Закрыто для дальнейших ответов.
N-Manager is an easy-to-use developer tool that allows you to manage network connections and settings in Windows 2000/2003/XP/Vista.

With N-Manager you can:
• Enumerate network adapters, get their names, guids, properties, etc.
• Enable/disable adapters.
• Read and change TCP/IP settings: IP, Mask, Gateway, DNS, DHCP.
• Repair adapters, display properties dialogs.
• Read and change adapters MAC addresses.
• Manage Windows firewall.
• Use "Ping" function.

N-Manager provides a COM ActiveX interface for all API functions so you can easily manage network connections in VB or such .NET languages as VB.NET or C#.

Using the N-Manager component, you don't have to spend your time learning how to manage network connections in Windows, sample applications for various programming languages (C++, VB.NET, C#, Delphi) with complete source code allow you to start working with N-Manager immediately!

The following Windows versions are supported:
• Windows 2000
• Windows 2003
• Windows XP
• Windows Vista
• Windows 7 Beta
• 64bit versions of Windows

crack by Valadi
 
Devart UniDAC v.4.6.11 (17-Dec-2012) Full Source (All-in-one)

Content
unidac46cb6pro.exe
unidac46d10pro.exe
unidac46d11pro.exe
unidac46d11upro.exe
unidac46d12pro.exe
unidac46d14pro.exe
unidac46d15pro.exe
unidac46d16pro.exe
unidac46d17pro.exe
unidac46d6pro.exe
unidac46d7pro.exe
unidac46d9pro.exe
unidac46src v.4.6.11 (17-Dec-2012).rar

Как увидеть ссылки? | How to see hidden links?
Как увидеть ссылки? | How to see hidden links?
Как увидеть ссылки? | How to see hidden links?

Не возможно скачать ни с одного обменника

сегодня скачалось
 
Последнее редактирование модератором:
Devart UniDAC v.4.6.11 (17-Dec-2012) Full Source (All-in-one)
Выложивший этот компонент под 1000 постов указал же NO mirrors, NO reposts please. Сделано это специально, чтобы не потерять лицензию на этот компонент. А вы подставляете его, даже не поблагодарив и не указав источник. Отредактируйте свой пост, вернув оригинальные ссылки и спрятав также под 1000 постов!
 
Последнее редактирование модератором:
- I did some changes for to install in XE2 --> NOW with Editors and Tools menus.

- in "Options" definitions: Conditional defines, Output Directory, Output C++, Description, Version info, etc...

- in regfibplusutils.pas some corrections for XE2, as:
--> type PCHAR --> PWideCHAR
--> type integer --> Cardinal
--> D9+ --> D2009+


ToolAPI class "TDebuggerNotifier= class(TComponent, IOTADebuggerNotifier)" dont compiling without this changes
procedure TDebuggerNotifier.ProcessCreated({$IFDEF D9+}const {$ENDIF}Process: IOTAProcess); --> procedure TDebuggerNotifier.ProcessCreated({$IFDEF D2009+}const {$ENDIF}Process: IOTAProcess);

NOTE: "D9+" was defined, so, right will be "D2009+"

Some functions needs type Cardinal and not allow type Integer

VerQueryValue(Buf, constVerFileDescription, pointer(Value), Len) ---> VerQueryValue(Buf, constVerFileDescription, pointer(Value), Cardinal(Len))

GetFileVersionInfoSize(PChar(S), n) ---> GetFileVersionInfoSize(PWideChar(S), Cardinal(n))


Important! In various part of the files, the programmer use "definitions" not definided in files INC, as:

-- D9+, will D2009+
-- D4+, not definided

This, can be the cause for many error during the compiling. Delphi XE? use diferente types in diferente cases (32bit / 64bit).

Always verify the definitions in the files for your system!

In geral, its all! For XE2 v16.0.4504.48759, the compiling and install occured with not problem (FIBPlus/Editors/Tools)!


Note: Sometimes, can occur that the Delphi say: "UNABLE to install the component". Just close the IDE, and run again!


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

:beer:

NO MIRROR PLEASE


Thanx for component
 
Выложивший этот компонент под 1000 постов указал же NO mirrors, NO reposts please. Сделано это специально, чтобы не потерять лицензию на этот компонент. А вы подставляете его, даже не поблагодарив и не указав источник. Отредактируйте свой пост, вернув оригинальные ссылки и спрятав также под 1000 постов!

Приношу извинения, но откуда у Вас уверенность, что это с руборда? К тому же, пару лет назад, я читал мнение разработчиков на форуме sql.ru (пользователя devart), что они в принципе с пониманием относятся к похожему распространению их продукта, понимая, что для коммерческих продуктов все равно это будет куплено!

Поэтому когда, предположим, это выставляется под 1000 не постов, а благодарностей! то извините, сколько человек может это скачать и попробовать, хотя бы для изучения? Т.е. можно заметить как там народ создает несколько входов, благодаря взаимно за левые сообщения, фактически мусоря в форуме, как здесь, когда требуют всего пять постов...

Еще раз извинияюсь, но наверное какая-то золотая середина нужна...
 
Статус
Закрыто для дальнейших ответов.
Верх