Using VS 2008:

   MAKE_VC CLEAN BUILD

WARNING: __MSC__ is not defined
CL   -DHB_VM_ALL -DHB_FM_DL_ALLOC  -MT -TP -D__WIN32__ -D_HAVE_SQLITE_CONFIG_H
 -DHAVE_CONFIG_H -c -EHsc -Otyb1 -GA -Gs -W4 -wd4127 -wd4054 -wd4055 -nologo
 -I"include" -I"obj\vc" -I"C:\Program Files\Microsoft Visual Studio
8\vc\include" -I"source\rtl\zlib" -I"contrib\pdflite\include" -I"contrib\png"
 -I"contrib\tiff" -I"contrib\jpeg" /Od /EHsc /RTC1 /MTd /Gs /GS /Gy /GR /Zi
/DHB_FM_STATISTICS /D_CRT_SECURE_NO_DEPRECATE -Foobj\vc\hbarch.obj
source\common\hbarch.c
hbarch.c
c:\xharbour\include\hbdefs.h(93) : fatal error C1083: Cannot open include
file: 'intsafe.h': No such file or directory

Ron



--------------------------------------------------
From: "Andi Jahja" <andi.ja...@yahoo.co.id>
Sent: Friday, October 19, 2012 4:43 PM
To: <xharbour-developers@lists.sourceforge.net>
Subject: [xHarbour-developers] ChangeLog: 2012-10-20 06:37 UTC+0700 
AndiJahja <xharbour/AT/telkom/net/id>

> 2012-10-20 06:37 UTC+0700 Andi Jahja <xharbour/AT/telkom/net/id>
>  * include/hbsetup.h
>  * include/hbdefs.h
>    ! use native intsafe.h for MSVS older than MCVS 2010 (This pacify many
>      warnings on typedefs redefinitions in older MSVS versions)
>
>  * source/rtl/gttone.c
>    ! MSVC 71 (Windows DDK) does not have _inp and _outp in LIBC*.LIB, 
> hence
>    linking application compiled with -MT flag will fail. xHabour will now 
> use
>    the ASM codes for MSVC 71 MT and will only use the proprietary 
> functions
>    when compiled with MD flag (SET USE_MSVCRT=1)
>
>  * winmake/makefile.bc
>  * winmake/makefile.gc
>  * winmake/makefile.vc
>    ! changed hard-coded .obj and .o -> $(OBJEXT)
>
>  * winmake/makefile.vc
>    ! removed -Og2 flag (global optimization) for MSVC 7/71 which caused 
> random GPF
>
> Andi
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_sfd2d_oct
> _______________________________________________
> xHarbour-developers mailing list
> xHarbour-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xharbour-developers
> 

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to