Hello,
Goal: I want to use Fivewin 2015 for a large XHarbour application. At the moment this application uses fivewin 2012.
Technologies I want to use.
-Windows 8.1 (64 bit) on a virtual machine
-Fivewin 2015 (at the moment it is Fivewin 2012)
-xHarbour 1.2.3 Intl. (SimpLex) (Build 20141106) (At the moment the application uses an older xHarbour compiler/directory, which has a directory name xHarbour121)
-Borland 5.82 compiler (The application at this moment uses also Borland 5.82 compiler)
The first error I get is (when using all the new technologies):
Fatal: Unable to open file 'TIPMT.LIB'
This file tipmt.lib should be in the directory C:\xHarbour\lib\ (I saw this from the linker file).
I noticed that there is a file tip.lib. From the linker file I saw that there were more of such cases. It looks like, that the names are almost the same. Only that mt is added on the end.
examples
ctmt.lib and ct.lib
rtlmt.lib and rtl.lib
etc.
In the older C:\Xharbour121\lib directory, there are file names such as tipmt.lib, ctmt.lib and rtlmt.lib.
My Questions are:
-Why is there in xHarbour 1.2.3 Intl. (SimpLex) (Build 20141106) tip.lib and in the older Xhabour directory tipmt.lib etc?, what does mt means?
-Should I change the names in my linker file (removing the mt at the end), or should I change the names in the xharbour directory or is it maybe an idea to copy the old Xharbour files to the new Xharbour directory.
Best regards,
Pieter