Author Topic: Good News, Bad News, Good News  (Read 920 times)

MrBcx

  • Administrator
  • Hero Member
  • *****
  • Posts: 1885
    • View Profile
Good News, Bad News, Good News
« on: May 06, 2022, 03:11:40 PM »
Good News:  I got a new development computer   (Late model HP-Envy). 

Bad News:    Lots of configuration to get it where I wanted it.

Good News:  Bcx 786 compiles beautifully with the newest versions of
CLANG++, MSVC++, Embarcadero++, Mingw++, Pelles, and good old
Lcc-Win32.

I will no longer test using MSVC 2015.


jbk

  • Full Member
  • ***
  • Posts: 195
    • View Profile
Re: Good News, Bad News, Good News
« Reply #1 on: May 06, 2022, 07:41:53 PM »
congratulations MrBcx  :)

Saleh

  • Newbie
  • *
  • Posts: 42
    • View Profile
Re: Good News, Bad News, Good News
« Reply #2 on: May 10, 2022, 02:54:58 AM »
Thank you kevin about Lcc-Win32  :)

lcc 32bit :

 include\multimon.h: 132  missing parameter type
« Last Edit: May 10, 2022, 04:24:47 AM by Saleh »

MrBcx

  • Administrator
  • Hero Member
  • *****
  • Posts: 1885
    • View Profile
Re: Good News, Bad News, Good News
« Reply #3 on: May 10, 2022, 08:43:09 AM »
Thank you kevin about Lcc-Win32  :)

lcc 32bit :

 include\multimon.h: 132  missing parameter type


Hi Saleh,

I've made small adjustments over the years to keep LccWin32 running on my PC.

Here are my "tweaks" to the LccWin32 INCLUDE and LIB folders.


https://bcxbasiccoders.com/bcxusers/mrbcx/lcc.zip



INSTRUCTIONS:

1) Install LccWin32 (32-bit) as you normally would. 

2) Overwrite the \LIB\   and   \INCLUDE\ folders with my tweaked versions.



These work for me, they should work for you too.

Sorry, I don't have a list of my changes but I can say I've only needed to make a few.


Saleh

  • Newbie
  • *
  • Posts: 42
    • View Profile
Re: Good News, Bad News, Good News
« Reply #4 on: May 10, 2022, 10:54:11 AM »
Hi Kevin,
It worked for me too.
Thank you very much.