FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour File not found: 'LIBCMT.LIB'
Posts: 4
Joined: Mon Sep 16, 2013 11:04 AM

File not found: 'LIBCMT.LIB'

Posted: Thu Sep 19, 2013 08:41 AM
Hello Everybody,
I just started learning FiveWin with xHarbour. After much try I could compile Tutor01.prg using xBuild command and XBP file (with Fivehcm.lib and Fivehmx.Lib). But cannot compile Tutor02.prg and Tutor03.prg. Both showing :
Code (fw): Select all Collapse
xLINK: fatal error: File not found: 'LIBCMT.LIB'.

I used following FiveWin lib files :
Code (fw): Select all Collapse
[C:\fwh\lib\FiveH32.lib]
[C:\fwh\lib\FiveHC32.lib]
[C:\fwh\lib\FiveHCM.lib]
[C:\fwh\lib\FiveHGC.lib]
[C:\fwh\lib\FiveHMX.lib]
[C:\fwh\lib\FiveHX.lib]
[C:\fwh\lib\libcurl.lib]

Thanks in advance.
With best regards.
Sudip Bhattacharyya
Thanks and Regards :-)
Sudip Bhattacharyya
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: File not found: 'LIBCMT.LIB'

Posted: Thu Sep 19, 2013 12:24 PM

Sudip,

Welcome aboard :-)

Please go to FWH\samples and try this (it should work fine):

buildx.bat tutor02

Then please review buildx.bat and see if you are using the same libraries names the same way, thanks

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 4
Joined: Mon Sep 16, 2013 11:04 AM

Re: File not found: 'LIBCMT.LIB'

Posted: Thu Sep 19, 2013 01:37 PM

Thanks Antonio,
I tried first with Buildx.bat. But it didn't find many files. First it couldn't find GDIPLUS.lib. I changed it with GDI32.LIB. Then it found problem with uuid.lib.
May be it is due to I am using BCC 5.5.1. I tried to download BCC 5.8.2. But couldn't find it.
Please help me :-)
Thanks and regards.
Sudip

Thanks and Regards :-)
Sudip Bhattacharyya
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: File not found: 'LIBCMT.LIB'

Posted: Thu Sep 19, 2013 03:25 PM

Sudip,

All Borland downloads are available from Embarcadero website.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 4
Joined: Mon Sep 16, 2013 11:04 AM

Re: File not found: 'LIBCMT.LIB'

Posted: Fri Sep 20, 2013 06:39 AM

Hello Antonio,
We actually want to use FiveWin with xHarbour.com
Any tips please :-)

Thanks and Regards :-)
Sudip Bhattacharyya
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: File not found: 'LIBCMT.LIB'

Posted: Fri Sep 20, 2013 10:25 AM

Sudip,

xharbour.com uses PellesC as the C compiler, which it is also compatible with Microsoft VC98. In fact we use VC98 to build FWH for xharbour.com

Tim Stone, amongst other FWH users, is a great expert using xharbour.com and FWH, though actually he is migrating to Harbour and FWH and Visual Studio 2012. So if you have some specific doubts surely Tim, and others, will be able to help you also with it :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 4
Joined: Mon Sep 16, 2013 11:04 AM

Re: File not found: 'LIBCMT.LIB'

Posted: Fri Sep 20, 2013 12:42 PM

Thanks Antonio. I shall try VC98 :-)

Thanks and Regards :-)
Sudip Bhattacharyya

Continue the discussion