I am facing an issue during compile as :
- Code: Select all Expand view
Warning: Compiler mismatch. Module 'G:\VIMCOSOFT\DEV32\HARBOURBCC770_C32_20240630\LIB\WIN\BCC32C\HBMZIP.LIB|mzip' built with bcc32c compiler; expected the bcc32 compiler because of 'G:\VIMCOSOFT\V9ACC\OBJ\CM_FY_MGMT.OBJ'.
Warning: Compiler mismatch. Module 'G:\VIMCOSOFT\DEV32\HARBOURBCC770_C32_20240630\LIB\WIN\BCC32C\HBZLIB.LIB|crc32' built with bcc32c compiler; expected the bcc32 compiler because of 'G:\VIMCOSOFT\V9ACC\OBJ\CM_FY_MGMT.OBJ'.
Warning: Compiler mismatch. Module 'G:\VIMCOSOFT\DEV32\HARBOURBCC770_C32_20240630\LIB\WIN\BCC32C\MINIZIP.LIB|zip' built with bcc32c compiler; expected the bcc32 compiler because of 'G:\VIMCOSOFT\V9ACC\OBJ\CM_FY_MGMT.OBJ'.
Warning: Compiler mismatch. Module 'G:\VIMCOSOFT\DEV32\HARBOURBCC770_C32_20240630\LIB\WIN\BCC32C\MINIZIP.LIB|unzip' built with bcc32c compiler; expected the bcc32 compiler because of 'G:\VIMCOSOFT\V9ACC\OBJ\CM_FY_MGMT.OBJ'.
Fatal: Unable to open file 'UUID.LIB'
'G:\vimcosoft\V9ACC\v9acc' is not recognized as an internal or external command,
operable program or batch file.
path is given correct in build.bat file.
- Code: Select all Expand view
echo %BCCDIR%\lib\import32.lib + >> %LNKFILE%
echo %BCCDIR%\lib\psdk\uuid.lib + >> %LNKFILE%
echo %BCCDIR%\lib\psdk\odbc32.lib + >> %LNKFILE%
BCC32 Embarcadero C++ 7.70 for Win32
Harbour 3.2.0dev (r2405310955)
FWH FEB-2024
We need matrix for which version details similar to Tomcat Server https://tomcat.apache.org/whichversion.html :
so it should be :
- Code: Select all Expand view
+------------------------------------------------------------------------------------------------------------
| Five Win | Harbour | xHarbour | BCC 32 | MSVC
+------------------------------------------------------------------------------------------------------------
Please provide help on this thanks in advance...!!
Thanks
Shridhar