Search found 111 matches: coff

Return to advanced search

Re: MSVS 2012

... my 2010 installation. I could not build anymore any of my apps. The error message was: LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt The workaroud was to copy cvtres.exe from 2012 \VC\bin to 2010 bin directory.
by ADutheil
Thu May 09, 2013 11:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVS 2012
Replies: 77
Views: 15099

Re: Errors in New Build

... as suggested by Antonio in an earlier post, I now get this: Error: 'D:\XHARBOUR\LIB\PNG.LIB' contains invalid OMF record, type 0x21 (possibly COFF) Can someone please tell me what I need or where I can get a valid version of png.lib? TIA David
by David Williams
Wed May 08, 2013 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Errors in New Build
Replies: 46
Views: 12869

Re: TDolphin - linking problems ...

Hello you need add libmysql.lib you can get it in dolphin/lib/mysql/coff/libmysqlm.lib (should work) Thanks Daniel ! MySql functions related errors dissapears . It leaves only that : hbmk2: Linking... engel.exe C:/a/hrbg/lib/win/mingw/libdolphin.a(tdolpexp.o):tdolpexp.c:(.text+0x39): ...
by Rimantas
Thu Mar 07, 2013 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDolphin - linking problems ...
Replies: 9
Views: 1836

Re: TDolphin - linking problems ...

Hello

you need add libmysql.lib

you can get it in dolphin/lib/mysql/coff/libmysqlm.lib (should work)
by Daniel Garcia-Gil
Wed Mar 06, 2013 8:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDolphin - linking problems ...
Replies: 9
Views: 1836

Re: buildh.bat

... I found a gdiplus.lib in my C++ builder folder and put it in the\lib\psdk, but it causes an HBSIX.LIB error invalid OMF record type 0x21( possibly COFF ) to display. I wanted to post the screen error results I get, but so far am unsuccessful . Any help , much appreciated. Bruce
by brewster
Fri Jun 22, 2012 5:05 am
 
Forum: All products support
Topic: buildh.bat
Replies: 5
Views: 2966

buildh.bat

... folder, but either the .rc or link phase will not complete, displaying a "cannot open error" or "invalid OMF record possibly COFF" message. First time forum user, but long time Clipper user. Bruce S.
by brewster
Thu Jun 21, 2012 4:33 am
 
Forum: All products support
Topic: buildh.bat
Replies: 5
Views: 2966

Build Error - FWH, Harbour, MSVC

... MSVC 2010. It has been building fine. Then today I started getting the following error: LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt If I don't link in the .res file, I dont get the error. However, this same .res file has been fine previously and is built ...
by TimStone
Fri Jun 01, 2012 8:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build Error - FWH, Harbour, MSVC
Replies: 10
Views: 3637

Re: no enlaza xhb.lib bajado de la web.

... c de borland. no pudes mezclar las lib ya que como te sucedio te indicara que el formato de la lib no es correcto. existen dos formatos de lib las COFF y la OMF. (borland c usa la OMF y los restantes compiladores c como MINGW, XCC., VISUAL C usan la COFF) lo que habria que hacer es ubicar la funcion ...
by carlos vargas
Sat Apr 07, 2012 8:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: no enlaza xhb.lib bajado de la web.
Replies: 10
Views: 4119

no enlaza xhb.lib bajado de la web.

... @b32.bc Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: 'C:\XHB\LIB\XHB.LIB' contains invalid OMF record, type 0x21 (possibly COFF) ** error 2 ** deleting Conta.exe Gracias.
by artu01
Sat Apr 07, 2012 7:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: no enlaza xhb.lib bajado de la web.
Replies: 10
Views: 4119

Re: compilando con borlan BCC582 en aj maker

... checar que me compilara pero me marco un error mas : Error: 'C:\DESARROLLO\FWH64\LIB\FIVEH64.LIB' contains invalid OMF record, type 0x21 (possibly COFF) ** error 2 ** deleting "C:\Desarrollo\Prog\HRM\Papeletas\Sistema\SISADPA.exe"
by execompu
Wed Apr 04, 2012 10:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: compilando con borlan BCC582 en aj maker
Replies: 5
Views: 962

Re: EZScan, Barcode, OCR Testing

Ramesh Babu, I have de same problem as you: Error: 'G:\FWH\SAMPLES\TOCR\LIB\EZTWAIN3.LIB' contains invalid OMF record, type 0x21 (possibly COFF). I'm using BCC55, I try implib but it build a empty lib. Could you tell me how to solve it.

Thanks
by Andrés González
Sat Feb 25, 2012 1:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EZScan, Barcode, OCR Testing
Replies: 17
Views: 6924

Re: Pregunta Ingenua Para Daniel Sobre TDOLPHIN

Daniel Garcia-Gil wrote:Hola

son los distintos formatos para crear los OBJ que los compiladores de C construyen

el formato COFF lo usa MSVC, GNU, MINGW y el OMF los usa borland

dependiendo del compilador de C que uses,, usas la libreria correspondiente



Gracias Daniel , Esta era mi duda aclarado
by ruben Dario
Fri Jan 27, 2012 5:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pregunta Ingenua Para Daniel Sobre TDOLPHIN
Replies: 2
Views: 428

Re: Pregunta Ingenua Para Daniel Sobre TDOLPHIN

Hola

son los distintos formatos para crear los OBJ que los compiladores de C construyen

el formato COFF lo usa MSVC, GNU, MINGW y el OMF los usa borland

dependiendo del compilador de C que uses,, usas la libreria correspondiente
by Daniel Garcia-Gil
Fri Jan 27, 2012 4:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pregunta Ingenua Para Daniel Sobre TDOLPHIN
Replies: 2
Views: 428

Pregunta Ingenua Para Daniel Sobre TDOLPHIN

Pregunta Ingenua Para Daniel Sobre TDOLPHIN
Saludos

Daniel

En el Proyecto esta ina subcarpeta quwe se llama mysql

estan dos carpetas una coff y otra omf mi pregunta que diferencia hay en estas librerias

Saludos
by ruben Dario
Fri Jan 27, 2012 3:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pregunta Ingenua Para Daniel Sobre TDOLPHIN
Replies: 2
Views: 428

Re: Como saber que funciones/clase de harbour son de que lib.

... What is Explorer Lib? It’s a freeware program with which you can explore, create or edit your libraries in COFF/OMF Format. Who can use Explorer Lib? Any programmer who uses libraries in COFF (MINGW, Pelles C, Microsoft C/C++) or OMF (Borland) format. What ...
by anserkk
Sat Oct 22, 2011 6:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como saber que funciones/clase de harbour son de que lib.
Replies: 2
Views: 671
PreviousNext

Return to advanced search