Hello guys, i'd like to know if there is any open source project (Delphi) that you'd like to exist?
Posts
Delphi for iOS? Mas quais os planos dos desenvolvedores Delphi para mobile/tablet? | Andreano Lanusse | Tecnologia e Desenvolvimento de Software
- Get link
- X
- Other Apps
A "pet project" experiment ! Not a new language, but something different !
- Get link
- X
- Other Apps
Doing a a simple demo. Can anyone think of any other places an attribute can go?
- Get link
- X
- Other Apps
Doing a a simple demo. Can anyone think of any other places an attribute can go? [Sample] TAttributesEverywhere = class private [Sample] FSomeProperty: Extended; procedure SetSomeProperty(const Value: Extended); public [Sample] procedure DoThis([Sample]aParameter: string); [Sample] function DoThat([Sample]aParameter: TObject): integer; [Sample] property SomeProperty: Extended read FSomeProperty write SetSomeProperty; end;
Blog post "Class Operators in Delphi" at http://blog.marcocantu.com/blog/class_operators_delphi.html
- Get link
- X
- Other Apps
I'm looking for a tool to manage the versions database firebird.
- Get link
- X
- Other Apps
http://theroadtodelphi.wordpress.com/2013/03/27/getting-processor-info-using-object-pascal-delphi-fpc-and-the-tsmbios/
- Get link
- X
- Other Apps
- Get link
- X
- Other Apps
6 month contract opportunity for a mid- to senior-level Delphi developer, remote or on-site in Omaha. Maintenance and new features for an existing application written in D7, with Firebird, and DevEx, currently under conversion to XE3. I'm a developer on the team and can answer tech questions, for business/contract related questions I can put interested parties in contact with management.
One of my projects does exactly this since I migrated from D2007 to D2010 2 weeks ago:
- Get link
- X
- Other Apps
One of my projects does exactly this since I migrated from D2007 to D2010 2 weeks ago: http://qc.embarcadero.com/wc/qcmain.aspx?d=71562 The interwebz won't have any other hints for me, but maybe here is a living soul who can explain the mystery to me? http://qc.embarcadero.com/wc/qcmain.aspx?d=71562
Does your company do Delphi consulting?
- Get link
- X
- Other Apps
Does your company do Delphi consulting? Embarcadero is looking to expand our Consulting Partner listings with companies that specialize in the design and development of software applications and use Embarcadero products such as Delphi, C++Builder, RAD Studio and InterBase. If you lead or work for a consulting company that fits the description, please contact: Sylvia Guell - sylvia.guell@embarcadero.com– Tel: 415-343-1672 You can learn more about the program at: http://www.embarcadero.com/rad-studio-partner-program http://www.embarcadero.com/rad-studio-partner-program
Fellow Delphi developers
- Get link
- X
- Other Apps
Fellow Delphi developers, This is with great pleasure that we announce the immediate availability of HelpNDoc 3.9, an easy to use yet powerful help authoring tool producing CHM help files, HTML or mobile WebSites, Word and PDF manuals as well as ePub and Kindle eBooks from a single source. HelpNDoc is Free for personal use and evaluation purposes and is available at: http://www.helpndoc.com HelpNDoc 3.9 features a new importer which can import whole folders and sub-folders including multiple file formats and includes many great productivity enhancements as well as bug fixes. Please have a look at the feature page to learn more about HelpNDoc: http://www.helpndoc.com/feature-tour Learn more about this new version: http://www.helpndoc.com/news/2013-03-26-import-folders-and-improved-documentation-authoring-productivity-helpndoc-39 Download HelpNDoc and use it freely for personal and evaluation purposes: http://www.helpndoc.com Best regards, John, HelpNDoc team. http://www.helpndoc.com htt...
I saw this question on the delphi.non-tech forum from Chris Rolliston and thought it would be interesting to bring the question over here.
- Get link
- X
- Other Apps
I saw this question on the delphi.non-tech forum from Chris Rolliston and thought it would be interesting to bring the question over here. Do you use LiveBindings? I've only used it in a demo or two with Delphi XE2/3 but since my workplace only uses Delphi 2007, I've not really used it much. I suppose if I were to build something in FireMonkey then I most likely would use it. https://forums.embarcadero.com/thread.jspa?threadID=85044
Hi folks, I am in trouble setting up my first Jenkins job for a Delphi 2007 project.
- Get link
- X
- Other Apps
Hi folks, I am in trouble setting up my first Jenkins job for a Delphi 2007 project. So far I've studied obvious articles on the net (blog posts and stack overflow issues concerning the use of Jenkins with Delphi). I've defined the rsvar.bat variables in the global Jenkins options. I've installed Delphi 2007 on the build machine. I've created a job, that does a Subversion checkout and that has an MSBuild step. I am calling my .dproj file with the following arguments /p:Win32LibraryPath="$(BDS)\lib" /target:Build /p:config=Release The build starts fine and after compiling some units it fails with Error: E2003 Undeclared identifier: 'MyFunction' Somehow MyFunction cannot be resolved although it's unit is included in the interface declaration and is also integrated directly in the project (whereas other sources are only available through specified search paths). This code/ the project compiles fine and without error on different development machines. ...
Something is brewing in the lab... (with image this time!)
- Get link
- X
- Other Apps
I'm trying to implement simple drag and drop by using TControlDragObject just like in (VCL Drag Image Hot Spots section)
- Get link
- X
- Other Apps
I'm trying to implement simple drag and drop by using TControlDragObject just like in (VCL Drag Image Hot Spots section) http://www.blong.com/Conferences/BorCon2001/DragAndDrop/4114.htm#VCLHotSpots In delphi 7 drawn control is visible only when I have a mouse outside a form. Why? http://www.blong.com/Conferences/BorCon2001/DragAndDrop/4114.htm#CustomComponents