[Lazarus] Newbie, porting class to FPC but get procedure assignment error
José Mejuto
joshyfun at gmail.com
Thu Jun 25 21:40:54 CEST 2015
El 25/06/2015 a las 21:03, Bo Berglund escribió:
>> There's a tool called CVTRES.EXE that comes with Visual Studio that does
>> such conversion. It's an alternative to get a proper coff format
>>
>
> I do have VS installed so I have this tool:
>
> D:\>cvtres
Hello,
I think the tool is "Editbin", cvtres is to convert resources:
cvtres = "ConVerT RESource"
Also the linker should do it (OMF to COFF):
link -edit thefile.obj
--
More information about the Lazarus
mailing list