FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Migrating to Visual Studio with xHarbour - help
Posts: 39
Joined: Wed Jun 25, 2014 11:16 AM
Migrating to Visual Studio with xHarbour - help
Posted: Tue Sep 16, 2014 08:52 PM

Well after doing all the steps to migrate the application thereof to Visual Studio'm late with these errors:
1> CVTRES: fatal error CVT1100: duplicate resource. type: CURSOR, name: 1, language: 0x0416
1> LINK: fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
========== Build: 0 succeeded, 1 failed, 0 updated, 0 skipped ==========

FW 17.09 - xHB 1.2.3 - Embarcadero C++ 7
xDevStudio 0.72 - FivEdit ( \o/ ) - Pelles C
MySQL 5.7 - DBF
FastReport - PHP for Web Services - Java Android
http://matheusfariasdev.wordpress.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Migrating to Visual Studio with xHarbour - help
Posted: Wed Sep 17, 2014 07:00 AM

> 1> CVTRES: fatal error CVT1100: duplicate resource. type: CURSOR, name: 1, language: 0x0416

It seems as you have a duplicated CURSOR id 1 in your RC or RES file

> 1> LINK: fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt

It seems as you are not linking the right libraries

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion