Download List

Projeto Descrição

ACDK is a development framework with a similar target of Microsoft's .NET or Sun's ONE platform, but it uses C++ as a core implementation language. It implements the standard library packages, including acdk::lang, acdk::lang::reflect, acdk::util, acdk::io, acdk::text (including regexpr), acdk::net, acdk::sql, acdk::xml, and more. Flexible allocator/garbage collection, threading, and Unicode are implemented in the core of ACDK. Extensions make C++ objects available for reflection, serialization, aspect-oriented class attributes, and Dynamic M ethod Invocation. This DMI acts as an universal object oriented call interface to connect C++ with scripting languages (Java, Perl, Tcl, Python, Lisp, Visual Basic, and VBScript) and standard component technologies (CORBA and COM).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-05-10 13:25
4.14.0

Esta versão melhora o desempenho global, especialmente com a execução de scripts CfgScript. Melhorias e correções foram feitas no tratamento de string, localização, segmentação, configuração e compilação. Suporte para sockets de datagrama e córregos SSL incluindo URLs HTTPS é adicionado. A JDBC como banco de dados desktop baseados em SQLite e uma invocação de método remoto semelhante ao RMI são introduzidas nesta versão. ACDK agora suporta GCC 4.0, VC 8 (2005), e as actuais versões do wxWidgets e OpenSSL.
Tags: Major feature enhancements
This release improves overall performance, especially with the
execution of CfgScript scripts. Improvements and bugfixes
were made in string handling, localization, threading,
configuration, and build. Support for datagram sockets and
SSL streams including HTTPS URLs is added. A JDBC-like
desktop database based on SQLite and a remote method
invocation similar to RMI are introduced in this release. ACDK
now supports GCC 4.0, VC 8 (2005), and current releases of
wxWidgets and OpenSSL.

2004-12-13 16:24
4.13.0

acdk_xml agora pode validar os arquivos XML, e suporta namespaces, modelo DOM, e as expressões XPath. Literais ACDK suporte a Unicode seqüências de escape. Novos portos foram implementadas para Intel Solaris 9 e 10, VC 8, GCC 3.4, eo modelo novo segmento de Linux. Vários bugs foram corrigidos nos módulos acdk_core, acdk_net, CfgScript, acdk_xml, acdk_sql_odbc e acdk_wx.
Tags: Major feature enhancements
acdk_xml can now validate XML files, and supports
namespaces, DOM model, and xpath expressions. ACDK
literals support Unicode escape sequences. New
ports were implemented for Intel Solaris 9 and 10,
VC 8, GCC 3.4, and the new thread model of Linux.
Various bugs have been fixed in the modules
acdk_core, acdk_net, CfgScript, acdk_xml,
acdk_sql_odbc, and acdk_wx.

2004-05-12 19:11
4.11.0

Com acdk_wx, GUIs independente de plataforma podem ser escritas em C + + ou CfgScript. A linguagem CfgScript (um Java / JavaScript como linguagem) é estendido com expressões lambda e avaliação curto-circuito lógico. Para executar testes de unidade ACDK, uma aplicação gráfica está disponível. Vários bugs foram corrigidos, ea fonte tem sido compatível com o GCC 3,4 e 2,9 vezes.
Tags: Major feature enhancements
With acdk_wx, platform-independent GUIs can be written in C++ or CfgScript. The CfgScript language (a Java/JavaScript-like language) is extended with lambda expressions and short circuit logical evaluation. To execute ACDK unit tests, a graphical application is available. Various bugs have been fixed, and the source has been made compatible with GCC 3.4 and 2.9x.

2004-03-12 13:09
4.10.0

Esta versão introduz um novo Java como linguagem de script com ligações para ACDK C + +, COM, CORBA e outras linguagens de script. A versão de modelo do quadro para a recolha foi implementado, o gerenciamento de memória melhorado, e um quadro de teste e registro foi implementado. Uma versão alfa do wxWindows / wxWidgets ligação está disponível para ACDK C + + ea linguagem de script. O pacote SQL foi feito para trabalhar com o SQL Server 2000. Inúmeros bugs foram corrigidos, e melhorias muitos detalhes foram feitos em todos os pacotes.
Tags: Major feature enhancements
This release introduces a new Java-like scripting language
with bindings to ACDK C++, COM, CORBA, and other scripting
languages. A template version of the collection framework was
implemented, memory management enhanced, and a test and
logging framework was implemented. An alpha version of
wxWindows/wxWidgets binding is available for ACDK C++
and the new script language. The SQL package was made to
work with SQL 2000 Server. Countless bugs were fixed, and
many detail improvements were made in all packages.

2003-06-29 21:03
4.02.0

Suporte integrado de cadeias de caracteres Unicode, incluindo o padrão de 7 e codificações de 8 bits. Dynamic Method Invocation banco de dados e interfaces são redesenhados. Acdkmake Nova constrói ACDK em múltiplas plataformas. Os erros são fixos em todos os pacotes.
Tags: Major feature enhancements
Integrated support of Unicode strings, including standard 7 and 8 bit encodings. Dynamic Method Invocation database and interfaces are redesigned. New acdkmake builds ACDK on multiple platforms. Bugs are fixed in all packages.

Project Resources