hi, i use xharbour cvs and borland c 551 for several years, but now, i want back to harbour and , if possible, change to microsoft c, someone has some guidelines? tips? how to down cvs of harbour? compile, link...
very thanks
hi, i use xharbour cvs and borland c 551 for several years, but now, i want back to harbour and , if possible, change to microsoft c, someone has some guidelines? tips? how to down cvs of harbour? compile, link...
very thanks
Antonio, very thanks, i will try this... could you or someone help me with migrate to microsoft C? or some link about this. very thanks again.
Norberto,
Simply review FWH\samples\buildhm.bat
It is quite easy ![]()
Antonio, very thanks, one last question: exists an trial version or free version of microsoft C? to use with harbour i use only command line compiler , right? if dont exist, which version i can buy?? thanks again.
Norberto,
Yes, Microsoft uses to include cl.exe, link.exe, libraries and include files in Visual Studio demo versions.
Those files are the ones that you just need.
Norberto,
You can download windows sdk, inside ( normaly in c:\program files\microsoft sdks\windows\v6.0\vc ) is the visual c compiler and other tools, or you can download visual c++ express it's free.
Atte.,
Lautaro Moreira
HI, after some tests, i get this :
rtl.lib : fatal erro lnk1136: invalid or corrupt file
i should compile all xharbour libs with ms vc??
thanks
Norberto,
You need a xharbour build with msvc, or rebuild yourself.
Atte.,
Lautaro
If you are going to use Microsoft C/C++ Compiler instead of Borland then
I think instead of
FiveHc.Lib you have to use FiveHcM.Lib
FiveHx.Lib you have to use FiveHxM.Lib
And if u r going to use Harbour instead of xHarbour then instead of ,
FiveH.Lib you have to use FiveHM.Lib
Regards
Anser