corrected lccwin headers

Started by jbk, May 31, 2024, 05:33:51 PM

Previous topic - Next topic

jbk

#6
Hi MrBcx  :)
Many thanks, it works perfect :)

MrBcx

Quote from: jbk on June 01, 2024, 12:41:33 PM
arrrgggg
compiling with lccwin won't work unless lccwin is installed in the C drive
and yes, I did edit the appropriate batch file to point the path of lcc, it simply can't find any of the include files
if I uninstall lcc from the D drive and then install in the C drive and editing the config.bat to the correct path it works
if I copy c:\lcc to the D drive and again edit config.bat then lcc runs but never finishes anything, from BED all you see is "working..."

btw, if lcc is installed in the D drive I have no problem compiling a C program, the problem arises when using BED to compile a bcx basic program

JB -- I re-uploaded my tweaked include and lib folder at the same link I shared previously.


I uninstalled Lcc-Win32 from my C drive, rebooted, and installed Lcc-Win32 on an empty Thumb drive D:

I overwrote the lib and include folders with my tweaked set on D:\Lcc\.

I edited c:\bed\bat\Lccwin\config.bat  by setting: @SET LccFolder=d:\Lcc

I launched BED, typed in: PRINT "Hello World" and successfully compiled using LccWin32 and "Hello World" executed correctly

jbk

#4
arrrgggg
compiling with lccwin won't work unless lccwin is installed in the C drive
and yes, I did edit the appropriate batch file to point the path of lcc, it simply can't find any of the include files
if I uninstall lcc from the D drive and then install in the C drive and editing the config.bat to the correct path it works
if I copy c:\lcc to the D drive and again edit config.bat then lcc runs but never finishes anything, from BED all you see is "working..."

btw, if lcc is installed in the D drive I have no problem compiling a C program, the problem arises when using BED to compile a bcx basic program

jbk



jbk

Hi MrBcx  :)
sometime ago you posted a link to your lccwin headers, would you post link again?
I seem to have broken my lccwin installation and need to reinstall