Jump to content
Fivewin Brasil

De *.C Para *.Obj en BCC74 no funciona más.


kapiaba

Recommended Posts

37 minutos atrás, aferra disse:

Acho que seria só mudar os caminhos desses arquivos.
ilink32.cfg e bcc32.cfg, devem estar com o nome da pasta onde estão salvos.
exemplo:
-Ld:\bcc74\lib;d:\bcc74\lib\psdk

se for unidade c

-Lc:\bcc74\lib;c:\bcc74\lib\psdk

É? Tenta compilar. fulo de lis. kkkkkkkkk

Link to comment
Share on other sites

Comigo dá o montão de erros:


c:\TTaskPan>C:\BCC74\bin\bcc32 -c -Ic:\HBBCC74\include;c:\fwh1905\include -D__HARBOUR__ -D__FLAT__ c_themeapi.c 
Embarcadero C++ 7.40 for Win32 Copyright (c) 1993-2018 Embarcadero Technologies, Inc.
c_ThemeAPI.c:
Warning W8065 c_ThemeAPI.c 300: Call to function 'ISCHAR' with no prototype in function HB_FUN_TM_OPENTHEMEDATA
*** 1 errors in Compile ***

c:\TTaskPan>C:\BCC74\bin\bcc32 -c -Ic:\HBBCC74\include;c:\fwh1905\include -D__HARBOUR__ -D__FLAT__ c_themeaux.C 
Embarcadero C++ 7.40 for Win32 Copyright (c) 1993-2018 Embarcadero Technologies, Inc.
c_ThemeAUX.c:
Warning W8065 c_ThemeAUX.c 492: Call to function 'ISCHAR' with no prototype in function HB_FUN_LOADBITMAPEX
Warning W8065 c_ThemeAUX.c 498: Call to function 'ISCHAR' with no prototype in function HB_FUN_LOADBITMAPEX
Warning W8065 c_ThemeAUX.c 498: Call to function 'ISNUM' with no prototype in function HB_FUN_LOADBITMAPEX
Warning W8065 c_ThemeAUX.c 501: Call to function 'ISCHAR' with no prototype in function HB_FUN_LOADBITMAPEX
*** 1 errors in Compile ***

c:\TTaskPan>C:\BCC74\bin\bcc32 -c -Ic:\HBBCC74\include;c:\fwh1905\include -D__HARBOUR__ -D__FLAT__ c_themeGDI.c 
Embarcadero C++ 7.40 for Win32 Copyright (c) 1993-2018 Embarcadero Technologies, Inc.
c_ThemeGDI.c:
Warning W8065 c_ThemeGDI.c 413: Call to function 'ISCHAR' with no prototype in function HB_FUN_TH_TPGROUPHEADERHEIGHT
Warning W8065 c_ThemeGDI.c 1037: Call to function 'ISCHAR' with no prototype in function HB_FUN_TH_DRAWTASKPANELGROUPHEADER
Warning W8065 c_ThemeGDI.c 1113: Call to function 'ISNIL' with no prototype in function HB_FUN_TH_DRAWTASKITEMB
Warning W8065 c_ThemeGDI.c 1113: Call to function 'ISNIL' with no prototype in function HB_FUN_TH_DRAWTASKITEMB
Warning W8065 c_ThemeGDI.c 1173: Call to function 'ISNUM' with no prototype in function HB_FUN_TH_DRAWTASKITEMB
Warning W8065 c_ThemeGDI.c 1179: Call to function 'ISARRAY' with no prototype in function HB_FUN_TH_DRAWTASKITEMB
Warning W8065 c_ThemeGDI.c 1184: Call to function 'ISNUM' with no prototype in function HB_FUN_TH_DRAWTASKITEMB
Warning W8065 c_ThemeGDI.c 1190: Call to function 'ISARRAY' with no prototype in function HB_FUN_TH_DRAWTASKITEMB
*** 1 errors in Compile ***

c:\TTaskPan>C:\BCC74\bin\bcc32 -c -Ic:\HBBCC74\include;c:\fwh1905\include -D__HARBOUR__ -D__FLAT__ c_tthememanager.C 
Embarcadero C++ 7.40 for Win32 Copyright (c) 1993-2018 Embarcadero Technologies, Inc.
c_TThemeManager.c:
Warning W8065 c_TThemeManager.c 138: Call to function 'ISCHAR' with no prototype in function _i_GetSetBackGround
Warning W8065 c_TThemeManager.c 153: Call to function 'ISARRAY' with no prototype in function _i_GetSetBackGround

Warning W8065 c_TThemeManager.c 176: Call to function 'ISNUM' with no prototype in function _i_GetSetBackGround
Warning W8065 c_TThemeManager.c 222: Call to function 'ISARRAY' with no prototype in function _i_GetSetRECT
Warning W8065 c_TThemeManager.c 229: Call to function 'ISNUM' with no prototype in function _i_GetSetRECT
Warning W8065 c_TThemeManager.c 248: Call to function 'ISNUM' with no prototype in function _i_GetSetLong
Warning W8065 c_TThemeManager.c 259: Call to function 'ISARRAY' with no prototype in function _i_GetSetFont
Warning W8065 c_TThemeManager.c 292: Call to function 'ISCHAR' with no prototype in function _i_GetSetFontStyle
Warning W8065 c_TThemeManager.c 305: Call to function 'ISARRAY' with no prototype in function _i_GetSetFontStyle
Warning W8065 c_TThemeManager.c 333: Call to function 'ISARRAY' with no prototype in function _i_GetSetForeground
Warning W8065 c_TThemeManager.c 340: Call to function 'ISNUM' with no prototype in function _i_GetSetForeground
Warning W8065 c_TThemeManager.c 367: Call to function 'ISCHAR' with no prototype in function _i_GetSetButton
*** 1 errors in Compile ***

c:\TTaskPan>C:\BCC74\bin\ilink32 -aa -Gn -Tpe -s -v @HB.LNK 
Turbo Incremental Link 6.90 Copyright (c) 1997-2017 Embarcadero Technologies, Inc.
Fatal: Unable to open file 'C_THEMEAPI.OBJ'

Abs.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...