Absolutely Agree Each steep of migration will be also reversible if you use #ifdef Harbour to Xharbour is easy steep using xhb.lib that is a library made for port xharbour application to harbour In harbour you can recompile your application using simply hbmk2 (same tools works also in linux) hbmk2 myprg1 myprg2 mysamplec.c xhb.lib mylib.lib
hbmk link harbour standard library and library required by your compiler so will be easy moving to msvc using hbmk all is Simply and clean as crystal, I still thanks to ViKtor I 2009/3/5 toni...@fwi <[email protected]>: >> I am trying to migrate my own libs to Harbour+msvc, but in some cases, I >> have some C sources which show me some errors in compilation time. >> Any of you have made some migration of libs created in xharbour+bcc+fwh to >> harbour+msvc+fwh and can show me way? > > Hi Kleyber, > > You are trying to do two jobs at the same time: move to Harbour and > move to MSVC. > > IMHO you need first move to Harbour with BCC, so, when your app is > running fine with Harbour+BCC, move to MSVC. > > It is my oppinion. > > Regards, > > Toninho. > > > > _______________________________________________________ > Yahoo! Mail - Sempre a melhor opção para você! > Experimente já e veja as novidades. > http://br.yahoo.com/mailbeta/tudonovo/ > > > _______________________________________________ > Harbour mailing list > [email protected] > http://lists.harbour-project.org/mailman/listinfo/harbour > -- Massimo Belgrano _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
