How do i install netcdf in delphi 10.4 community edition? - delphi

Im working on a project in delphi and i would like to install netcdf in delphi 10.4 community edition but there are only tutorials is for Visual studios does anyone have any suggestions on how to set this up

At the moment DelphiNetCDF.pas does not contain anything, that needs installation. Just drop this file to some path, that is defined in Search path of your project, and add DelphiNetCDF to uses section of your units.

Related

Delphi 10.2 Tokyo VCL sources

I've just installed RAD 10.2 Tokyo, from the official ISO, but using a trial period serial number. It says "Architect" when I start it (though I wanted to trial Entreprise edition).
Now inside Delphi's folder, when I go to sources, I find a few subfolders like rtl, but no VCL subfolder.
Does anyone have these files? Am I missing them because I installed a trial version, did Embarcadero stop providing them? In my old Delphi XE2, I also have FireMonkey framework sources, but here, nothing...
The trial version does not provide sources. You get the sources when you purchase. Note that the starter edition also does not provide sources.

Installing TChart2014 & XE7

I have been using TChart (Pro) for years and currently on TChart2014. I have recently upgraded Delphi to XE7 but the installer does not recognize XE7. I downloaded the latest Bin and source code files from the download center but XE7 is not there (Actually, since I removed XE2, it says there are no IDE's installed). Is there another installation set lurking somewhere that is not 'public'
Following up the comments to the question, the answer is that the subscription license needs to be renewed/extended to get access to the TeeChart 2014.12.140923 VCL/FMX release, which is the first version adding RAD Studio XE7 support, or a newer version.

Installing Delphi 2005 TChart

I'm running the 2005 version of delphi, which is all we are allowed to use for our school projects (so I can't update to a more recent version of delphi)
What I'm trying to do is install the TChart component into my delphi so that I can add the component to my VCL Form however can't seem to find the download link for the source code to install it via a package inside of delphi.
Could you possibly help me get TChart installed onto my delphi 2005 version? If its even possible..
Thanks
As the previous comments indicate, TeeChart Standard should be included in Delphi 2005 installation, as with all RAD Studio versions.
If you want to use this version but you can't find the TChart component in the palette, search for the dcltee*.bpl in the bin folder in the IDE installation and try to install it through the Components list in the IDE.
If you want to use a different version (a Pro version or a SourceCode version), please contact the sales department at sales#steema.com. Note Steema Software offers a 50% discount for Academic & Non-profit Organizations: http://www.steema.com/licensing/subscription

Install both Delphi 2010 and XE3 on the same Windows?

My Win7 now installed RAD Studio 2010 with Delphi 2010, can I install Delphi XE3 separately? So both Delphi 2010 and XE3 work on the same Windows?
Thanks!
Yes you can. You can install all versions of Delphi side by side on a single machine. I'm currently sitting at a machine with D6, 2010, XE, XE2 and XE3.
Different people have different ways to organise side by side installations. I personally remove all references to Delphi from my system PATH variable. Then if I need to do anything at the command line I make sure I execute the rsvars.bat for the target version. That sets all the environment variables needed for that Delphi version. At that point executing dcc32.exe results in the target version of the command line compiler being invoked.
They should work. However some certain components might be buggy like different versions of BDE or maybe different versions of remote debugger core. But in general if you install lesser version with updates and then install more newer one - it should work. Unless some bugs happen.
But when you'd compile your projects or libraries, if you want to use both IDEs you should be very accurate about DCU and DCP paths, BPL names and such, so they would not be mixed in same place. DCU and DCP should be written into and searched in different folders. BPL names should have version-denoting suffix to them. and such.

How can I get Microsoft Document Explorer, which is missing from my Delphi installation?

I installed my Delphi 2005 Personal but after running the IDE it gives me AV and some help bpl file error. I came to a conslusion that this occurs because somehow I don't have installed Microsoft Document Explorer.
Then my question is: where can I download Microsoft Document Explorer? I can't find any links myself. I think it comes with Visual Studio but I don't want to install it only to have a help system in Delphi.
Update
When installing Delphi I did a certain trick to not install .NET 1.0 stuff and I did wrong. There was the Microsoft Document Explorer in one of these packages. Just had to install the .NET SDK.
When installing Delphi I did a certain trick to not install .NET 1.0 stuff and I did wrong. There was the Microsoft Document Explorer in one of these packages. Just had to install the .NET SDK from Delphi installer.
Afaik it is part of MSDN, but that is an huge download:
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=20955
The Embarcadero FTP server might also be a smart location to check.
I found same problem when trying to install devExpress component for Delphi 2010. Problem was solved when reinstalling the help build.

Resources