Re: [Harbour] 2008-02-21 22:17 UTC+0100 Marek Paliwoda (mpaliwoda atinteria pl)
2008-02-21 22:17 UTC+0100 Marek Paliwoda (mpaliwoda at interia pl) * harbour/make_vc.mak + Added a possiblity to compile harbour in ST or MT mode by using an environment variable called HB_BUILD_ST. Setting HB_BUILD_ST to yes, causes Harbour+RTL+VM to be built in ST mode. Otherwise MT mode is used. Thanks! It should be noted that current MSVC versions do not ship with LIBC, so ST is only for earlier MSVC version. Paul ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour
[Harbour] 2008-02-22 22:28 UTC+0100 Marek Paliwoda (mpaliwoda at interia pl)
2008-02-22 22:28 UTC+0100 Marek Paliwoda (mpaliwoda at interia pl) * harbour/make_b32.mak * Synchronized with make_vc.mak regarding HB_BUILD_ST and HB_BUILD_MODE environment usage. There is still a difference between make_b32.mak and make_vc.mak, because under BCC - ST mode is default, while under MSVC - MT mode is default. To use MT mode under BCC one needs to set HB_BUILD_ST to something different than a word "yes". For example: set HB_BUILD_ST=no. The difference comes from the fact that so far BCC build has always been done in ST mode. It will be changed after a 1.0 release. Please note that harbour.dll is *always* built in MT mode under BCC and MSVC. * harbour/make_vc.mak ! Forced MT mode for harbour.dll * Minor formating * harbour/contrib/mtpl_vc.mak ! Fixed compilation using ST mode * harbour/contrib/mtpl_b32.mak ! Fixed compilation of CPP files + Added ST/MT handling logic * harbour/contrib/hbziparch/make_b32.bat ! Fixed compilation on some BCC instalations -- Marek Paliwoda mpaliwoda at interia pl ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour
[Harbour] FOpen() Problem After 2008-02-22 22:28 UTC+0100
Hi, I have encountered below error message when running my program after 2008-02-22 22:28 UTC+0100. I'm using BCC58. Any hint what I might have missed? /// Error BASE/2021 Argument error: FOPEN Called from FOPEN(0) Called from FILECOPY(95) // Thanks, Mario ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour