Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Borland Delphi  (Read 2344 times)

0 Members and 1 Guest are viewing this topic.

DaOld Man

  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5158
  • Last login:May 24, 2025, 09:57:44 pm
  • Wheres my coffee?
    • Skenny's Outpost
Borland Delphi
« on: August 17, 2020, 04:04:20 pm »
Does anyone have a copy of Delphi when it was free you can share with me?
I had a copy and I developed JoyChoose and startcom on it.
I lost it when my hard drive crashed a while back.
I can edit the code in notepad+, but I cant compile it into an exe type program.
Delphi Free had a few very minor bugs in it, but for the price you cant complain.
I know we are not supposed to give away programs on here, and if this is not then please moderators, delete this post.
But I thought since it was a free download at one time, this post would be ok. I cant find the free version on the web, except a few suspicious sites.

Or if anyone else knows of a good (free) program that can compile C++ code, a point in that direction would be nice.
It dont have to be delphi.
But delphi had some good GUI that made programming more fun.

TIA

destial

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 17
  • Last login:July 09, 2025, 04:31:15 pm
  • I may go overboard but at least I'm having fun
Re: Borland Delphi
« Reply #1 on: August 17, 2020, 09:34:32 pm »
If you want delphi you'll want https://www.lazarus-ide.org/ it's from freepascal but the only major difference is that it's standards compliant and still be worked on.

If you just want a c++ compiler and not an IDE I'd recommend clang but it really depends on what platform you're running on/developing for. Windows target -> MSVC will be your best bet there's a build tools that will get you just the compiler toolchain but might as well get visual studio express at that point :(. If your going cross platform I prefer clang as the primary compiler but you've got gcc on linux and clang is the default on OSX.

I'd really recommend a decent free IDE over notepad, there are enough options out there now that it shouldn't be hard to find one you like that's not too heavy. At least vim and some plugins  >:D
« Last Edit: August 17, 2020, 09:37:09 pm by destial »

DaOld Man

  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5158
  • Last login:May 24, 2025, 09:57:44 pm
  • Wheres my coffee?
    • Skenny's Outpost
Re: Borland Delphi
« Reply #2 on: August 18, 2020, 10:58:30 am »
If you want delphi you'll want https://www.lazarus-ide.org/ it's from freepascal but the only major difference is that it's standards compliant and still be worked on.

If you just want a c++ compiler and not an IDE I'd recommend clang but it really depends on what platform you're running on/developing for. Windows target -> MSVC will be your best bet there's a build tools that will get you just the compiler toolchain but might as well get visual studio express at that point :(. If your going cross platform I prefer clang as the primary compiler but you've got gcc on linux and clang is the default on OSX.

I'd really recommend a decent free IDE over notepad, there are enough options out there now that it shouldn't be hard to find one you like that's not too heavy. At least vim and some plugins  >:D

Thanks man. I will check out your suggestions. I did download Visual Studio 2019 which was free. It took me a while to get used to it, but it looks like a pretty nice IDE, however I keep getting errors when I try to make an exe of my project. I searched the net for reasons (forget the errors but I can round them up if anyone has any experience with this), but searching the net was running me in circles and I never got a clear answer, I did almost get to the point of throwing the whole PC out in the yard LOL. I finally just gave up and figured maybe that function is disabled in the free version.

destial

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 17
  • Last login:July 09, 2025, 04:31:15 pm
  • I may go overboard but at least I'm having fun
Re: Borland Delphi
« Reply #3 on: August 18, 2020, 12:26:14 pm »
Probably was looking for specific DLLs or something along those lines, the initial setup for compiling on different versions of windows can be a PITA if you hit anything specific feel free to post it and I'd be happy to see what I can do. No promises though those compiler errors can be cryptic good old MS  :cheers:

Drnick

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1642
  • Last login:June 21, 2024, 03:32:31 pm
  • Plodding Through Life
Re: Borland Delphi
« Reply #4 on: August 18, 2020, 03:55:13 pm »
Probably was looking for specific DLLs or something along those lines, the initial setup for compiling on different versions of windows can be a PITA if you hit anything specific feel free to post it and I'd be happy to see what I can do. No promises though those compiler errors can be cryptic good old MS  :cheers:
Still think the Greatest Microsoft error Is There has been an error, click for more information,  More information, There has been an Error :) :)

DaOld Man

  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5158
  • Last login:May 24, 2025, 09:57:44 pm
  • Wheres my coffee?
    • Skenny's Outpost
Re: Borland Delphi
« Reply #5 on: August 19, 2020, 04:48:36 pm »
When I go to publish the project, it says it cant publish because project failed to build.
When I click on the build button it says it was a successful build.
IDK.

destial

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 17
  • Last login:July 09, 2025, 04:31:15 pm
  • I may go overboard but at least I'm having fun
Re: Borland Delphi
« Reply #6 on: August 19, 2020, 06:22:15 pm »
When I go to publish the project, it says it cant publish because project failed to build.
When I click on the build button it says it was a successful build.
IDK.

Is there anything in the output window?