Projects tagged ‘delphi’, ‘lazarus’, and ‘objectpascal’


Jump to tag:

Projects tagged ‘delphi’, ‘lazarus’, and ‘objectpascal’

Filtered by Project Tags delphi lazarus objectpascal

Refine results Project Tags freepascal (5) pascal (4) 32-bit (1) autoupdate (1) cppbuilder (1) graphics32 (1) assembler (1) oop (1) twitter (1) c++builder (1) framework (1) osx (1)

[5 total ]

5 Users

Graphics32 is a graphics library for Delphi and Kylix/CLX. Optimized for 32-bit pixel formats, it provides fast operations with pixels and graphic primitives. In most cases Graphics32 considerably outperforms the standard TBitmap/TCanvas methods.
Created about 1 year ago.

2 Users

A Delphi and FreePascal Twitter Library and Simple Client.
Created 10 months ago.

2 Users

ExtPascal is an Object Pascal (Delphi, FreePascal/Lazarus) wrapper/binding for Ext JS, a comprehensive GUI Ajax framework for Rich Internet Application (RIA) development. ExtPascal will wrap Draw2d ... [More] and CodePress libraries too and future releases. It uses ideas from others Ext JS wrappers: ExtSharp and ExtPHP. FeaturesHigh performance with native code for Server side programming, no PHP required. Uses FastCGI or CGI for Web Server communication. Compatible with any Web Server supporting CGI or FastCGI protocols. Statefull, keep-alive and multithread server applications. Parses Ext JS HTML documentation to Object Pascal code. Self-translate Object Pascal code to JavaScript code during execution. Coding in full Object Pascal, minimal use of (X)HTML, CSS and JavaScript. AJAX programming using Object Pascal. Full wrapper to all Ext JS classes, singletons and widgets. Transparent support for all main web browsers: IE 5+, Firefox 1.5+, Safari 2+ and Opera 9+ on any client side platform! Server side multi-platform support through FreePascal 2.2.2+ compiler. Tested on Windows, Linux and Mac OS X. Thread Garbage Collector for all Ext JS classes and widgets. Slim Services and EventLog support for Windows Produces very tiny executables. Easy debugging. Convert your desktop and client/server applications, made in Delphi/Lazarus, to Web 2. Standalone Web Server option, no Apache/IIS required (available in 0.9.2 version or SVN) RoadmapThis roadmap is sync with Ext JS Roadmap0.1. Implement wrapper 0.2. Wrapper tested 0.3. ObjectPascal to JavaScript self-translating 0.4. Self-translating tested 0.5. Implement FastCGI 0.6. FastCGI tested with Apache 2.2.8 on Windows XP 0.7. Wrap ExtJS 2.1 0.8. Implement some ExtJS demos in ExtPascal, using Turbo Delphi 2006 0.8.1. Compatibilize to FreePascal 2.3.1, Delphi 7 and older versions 0.8.2. ExtPascal also works perfectly on Linux and Mac OS X servers. Thanks you Bee! 0.8.3. Implement FastCGI thru CGI gateway 0.8.4. Test on Linux with Apache 1.3 using plain CGI 0.8.5. Publish live-demos on commercial web hosting 0.8.6. Beta 1 release 0.8.7. Beta 2, fixes 0.8.8. Beta 3, Garbage Collector 0.8.9. Beta 4, Services and EventLog support for Windows 0.9. On-line(HTML) and off-line(CHM) documentations 0.9.1. Change VCL pitinnu interface to ExtPascal <<<=== I'm doing this point 0.9.1.1. Use the embedded Web Server. Thanks you Vagner! 0.9.2. Beta 5 0.9.3. Convert all Ext JS demos to ExtPascal 0.9.4. Release candidate 1.0. Release 1.1. Wrap Draw2d 1.2. Release 1.3. Wrap CodePress 1.4. Release 1.9. Wrap ExtJS 3.0 2.0. Release [Less]
Created about 1 year ago.

0 Users

IntroductionFileSharer is a simple program that allows users to publish a file directory of their computers in the Internet. DetailsTo share files, the user must set the port and root shared ... [More] directory and press Share. Version 1.51 introduces a new simple authentication plugin incorporating security to FileSharer. Discussion groupPlease post your questions/suggestions our Forum. [Less]
Created about 1 year ago.

0 Users

TAutoUpdate is an Object Pascal Class created with the sole objective of easily adding Auto Update capability to Delphi/FreePascal applications. FeaturesEasy to implement (only one unit). Allows ... [More] retrieval of updates from FTP servers. Allows retrieval of updates from HTTP servers. Example1) Create the file update.ini in the same folder as the main application. 2) Contents of update.ini [default] updatefile=/etc/updateinfo.ini method=ftp [params] host=myhost.com port=21 user=myusername pass=mypasswordThis connects to the ftp server and looks for the file /etc/updateinfo.ini who tells TAutoUpdate where is the update zip file containing all the new files, then the file is unzipped and executes update.exe, the file in charge of upgrading the program. 3) Contents of updateinfo.ini: [default] installer=install.zip4) Execute TAutoUpdate to update your program: with TAutoUpdate.Create('update.ini') do begin Execute; Free; end;External libraries usedAbbrevia for unzip files. Synapse for Http/Ftp downloading. Developerhttp://leonardorame.blogspot.com [Less]
Created about 1 year ago.