Friday, 9. May 2008

Embarcadero ER/Studio and Delphi

Felix Colibri | 23:51

a quick tour of ER/Studio, an Entity RelationShip designer from Embarcadero, the company which just purchased Delphi. A simple way to better know our new parent.

CodeGear has been sold. Difference from two years ago.

Serge Dosyukov | Serge's Blog | 18:46

As we all know, CodeGear will have a new home in a few months when merger is completed. Considering the size of two companies, I do see it more as a merger then acquisition at this point. Future movements will define the term better in the sense that if some of the CG gems would be [...]

Embarcadero: you'd better keep Delphi/Win32!

Bart Roozendaal | Sevensteps | 15:42

The storm of postings has died out (a bit), so let's give my two cents worth. First of all: I'm only thinking about Delphi for Win32 here. I'm not particularly interested in the other CodeGear products I'm afraid. So I won't bother you with my comments about those.All the postings on the aquisition ...

Embarcadero

Craig Stuntz's Weblog | 15:40

The Embarcadero deal seems, from my outsider's point of view, to be a great deal for CodeGear and for Embarcadero. There are so many different ways that the two companies' products can work together that it just makes a great deal of sense to me. It's less clear to ...

Illusion Blog

noreply@blogger.com | Chris Bensen | 15:35

Illusion Sciences is an amazing blog posting an illusion per week with an explanation of what makes it happen. Head on over and be amazed!

A First Look at RO for Mac OS X and iPhone OS

marc hoffman | RemObjects Blogs | 14:44

They say a picture says more then a thousand words, so here we go: What are we seeing here? In the background, there's the .NET version of our standard "MegaDemo" sample server that we've been shipping for years. In this case, it's running using Mono/WinForms right on the Mac, but it might as ...

Service and application in single EXE?

Christian Wimmer | JEDI Windows API | 13:00

Creating a binary file that consists of a service and a normal application can be done very simple without using the service manager. Just check for SYSTEM account. It is very unlikely that your app is run as SYSTEM (only RunAsSys does ). uses …, JwsclToken; begin   if JwIsSystem ...

Embarcadero Day 3

noreply@blogger.com | Chris Bensen | 13:00

I've received quite a few emails and a couple comments about my post yesterday "Goodbye Borland Hello Embarcadero Day 2". It's obvious that my dry sense of humor was lost on nearly everyone. Obviously people thing I'm stupider than I look. Wait, that didn't come out right. My spelling comment of ...

Buy Delphi, Get the PDF of My Book

marcocantu | Marco's Tech Blog | 12:59

Extending an short offer made at the end of the last quarter, CodeGear is offering the electronic version of my book "Delphi 2007 Handbook" and a license of QuickReport 5 standard to anyone buying or upgrading to Delphi 2007 (or RAD Studio 2007 or C++Builder 2007) in any version. This is quite a ...

You cannot compile JWSCL? #1

Christian Wimmer | JEDI Windows API | 10:11

If you cannot compile JWSCL because the compiler tells you the following, then you should read on. Incompatible Types: JwaWindows.<type X> and JwaWinNT.<type X> In this case you did not follow the instructions of How to setup JWSCL. However there is remedy. The problem resides in ...

About the sale of CodeGear to EMBT...

Bob@eBob42.com | Dr.Bob's Delphi Notes | 09:21

Earlier this week, I was one of the first to report the Borland results and sale of CodeGear to EMBT (Embarcadero Technologies), and must admit that at that time I was overwhelmed and had no idea yet what to think about all this - but now I do. It's two days later, and I have the benefit of having ...

Random Thoughts on the Passing Scene #69

Nick Hodges | 06:59

Best question asked at the All Hand meeting yesterday:  "When's the party?" Sounds like things were pretty crazy at JavaOne yesterday. Interesting graph:  http://www.news.com/8301-13580_3-9936329-39.html One thing that is clear to me -- Embarcadero is most decidedly not an ...

IDE Tip - Project Manager file selection

JED | JED Software Blog | 04:24

A new feature introduced in Delphi 2005, automatically synchronised the project managers selection to the current editor file. Unfortunately, this feature can get a little annoying. If you have a large project with many files the constant changing of the project manager position. If you use the ...

Using Objects to Store Configuration Information in Delphi applications

About Delphi Programming | 02:41

in Delphi Ideas :: The purpose of this article is to explain how to use objects to substitute the INI files (and other similar techniques) to store configuration information. Read...

Borland Object Vision 2 ...

thomas pfister | Thomas Pfister | 02:05

At the moment everybody write about the Embarcadero-deal.I have a big advantage: I make Oracle-trainings and demonstrate since 2000 or so the products from Embarcadero in the trainings and can pronounce the word correct ...I'm happy with this new constallation! I think with this combination we'll ...

Thursday, 8. May 2008

Get QuickReport and the Delphi 2007 Handbook Free

BDN Delphi | 21:34

Two great developer gifts when you buy Delphi, C++Builder or RAD Studio 2007

>10 years in the making…

The Oracle at Delphi | 21:20

Sure, the latest news of Embarcadero Technologies signing an definitive agreement to acquire the CodeGear portion of Borland's business is a recent development. However, looking back on my years here at Borland, I have to chuckle a little bit. I remember sitting with other Delphi team members many ...

QualityCentral browser client fixes

Behind the Screen | 21:00

I've done some minor updates to the QualityCentral browser client. Updated QC to the new look Fixed the Javascript navigation code error by removing that Javascript control Changed the "about" link to point to the QC documentation Made the option box gray and ensured it will always appear in ...

Great news: Embarcadero keeps CodeGear brand!

Olaf Monien | 20:37

Yesterday's press release of CodeGear being sold to Embarcadero was a bit vague about the company name. It left the door wide open for speculations that "CodeGear" as brand or division name might just disappear - which caused some worries in the Delphi community. Greg Keller, VP Product Management ...

Did you know? #1

Christian Wimmer | JEDI Windows API | 20:05

A call to CreateProcessAsUser will fail with ERROR_INVALID_PARAMETER if your new process belongs to another session and you allowed inheritance of handles. In this case you have to set parameter bInheritHandles to FALSE. Send post as PDF to convert this post to pdf.

« Previous Entries