I have Delphi 2010 which includes c++, but it always loads as DelphiHi there,
I have Delphi 2010 which includes c++, but it always loads as Delphi. How do I forced to load as c++?
Thanks for the help
Jorge
<Jorge Uriarte> wrote in message news:393178@forums.embarcadero.com...
> I have Delphi 2010 which includes c++, but it always loads as Delphi. How
> do I forced to load as c++?
Did you actually install the C++ personality?
Are you loading the IDE using the "Delphi 2010" shortcut (which loads
bds.exe with the "-pDelphi" command line parameter)? You should be using
the "C++Builder 2010" shortcut (...
Delphi and Delphi for .NetIt seems that Delphi for .Net is slower than Delphi Win32 native applicaiton.
I would like to know is it true all .Net application is slower than Win32 native applicaiton or it is Delphi for .Net only.
Your information is great appreciated,
Inung
On 2011-06-21 18:20:17 +0100, Inung Huang said:
> It seems that Delphi for .Net is slower than Delphi Win32 native applicaiton.
> I would like to know is it true all .Net application is slower than
> Win32 native applicaiton or it is Delphi for .Net only.
If you are only running the code in the application once then, yes, yo...
RAD Studio 2010 (Delphi, C++Builder, and Delphi Prism) PostedAll,
The new roadmap for RAD Studio has been posted.
Link: http://edn.embarcadero.com/article/39934
Enjoy,
Mike
"Michael Rozlog" <michael.rozlog@embarcadero.com> wrote in message
news:241286@forums.embarcadero.com...
> The new roadmap for RAD Studio has been posted.
We have to wait all the way until Commodore to get better documentation?
And until Chromium to get OTA documentation?
--
Remy Lebeau (TeamB)
On 10.05.2010 23:50, Michael Rozlog wrote:
> All,
>
> The new roadmap for RAD Studio has been posted.
>
> Link: http://e...
RAD Studio 2010 (Delphi, C++Builder, and Delphi Prism) PostedAll,
The new roadmap for RAD Studio has been posted.
Link: http://edn.embarcadero.com/article/39934
Enjoy,
Mike
Michael Rozlog wrote:
> All,
>
> The new roadmap for RAD Studio has been posted.
>
> Link: http://edn.embarcadero.com/article/39934
>
Thanks for the info, Mike. One thing I'm missing in the slides is the
effort to bring the compiler into the C++ Standard compliance
(lamda/closures, auto/decltype, etc.)
I hope it's just an omission! :)
Il Tue, 11 May 2010 09:01:04 -0700, Alex Bakaev <a@b.cc> ha scritto:
>Than...
Help rewrite Objective-C procedure to DelphiHello,
I found two procedures on Objective-C:
{code}
- (BOOL)addApplicationToLoginItems:(NSString *)path {
NSDictionary *domain = [self persistentDomainForName:@"loginwindow"];
NSArray *apps = [domain objectForKey:@"AutoLaunchedApplicationDictionary"];
NSArray *matchingApps = [apps filteredArrayUsingPredicate:[NSPredicate predicateWithFormat:@"Path CONTAINS %@", path]];
if ([matchingApps count] == 0) {
NSMutableDictionary *newDomain = [domain mutableCopy];
NSMutableArray *newApps = [[apps mutableCopy] autorelease];
...
Delphi User: Object typecasting in C++ BuilderHi,
I am new in C++ Builder and I need to learn some basic things.
I am trying to convert next code from Delphi into C++ code:
TNxSpinEdit(NextGrid1.Columns[0].Editor).Max := 200;
I have try to convert this code into:
(TNxSpinEdit)NextGrid1->Columns->Item[0]->Editor->Max = 200;
But this don't work and shows error that Max is not a member of TNxSpinEdit base class
What can I do, or how translated code will need to look like.
Best regards and thanks
Bojan
On Thu, 27 Aug 2009 20:37:32 -0700, Bojan Nikolic <> wrote:
>I am trying to convert nex...
ANN: WPTools 6.20 for Delphi 5 to Delphi XE2 & C++BuilderWPTools V6.20 is available now.
If you work with Delphi or C++Builder our WPTools Version 6 is the perfect text wordprocessing component for You.
It is a native VCL Component with all the editing features which are common to powerful wordprocessing applications and wordprocessing controls.
With the PRO and Premium License you get 100% object pascal source. WPTools can be used as a powerful word processor and to create programmatically controlled text. It has a very versatile mail-merge feature which can be enhanced with the "WPReporter addon" to also work with bands. So it ...
Protected methods and properties in Objective-C vs DelphiI'm presently involved in writing an iPhone app and have come against
yet another learning curve.
Whereas Delphi has good visibility specifiers and easy ways to declare
properties and methods as private and protected, Objective-C has
traditionally been a tad "imprecise" about visibility :-)
For those who fancy a trip into the surreal world that is Objective-C
programming, I have written a small article in my own forums -
http://carterconsulting.org.uk/forums/viewtopic.php?f=3&t=18
Read it and you might be glad you still have work in Delphi ;-)
Joanna
...
Re: Delphi User: Object typecasting in C++ Builder>Thank you Vladimire,
>
>Unfortunatelly, I am receiving a compiler error:
>Undefined symbol 'polymorphic_downcast'
>
>I am using CBuilder v6. Maybe this made a problem? Is there maybe a version of this code for CB6? Performance is not a problem.
it's a part of boost library. if you don't want to use boost you could
wtite simple code
template <class Target, class Source>
inline Target polymorphic_downcast(Source * x)
{
V_ASSERT(dynamic_cast<Target>(x)==x);
return static_cast<Target>(x);
}
--
Vladimir Ulchenko aka vava...
SEPA components for Delphi with Source Code (Delphi 5Hi all,
in the european union change next year the Bankingformat to the SEPA Format.
All peoples and companies must change the bankingssoftware and the costumer data form acountnummers in the new IBAN and BIC numbers.
See:
http://www.arma-it.de/shop/artikelueber.php?wgruppeid=211&wgruppe_offen=211
Functions:
- generate SEPA XML'S
- Calc IBAN
- BIC Database (DE,AT and CH)
Questions:
vertrieb@arma-it.de
PS:
Bankinssoftware for Develpoers (Germany only)
http://www.arma-it.de/shop/artikelueber.php?wgruppeid=212&wgruppe_offen=212
El 26/10/13 21:38, A...
Android C demo program to Firemonkey Delphi (Will Pay)I have a C demo program for the Android platform that I need to
convert to Firemonkey and Delphi XE5. This demo logic is written in
pure C, and reads one of 5 canned barcodes. Page39a contains those
barcodes. The goal is to scan those codes and react accordingly. This
conversion will serve as a learning process for me. I am willing to
pay for this conversion if need be.
Thanking you all in advance and I look forward to any
recommendations.
Andy
http://www.odesk.com/ has developers for hire.
Thanks Eli. I will check it out.
Andy
On Thu, 29 May 2014 06:18:43 -0700, Eli...
C++ to DelphiHow to convert
char pSerialNo[]
to delphi?
Serial:Pchar ???
"John Kadaif" <prevodilac@hotmail.com> wrote in message
news:290957@forums.embarcadero.com...
> How to convert
> char pSerialNo[]
> to delphi?
It depends on the context in which it is being used. Most C++ compilers do
not allow unbounded arrays in most areas of code, but some compilers in some
areas do allow it. Can you show a more complete code snippet that shows how
pSerialNo is being used exactly?
--
Remy Lebeau (TeamB)
> {quote:title=John Kadaif wrote:}{quote}
> How t...
C/C++ header in delphi projectHello,
I have client dll for comunication with electronic (card with chip)
driver license, but manufacturer give me only header for C/C++ and they
don't know for Delphi, C#,...
So, can I implement .h files into my Delphi projects or is there any
solution how to translate this file to pas file for communication with
DLL files for those cards.
Here is original .h file:
// ---------------------------------
//
#ifndef __eVehicleRegistrationAPI_h__
#define __eVehicleRegistrationAPI_h__
// ---------------------------------
#ifndef SD_API
#define SD_API extern "C&...
How to use Delphi object embeded in a DLL in a C++Builder appHi all,
I've written a small DLL in Delphi and a test program in Delphi too and everything works fine but I need to write a C++Builder app that will use the DLL too and I don't know / understand how to get access to the object defined in the DLL.
MyDLL.dpr
{code}
library MyDLL;
{ Important note about DLL memory management: ShareMem must be the
first unit in your library's USES clause AND your project's (select
Project-View Source) USES clause if your DLL exports any procedures or
functions that pass strings as parameters or function results. This
applies ...