BCC 7.7 HARBOUR & FWH VERSION MISMATCH COMPILE ISSUE

Post Reply
shrifw
Posts: 69
Joined: Fri Aug 28, 2009 5:25 am

BCC 7.7 HARBOUR & FWH VERSION MISMATCH COMPILE ISSUE

Post by shrifw »

Dear All ,

I am facing an issue during compile as :

Code: Select all | Expand

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

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

    +------------------------------------------------------------------------------------------------------------
    | Five Win    |  Harbour        | xHarbour  | BCC 32          |      MSVC 
    +------------------------------------------------------------------------------------------------------------

 

Please provide help on this thanks in advance...!!

Thanks
Shridhar
User avatar
Antonio Linares
Site Admin
Posts: 42259
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: BCC 7.7 HARBOUR & FWH VERSION MISMATCH COMPILE ISSUE

Post by Antonio Linares »

Dear Shridar,

> Fatal: Unable to open file 'UUID.LIB'

Please copy c:\bcc77\lib\psdk\uuid.lib to c:\bcc77\lib\uuid.lib
regards, saludos

Antonio Linares
www.fivetechsoft.com
shrifw
Posts: 69
Joined: Fri Aug 28, 2009 5:25 am

Re: BCC 7.7 HARBOUR & FWH VERSION MISMATCH COMPILE ISSUE

Post by shrifw »

Dear Antonio ,

I had already tried but that also did not work.

Thanks
Shridhar
User avatar
Antonio Linares
Site Admin
Posts: 42259
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: BCC 7.7 HARBOUR & FWH VERSION MISMATCH COMPILE ISSUE

Post by Antonio Linares »

Try copying uuid.lib to the folder where you are building the EXE
regards, saludos

Antonio Linares
www.fivetechsoft.com
shrifw
Posts: 69
Joined: Fri Aug 28, 2009 5:25 am

Re: BCC 7.7 HARBOUR & FWH VERSION MISMATCH COMPILE ISSUE

Post by shrifw »

Dear Antonio ,

I tried but now got different error as given below:

Code: Select all | Expand

Warning: Compiler mismatch. Module 'G:\VIMCOSOFT\DEV32\HARBOURBCC770_C32_20240630\LIB\WIN\BCC32C\HBRTL.LIB|gui' 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\HBCOMMON.LIB|hbhash' 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|adler32' 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|inffast' built with bcc32c compiler; expected the bcc32 compiler because of 'G:\VIMCOSOFT\V9ACC\OBJ\CM_FY_MGMT.OBJ'.
Error: Unresolved external '__LDclass' referenced from G:\VIMCOSOFT\DEV32\HARBOURBCC770_C32_20240630\LIB\WIN\BCC32C\HBCOMMON.LIB|hbprintf
Error: Unresolved external '__Dsign' referenced from G:\VIMCOSOFT\DEV32\HARBOURBCC770_C32_20240630\LIB\WIN\BCC32C\HBCOMMON.LIB|hbprintf
Error: Unresolved external '__Log' referenced from G:\VIMCOSOFT\DEV32\HARBOURBCC770_C32_20240630\LIB\WIN\BCC32C\HBCT.LIB|ctmath2
Error: Unresolved external '__Sinx' referenced from G:\VIMCOSOFT\DEV32\HARBOURBCC770_C32_20240630\LIB\WIN\BCC32C\HBCT.LIB|trig
Error: Unable to perform link
'G:\vimcosoft\V9ACC\v9acc' is not recognized as an internal or external command,
operable program or batch file.

 
Thanks
Shridhar
User avatar
Antonio Linares
Site Admin
Posts: 42259
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: BCC 7.7 HARBOUR & FWH VERSION MISMATCH COMPILE ISSUE

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
shrifw
Posts: 69
Joined: Fri Aug 28, 2009 5:25 am

Re: BCC 7.7 HARBOUR & FWH VERSION MISMATCH COMPILE ISSUE

Post by shrifw »

Dear Antonio ,

Issues is resolved. Many Thanks for your supports .

But we need version matrix as highlighted in the topic. if it is already available please share the same. Thanks in advance..!!

Thanks
Shridhar
User avatar
Antonio Linares
Site Admin
Posts: 42259
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: BCC 7.7 HARBOUR & FWH VERSION MISMATCH COMPILE ISSUE

Post by Antonio Linares »

Glad to know that it is solved

Ok, we are going to start updating it

Code: Select all | Expand

   +---------------------------------------------------------------------------------------------+
  | FiveWin     |  Harbour        | xHarbour  | BCC 32          |      MSVC                     |
  +---------------------------------------------------------------------------------------------+
  |   24.04     |  3.2.0          |  1.3.1    |   7.7           | Visual Studio Community 2022  |
  +---------------------------------------------------------------------------------------------+ 
 
Thanks for your suggestion!
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply