[Harbour] SF.net SVN: harbour-project:[13101] trunk/harbour

2009-12-03 Thread vszakats
Revision: 13101 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=13101&view=rev Author: vszakats Date: 2009-12-03 12:58:22 + (Thu, 03 Dec 2009) Log Message: --- 2009-12-03 13:53 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/xhb/freadlin.c

Re: [Harbour] SF.net SVN: harbour-project:[13101] trunk/harbour

2009-12-03 Thread Przemysław Czerpak
On Thu, 03 Dec 2009, vszak...@users.sourceforge.net wrote: Hi, > * config/win/msvc.mk > - Removed -MT switch from default MSVC options. It should be user > controlled > and -MT seemed to be the default anyway. Now it's also in sync with > hbmk2 > and also with msvcarm target.

Re: [Harbour] SF.net SVN: harbour-project:[13101] trunk/harbour

2009-12-03 Thread Viktor Szakáts
Hi, >> * config/win/msvc.mk >>- Removed -MT switch from default MSVC options. It should be user >> controlled >> and -MT seemed to be the default anyway. Now it's also in sync with >> hbmk2 >> and also with msvcarm target. > > I do not have MSVC so I cannot check what exactly thi

Re: [Harbour] SF.net SVN: harbour-project:[13101] trunk/harbour

2009-12-03 Thread Przemysław Czerpak
On Thu, 03 Dec 2009, Szak�ts Viktor wrote: Hi, > The name of the switch is misleading. See: > --- > -LINKING- > /LD Create .DLL /LDd Create .DLL debug library > /LN Create a .netmodule /F set stack size > /link [linker option

Re: [Harbour] SF.net SVN: harbour-project:[13101] trunk/harbour

2009-12-03 Thread Viktor Szakáts
>> The name of the switch is misleading. See: >> --- >>-LINKING- >> /LD Create .DLL /LDd Create .DLL debug library >> /LN Create a .netmodule /F set stack size >> /link [linker options and libraries]/MD link with MSVCRT.LIB

Re: [Harbour] SF.net SVN: harbour-project:[13101] trunk/harbour

2009-12-03 Thread Przemysław Czerpak
On Thu, 03 Dec 2009, Szak�ts Viktor wrote: Hi, > Here is the list of libs which come with VC2008 (to be precise > with SDK 7, but this details should be the same for these two > packages): [...] > Please tell me if this gave answer to your question. No, it doesn't. Anyhow I used google to find

Re: [Harbour] SF.net SVN: harbour-project:[13101] trunk/harbour

2009-12-03 Thread Viktor Szakáts
>> Here is the list of libs which come with VC2008 (to be precise >> with SDK 7, but this details should be the same for these two >> packages): > [...] >> Please tell me if this gave answer to your question. > > No, it doesn't. Anyhow I used google to find some information > about it and I thin

Re: [Harbour] SF.net SVN: harbour-project:[13101] trunk/harbour

2009-12-03 Thread Viktor Szakáts
> No, it doesn't. Anyhow I used google to find some information > about it and I think that some advanced MSVC users should look > at it and answer what will happen when Harbour is build for > different MSVCRT then one of used DLLs when /MT or /MD switches > are used (it may exploit some problems w

Re: [Harbour] SF.net SVN: harbour-project:[13101] trunk/harbour

2009-12-03 Thread Viktor Szakáts
> Here is some MS docs: > http://msdn.microsoft.com/en-us/library/2kzt1wy3(VS.80).aspx > > With MSVC 2008 there is NO difference between no option > and /MT, and '_MT' macro is always defined. This means in 2008, > MT mode is always enabled. Slightly different code is generated > with /MD and

Re: [Harbour] SF.net SVN: harbour-project:[13101] trunk/harbour

2009-12-03 Thread Viktor Szakáts
>> This should be checked for older versions, 2005 and >> maybe .NET 2003, .NET, maybe 6.0 if someone still >> has it. > > Here's the docs for .NET 2003: > http://msdn.microsoft.com/en-us/library/abx4dbyh(VS.71).aspx > > I'd guess that 2005 behaves exactly like 2008, > and 2003 behaves like .N