Necesito reemplazar el objeto datetime.obj de la librería FiveHC32.lib
Lo hago así:
- Code: Select all Expand view
TLIB FiveHC32.lib -+ datetime.obj
y me sale este error: Error: Bad header in input LIB
También da error en: hbct.lib
He reemplazado objetos de FiveH.lib y no da error
Quizas debe haber otro TLIB para MSVS
Necesito hacer el cambio porque me salen repetidas 2 funciones:
- Code: Select all Expand view
hbct.lib(dattime3.obj) : warning LNK4006: _HB_FUN_SETTIME ya se definió en FiveHC32.lib(DATETIME.obj); segunda definición omitida
hbct.lib(dattime3.obj) : warning LNK4006: _HB_FUN_SETDATE ya se definió en FiveHC32.lib(DATETIME.obj); segunda definición omitida
Gracias por la ayuda