Where do I find the component of a package in BDS2006(Delphi) IDE?I have installed a graphics package (VTK) in BDS2006 C++ personality.
It can be used in C++ projects, but now I am dealing with a Delphi
project...
When I start the Delphi32 personality and move to the
Components->Install page I can see this package listed and checked and
if I use the components button I see the TvtkBorlandRenderWindow
component (this is the single component of this package).
So far all is OK, but now I want to drop this component on a Delphi
form but I cannot find it in the components list...
According to the vtkBorlandRenderWindow.cpp file it should be
regis...
Delphi 6 to Delphi XE2: can't find required package.We have a Delphi 6 Project Group that we like to work on in Delphi XE2. When trying to build the project, we get the DCC Fatal Error E2202: Required package 'cds' not found.
With Delphi 6 we've used the following tools:
- JVCL340 & JCL221
- devExpress QuantumGrid 6
- QuickReport (default in Delphi 6)
- Visoco Sybase Driver, Devart Oracle en MSSQL drivers
With Delphi XE2 (update 3 installed) we're using the following tools and settings for now (after removing Delphi 6 in an attempt to make it work) :
- JVCL345 & JCL231 (http://jvcl.delphi-jedi.org/)
- devExpr...
Delphi 2010 IDE throws error on "find" and "find in files"I will greatly appreciate any advice how to cure the suddenly appeared misbehaviour:
I just loaded the main project file and then tried to find code snippets fore re-use with "find" and "find in files"
the Eurekalog extract is:
2.2 Address : 20EB30B6
2.3 Module Name : vclide140.bpl - (Integrated Development Environment Specific Components)
2.4 Module Version: 14.0.3593.25826
2.5 Type : EOutOfResources
2.6 Message : Unable to insert a line.
2.7 ID : 61FB
2.8 Count : 1
2.9 Status ...
Write plugin for Delphi IDE [Edit]Hi. Is there tutorial how to write plugin for IDE (for example Delphi XE) ?
I'd like to write plugin to extend menu strip and context menu (right click mouse menu) to do some actions at editor code.
Edited by: Tomasz Maciejewski on Aug 12, 2012 2:52 AM
Tomasz Maciejewski wrote:
> Hi. Is there tutorial how to write plugin for IDE (for example Delphi
> XE) ?
Not for XE (where OTA was noticeably expanded) but
Experts and Wizards in Delphi
http://delphi.about.com/od/objectpascalide/a/wizardsexperts.htm
Erik’s Open Tools API FAQ
http://www.gexperts.org/open-tools-api-...
How to change line when writing a new thread from withing Delphi IDE.Hello,
Maybe, I missed something but, I cannot make a new line when I type a new post from this forum from inside Delphi 2010.
Is there an option somewhere I didn't see?
Martin.
Martin Pelletier wrote:
>Maybe, I missed something but, I cannot make a new line when I type a new
>post from this forum from inside Delphi 2010.
>
Hm, indeed that doesn't work.
>Is there an option somewhere I didn't see?
No that I know of.
It is already reported to QC, see following related report:
Report No: 43054 (RAID: 248687) Status: Open
Welcome Page...
need help writing regex to find whitespaces in HREF attribute
Let's me first say that I really suck at regular expressions despite all my efforts to try and learn it by myself. Here's what I'm trying to do... I have a bunch of HTML code which I want to search for any href="<whatever>" sections but ONLY where there are whitespaces. So for example, href="/someStuff/test file with space.pdf" .I found the following example by .NET documentation which will locate all ocurrences of href="..." but I'm not sure how to modify it to look for whitespaces anywhere between the quotes:Regex r = new Rege...
XE2 fresh install: Unable to find package import: vcl.bpiThis seems a little bit kafkian. Not by this error but for all stupid
errors last C++ Builder versions have.
RAD Studio XE2 just installed with Update pack 2. A VCL project. None
added except the project is saved.
On compile, first I get the vcl.bpi error and then rtl.bpi fault one.
Those files are in Release lib/win32 folder but not in debug one.
Is it safe to copy release into debug? A known bug?
--
Release build have the same problem.
On Mon, 28 Nov 2011 20:05:09 +0100, Rafael Ontivero <no@mail.com> wrote:
> This seems a little bit kafkian. Not by thi...
ANN: Gnostice XtremePDFConverter VCL 3 Released with support for more Delphi IDEsGnostice XtremePDFConverter VCL 3 Released
---
We are happy to announce the immediate availability of XtremePDFConverter
VCL for Delphi 7, Delphi 2007, Delphi 2009 and Delphi 2010.
XtremePDFConverter VCL is a powerful VCL component for intelligently
converting PDF to easily editable Word RTF documents with support for
recognition of paragraphs, tables, newspaper-style columns, paragraph
alignment, bulleted and numbered list and much more.
Gnostice customers with an active license of XtremeDevSystem VCL Universal
Subscription get XtremePDFConverter VCL with source totally free....
Can't find NetBeans IDE package in OpenSuse 12.1 repos
Hi,
I was previously developing in NetBeans in OpenSuse 11.3 & 4, but when
I upgraded to OpenSuse 12.1 recently, I can no longer find the
"netbeans" package within the provided repositories.
I tried a bit of detective work, comparing repos where this package
used to be in OS11.3, to see if it they are in the equivalent repo for
OS12.1, but haven't had any luck so far.
In OS11.3, the "netbeans" package was available in:
- *download.opensuse.org/repositories/Java:/packages/openSUSE_11.3/*
(noarch/netbeans-6.8-16.6.noarch.rpm)
- There is an eq...
VS ide / delphi ide key mapI'm quit lost in VS ide, F9 run, F8 / F7
Ctrl+Alt+P for tool pallet and the fast find when you type component
name
F11 to switch to code view / object inspector, the ability to navigate
in the object inspector with tab and writing property name.
Will someone make a Delphi to VS guide?
--
Henning Swiboda wrote:
> I'm quit lost in VS ide, F9 run, F8 / F7
> Ctrl+Alt+P for tool pallet and the fast find when you type component
> name
> F11 to switch to code view / object inspector, the ability to navigate
> in the object inspector with tab and writing propert...
package conversion from Delphi 5 to Delphi 2010Hello,
I am evaluating 2010 to convert a delphi 5 app up. My first task is to convert some custom control packages. My requires statment looks like this:
requires
vcl50,
Vclx50,
VclSmp50,
Vcldb50,
vcljpg50,
What are the delphi 2010 equivalents if any? Is there documentation that I could look at to help with the conversion process?
Thanks..
...Joe..
joe alaimo wrote:
> requires
> vcl50,
> Vclx50,
> VclSmp50,
> Vcldb50,
> vcljpg50,
140 is the 2010 version.
>
> What are the delphi 2010 equivalents if any? Is t...
Need help finding host to fit needs
I have a website that I expect to need 1.) a lot of bandwidth and 2.) disk space. My site serves up large images so I'm looking for a good reliable host that's cost effective. Does anyone have any recommendations? I'm with DiscountASP right now and so far so good, but there bandwidth/space upgrades seem limited. Thanks.
Hello,
What are your requirements for bandwidth and disk space?
RegardsWindows Hosting ASP.NET | Top ASP.NET Hosts | Dedicated Windows Hosting
8bit:I have a website that I expect to need 1.) a lot of bandwidth and 2.) disk space. My site serves up larg...
NFS: client needs to write twice (!) for a successful write
Hello,
I was looking for a couple of days for a solution, so (I think) I have
the basics sorted out - i.e. correct /etc/exports, correct mount, no
firewall, matching UIDs/GUIs, correct squash-ing etc.
The (weird) problem: a server (an Intel SS4200) exports an NFS share
mapped by an 11.1 client (tried both YaST-way and CLI-way on the
client). I can access and read from the share. However, when trying to
write to the share (a simple 'cp') I observe the following behavior:
- The first time the 'cp' command is issued, it ends up with:
cp: cannot create regular file `...
Delphi 2006 vs Delphi 2009 IDE stabilityHello, all.
I have medium sized project which includes about 20Mb of source code (just
size of *.pas files). I use Delphi 2006. There are third party component
suites JVCL, DevExpress Bars, Pegasus Imaging. All updates applied. The main
problem is IDE stability. About four..five times a day IDE become unstable
after intensive usage of code insight functions (most often I press
Ctrl+Space key). The best outcome is that I have to save everything and
restart the IDE. The worst outcome is when IDE stalls or falls into endless
loop of error messages and any unsaved work is lost. OS...