
Delphi Install Dpk Package
Retrieved August 29, 2018. Alternative Press. September 22, 2018. Retrieved September 22, 2018. Panic at the disco wiki.
Installing them is a fairly painless procedure, as follows: Run Delphi, select File - Open from the main menu, change the file type to 'Delphi packages (.dpk)', browse to the source components directory which you checked out of the CVS repository, select the file vclar40.dpk and click Open.
Install Delphi Packages in C++Builder.
Hi How can I install Delphi2009 package in c++builder2009, I have the full source code for that delphi package (.pas). Thanks. Safwan. In article <85358@forums.codegear.com>, Safwan Maswadeh <safwan_maswadeh@yahoo.com> wrote: > How can I install Delphi2009 package in c++builder2009, I have the full > source code for that delphi package (.pas). Change the project options to 'Generate all C++ files', Build and install it. If you have already installed the Delphi-only version, you have to delete the package cache from the registry, or they..
XE5
For Win32 C++B projects this is working. The C++ files are created by the Delphi compiler and distributed appropriately on installation. The components appear in the IDE for C++B projects and behave as expected at design-time and run-time. Attempting to run a Win64 C++B project gets an 'Application Error' dialog with message 'The application was unable to start correctly (0xc000007b) .. The 64-bit C++B files (.o,.hpp,.bpi and .a ) are put in $(BDE)/Lib/Win64/$(config) and $(BDSCommondir)/hpp, $(BDSCommondir)/Win64/dcp. This is the same as the Win32 distribution so I ..
Package B or Package C
--____LRUNMDJKKTIQYFKLMAVL____ Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline; modification-date='Fri, 19 Apr 2007 10:56:10 -0400' I'm not sure if I should be deploying Package B or C to my desktops. The = server is 6.3.2.700 and server agent is 6.3.2.669. Can someone enlighten me as to which B or C I should be using to update my = managed PCs and servers? Tom --____LRUNMDJKKTIQYFKLMAVL____ Content-Type: multipart/related; boundary='____QSPRQRBRCCFFSVWCLIFX____' --____QSPRQR..
CB2009
I was ablle to debug a delphi package when using CB2007. I am not able to debug a delphi package when using CB2009. The Delphi 2007 Project Options had a 'Include TD32 debug info' that needed to be checked in order to be able to debug the Delphi package from a C++ Builder Project Executable. I can not find this option in the Delphi 2009 Project Options. Is it still possible to debug a Delphi package from a C++ Builder Project Executable? I have all the Debug options in the Delphi 2009 Project set to true. Larry Larry Griffiths wrote: > I have all the D..
RAD Studio package vs separate Delphi/C++Builder ones
In Abbrevia right now I have separate packages for Delphi and C++Builder. The Delphi one is a .dpk/.dproj and the C++Builder one is a .cpp/.cbproj. From testing it appears both can't be installed at the same time, and they don't work with the opposite personality. Is there a way to create a single 'RAD Studio' package that would work for both personalities, and if so, would it work if you only had one or the other installed? -- Craig Peterson Scooter Software Hello, Craig Peterson wrote: > Is there a way to create a single 'RAD Studio&quo..
Package BPL (Developed in Delphi 6)
I'm trouble installing a component (BPL) developed in Delphi 6 at C++ Builder 2007. (Estou com uma dúvida/problema ao instalar um componente (BPL) desenvolvido em Delphi 6 no C++ Builder 2007) Registration procedure, Sbc_reg.Register in package F:UsrTempmarcioComponPacoteSmarapd.bpl raised exception class EAccessViolation: Access violation at address 00000000. Read of address 00000000. Can anyone help me ???? (Alguém pode me ajudar?) 'SMARAPD Informática Ltda' <=?Utf-8?Q?SMARAPD_Inform=C3=A1tica_Ltda?=> wrote in message news:45144@forums.cod..
Convert from Delphi to C++ Builder
I must convert a small application from Delphi to C++ Builder. The problem is: I know Delphi but no C++. I have 2 problem: 1) I have a TCollecation and I need access to a single item: this is the Delphi code: MyColletion[Index].propertyname, I have try with MyColletion->Items[Index]->propertyname but this not work. 2) This is the Delphi code: TMachine = record Color: string; User: string; end; ... var a: TMachine ; b: string; .. a := GetMachine(); b := a.Color; where GetMachine return TMachine; Can you help me? <Martin Ma..
import c++ package into delphi?
Hi, If one create a bpl package from C++ source, can that one be imported into delphi? -totte totte wrote: > If one create a bpl package from C++ source, can that one > be imported into delphi? Although Delphi can load C++-written BPLs into memory, Delphi code will not know how to access the BPL's contents as C++ does not generate DCU files for Delphi. The best way to write a package that can be used in both languages is to write it in Delphi and enable C++ output files (HPP, OBJ, LIB, etc) for it. -- Remy Lebeau (TeamB) > Although Delphi can load C++..
Delphi to C++ Builder Converter?
Is there a tool which can convert a Delphi project to C++ Builder project? Hello, Srdjan Obucina wrote: > Is there a tool which can convert a Delphi project to C++ Builder > project? no. Why? -- Moritz 'Hey, it compiles! Ship it!' Srdjan Obucina wrote: > Is there a tool which can convert a Delphi project to C++ Builder > project? Like Moritz said: why? You can use the Delphi units in your C++Builder project, if you wish. The Delphi compiler C++Builder uses for that will generate the proper .obj, .hpp etc. files for that. The IDE does that f..
Package to Package Communication
Ok, is it safe to assume that an object in one package within EAServer can instantiate an object within another package on the same server? If so, what does the PB Powerscript Create command look like? In CreateInstance, when you are instantiating an object in EAServer from a client, you can use CreateInstance('package/object'). Within EAServer though, you would need to use a Create or CreateUsing function in order to instantiate an object. If I want to use a CreateUsing function, is there a syntax available for doing this? Thanks, Shawn --- Posted via the PFCGuide W..
problem of converting from C++ Builder 6 to C++ Builder 2007
Hi, A program which was developed by our partner was built fine with C++ Builder 6. Now I need to make some changes to it. We bought C++ Builder 2007 a few weeks ago. When I open the program with C++ Builder 2007, I was told that the project needs to be converted. I agreed. Then when I compile it, some errors happen: [BCC32 Error] ComCtrls.hpp(435): E2272 Identifier expected [BCC32 Error] ComCtrls.hpp(3880): E2272 Identifier expected [BCC32 Error] ComCtrls.hpp(4658): E2272 Identifier expected ... Anybody has any idea how to fix it? Thanks, Allen In article <14040@f..
Convert to C++ Builder XE from C++ Builder 6 and 2007
Any information regarding the roadblocks of converting the code build in C++ Builder 6,2007 to C++ Builder XE? On 6/20/2012 8:20 AM, Girish Duddu wrote: > Any information regarding the roadblocks of converting the code build in C++ Builder 6,2007 to C++ Builder XE? The big change is the default string in XE is UnicodeString rather than AnsiString. All VCL String properites (Text, etc.) are Unicode in XE. There are good white papers regarding making this transition on the Embarcadero EDN site. I found that most of the changes I had to make fell into two categories: 1) Places..
How do I convert this Delphi to C++Builder? [Edit]
I have spent two days trying to get the idea of converting the following Delphi to C++Builder, but to no avail. This code is part of an ActiveX client program. Data types of variables +V.Collection+ and +V.Collection.Item()+ do not appear in _TLB.h and _OCX.h created from imported type library. Hence I fail to borrow the idea Remy kindly offered in this thread: https://forums.embarcadero.com/thread.jspa?threadID=72273&tstart=0 I would much appreciate if any kind soul will relieve my pain by converting this code to BCB for me so that I can crawl upward slowly. The document for t..
Install of Delphi packages into C++2009
Sebastian Zierer has kindly uploaded a beta version of the old Turbopower Orpheus components for D2009 to his website ( [http://www.songbeamer.com/delphi/] ). Unfortunately I can't seem to install the packages into C2009. I have compiled and installed the components and they show up on the palette for Delphi applications but not for C++ applications. I have checked 'Generate all C++ files' for in the linker options. Is there something else I should be doing? Thanks Simon Hello, > {quote:title=Simon Hooper wrote:}{quote} > > Is there something else I shou..
How to Debug a package C++Builder 2007
I've read the documentation on how to debug a package: Set the 'Host' to bds.exe and then run the package. When the second bds.exe starts, install the package and the debugging should happen in the first (running) instance. But I never get the blue dots showing that I am debugging. I did add OutputDebugString commands in various places and can see it is installing it. I've also checked my package project options and debugging is enabled. Any suggestions? I am debugging on a Windows 7 Pro, 32 bit, VM. Thanks, Brian ..
Hi How can I install Delphi2009 package in c++builder2009, I have the full source code for that delphi package (.pas). Thanks. Safwan. In article <85358@forums.codegear.com>, Safwan Maswadeh <safwan_maswadeh@yahoo.com> wrote: > How can I install Delphi2009 package in c++builder2009, I have the full > source code for that delphi package (.pas). Change the project options to 'Generate all C++ files', Build and install it. If you have already installed the Delphi-only version, you have to delete the package cache from the registry, or they..
XE5
For Win32 C++B projects this is working. The C++ files are created by the Delphi compiler and distributed appropriately on installation. The components appear in the IDE for C++B projects and behave as expected at design-time and run-time. Attempting to run a Win64 C++B project gets an 'Application Error' dialog with message 'The application was unable to start correctly (0xc000007b) .. The 64-bit C++B files (.o,.hpp,.bpi and .a ) are put in $(BDE)/Lib/Win64/$(config) and $(BDSCommondir)/hpp, $(BDSCommondir)/Win64/dcp. This is the same as the Win32 distribution so I ..
Package B or Package C
--____LRUNMDJKKTIQYFKLMAVL____ Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline; modification-date='Fri, 19 Apr 2007 10:56:10 -0400' I'm not sure if I should be deploying Package B or C to my desktops. The = server is 6.3.2.700 and server agent is 6.3.2.669. Can someone enlighten me as to which B or C I should be using to update my = managed PCs and servers? Tom --____LRUNMDJKKTIQYFKLMAVL____ Content-Type: multipart/related; boundary='____QSPRQRBRCCFFSVWCLIFX____' --____QSPRQR..
CB2009
I was ablle to debug a delphi package when using CB2007. I am not able to debug a delphi package when using CB2009. The Delphi 2007 Project Options had a 'Include TD32 debug info' that needed to be checked in order to be able to debug the Delphi package from a C++ Builder Project Executable. I can not find this option in the Delphi 2009 Project Options. Is it still possible to debug a Delphi package from a C++ Builder Project Executable? I have all the Debug options in the Delphi 2009 Project set to true. Larry Larry Griffiths wrote: > I have all the D..
RAD Studio package vs separate Delphi/C++Builder ones
In Abbrevia right now I have separate packages for Delphi and C++Builder. The Delphi one is a .dpk/.dproj and the C++Builder one is a .cpp/.cbproj. From testing it appears both can't be installed at the same time, and they don't work with the opposite personality. Is there a way to create a single 'RAD Studio' package that would work for both personalities, and if so, would it work if you only had one or the other installed? -- Craig Peterson Scooter Software Hello, Craig Peterson wrote: > Is there a way to create a single 'RAD Studio&quo..
Package BPL (Developed in Delphi 6)
I'm trouble installing a component (BPL) developed in Delphi 6 at C++ Builder 2007. (Estou com uma dúvida/problema ao instalar um componente (BPL) desenvolvido em Delphi 6 no C++ Builder 2007) Registration procedure, Sbc_reg.Register in package F:UsrTempmarcioComponPacoteSmarapd.bpl raised exception class EAccessViolation: Access violation at address 00000000. Read of address 00000000. Can anyone help me ???? (Alguém pode me ajudar?) 'SMARAPD Informática Ltda' <=?Utf-8?Q?SMARAPD_Inform=C3=A1tica_Ltda?=> wrote in message news:45144@forums.cod..
Convert from Delphi to C++ Builder
I must convert a small application from Delphi to C++ Builder. The problem is: I know Delphi but no C++. I have 2 problem: 1) I have a TCollecation and I need access to a single item: this is the Delphi code: MyColletion[Index].propertyname, I have try with MyColletion->Items[Index]->propertyname but this not work. 2) This is the Delphi code: TMachine = record Color: string; User: string; end; ... var a: TMachine ; b: string; .. a := GetMachine(); b := a.Color; where GetMachine return TMachine; Can you help me? <Martin Ma..
import c++ package into delphi?
Hi, If one create a bpl package from C++ source, can that one be imported into delphi? -totte totte wrote: > If one create a bpl package from C++ source, can that one > be imported into delphi? Although Delphi can load C++-written BPLs into memory, Delphi code will not know how to access the BPL's contents as C++ does not generate DCU files for Delphi. The best way to write a package that can be used in both languages is to write it in Delphi and enable C++ output files (HPP, OBJ, LIB, etc) for it. -- Remy Lebeau (TeamB) > Although Delphi can load C++..
Delphi to C++ Builder Converter?
Is there a tool which can convert a Delphi project to C++ Builder project? Hello, Srdjan Obucina wrote: > Is there a tool which can convert a Delphi project to C++ Builder > project? no. Why? -- Moritz 'Hey, it compiles! Ship it!' Srdjan Obucina wrote: > Is there a tool which can convert a Delphi project to C++ Builder > project? Like Moritz said: why? You can use the Delphi units in your C++Builder project, if you wish. The Delphi compiler C++Builder uses for that will generate the proper .obj, .hpp etc. files for that. The IDE does that f..
Package to Package Communication
Ok, is it safe to assume that an object in one package within EAServer can instantiate an object within another package on the same server? If so, what does the PB Powerscript Create command look like? In CreateInstance, when you are instantiating an object in EAServer from a client, you can use CreateInstance('package/object'). Within EAServer though, you would need to use a Create or CreateUsing function in order to instantiate an object. If I want to use a CreateUsing function, is there a syntax available for doing this? Thanks, Shawn --- Posted via the PFCGuide W..
problem of converting from C++ Builder 6 to C++ Builder 2007
Hi, A program which was developed by our partner was built fine with C++ Builder 6. Now I need to make some changes to it. We bought C++ Builder 2007 a few weeks ago. When I open the program with C++ Builder 2007, I was told that the project needs to be converted. I agreed. Then when I compile it, some errors happen: [BCC32 Error] ComCtrls.hpp(435): E2272 Identifier expected [BCC32 Error] ComCtrls.hpp(3880): E2272 Identifier expected [BCC32 Error] ComCtrls.hpp(4658): E2272 Identifier expected ... Anybody has any idea how to fix it? Thanks, Allen In article <14040@f..
Convert to C++ Builder XE from C++ Builder 6 and 2007
Any information regarding the roadblocks of converting the code build in C++ Builder 6,2007 to C++ Builder XE? On 6/20/2012 8:20 AM, Girish Duddu wrote: > Any information regarding the roadblocks of converting the code build in C++ Builder 6,2007 to C++ Builder XE? The big change is the default string in XE is UnicodeString rather than AnsiString. All VCL String properites (Text, etc.) are Unicode in XE. There are good white papers regarding making this transition on the Embarcadero EDN site. I found that most of the changes I had to make fell into two categories: 1) Places..
How do I convert this Delphi to C++Builder? [Edit]
I have spent two days trying to get the idea of converting the following Delphi to C++Builder, but to no avail. This code is part of an ActiveX client program. Data types of variables +V.Collection+ and +V.Collection.Item()+ do not appear in _TLB.h and _OCX.h created from imported type library. Hence I fail to borrow the idea Remy kindly offered in this thread: https://forums.embarcadero.com/thread.jspa?threadID=72273&tstart=0 I would much appreciate if any kind soul will relieve my pain by converting this code to BCB for me so that I can crawl upward slowly. The document for t..
Install of Delphi packages into C++2009
Sebastian Zierer has kindly uploaded a beta version of the old Turbopower Orpheus components for D2009 to his website ( [http://www.songbeamer.com/delphi/] ). Unfortunately I can't seem to install the packages into C2009. I have compiled and installed the components and they show up on the palette for Delphi applications but not for C++ applications. I have checked 'Generate all C++ files' for in the linker options. Is there something else I should be doing? Thanks Simon Hello, > {quote:title=Simon Hooper wrote:}{quote} > > Is there something else I shou..
How to Debug a package C++Builder 2007
I've read the documentation on how to debug a package: Set the 'Host' to bds.exe and then run the package. When the second bds.exe starts, install the package and the debugging should happen in the first (running) instance. But I never get the blue dots showing that I am debugging. I did add OutputDebugString commands in various places and can see it is installing it. I've also checked my package project options and debugging is enabled. Any suggestions? I am debugging on a Windows 7 Pro, 32 bit, VM. Thanks, Brian ..