Showing posts with label Delphi. Show all posts
Showing posts with label Delphi. Show all posts
Friday, December 29, 2023
Wednesday, December 27, 2023
EOleException: Microsoft MSXML is not installed when calling LoadXMLDocument
EOleException: Microsoft MSXML is not installed when calling LoadXMLDocument
LoadXMLDocument returns IXMLDocument which by default uses MSXML on Windows. MSXML is a COM componet which requires client to initialize COM library. Below shows a bare bones Delphi 11.3 console application initializing COM library. Tags: COM, DCOM, Delphi, XMLSaturday, March 14, 2020
Install Lazarus on MX Linux
Lazarus IDE is one of the Free Pascal IDEs available. Lazarus/FPC combination is an open source replacement for Delphi.
Just would like to note that Delphi as of March 2020 is more than just a rapid application development platform for developing desktop applications, it can also be used to write Android and web application.
Anyway, to instal Lazarus on MX Linux (or Debian Buster derivates), do:
Keywords: Lazarus, Free Pascal, Delphi, Linux
Just would like to note that Delphi as of March 2020 is more than just a rapid application development platform for developing desktop applications, it can also be used to write Android and web application.
Anyway, to instal Lazarus on MX Linux (or Debian Buster derivates), do:
$: sudo apt install fpc fpc-source gdb lazarus
Subscribe to:
Posts (Atom)
CPP Quick Guide
Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...
-
Installing MonoDevelop in OpenSUSE 12.2 from its repository was very easy. When running it for the first time though I got the message: Th...
-
Tried to update my Ubuntu host today and it did pickup that new version of VirtualBox is available (4.1.8). All other packages installed pro...
-
Minimal OPC UA client that auto generates self signed certificate on startup in C# This is minimal OPC UA client in C# that demonstrates se...