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 ==========
Migrating to Visual Studio with xHarbour - help
Migrating to Visual Studio with xHarbour - help
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
xDevStudio 0.72 - FivEdit ( \o/ ) - Pelles C
MySQL 5.7 - DBF
FastReport - PHP for Web Services - Java Android
http://matheusfariasdev.wordpress.com
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Migrating to Visual Studio with xHarbour - help
> 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
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