Add xflaim vc8 solution and project files, add INSTALL.W32, fix a few minor vc8 incompatibilities.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@115 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
jcalcote
2006-02-14 23:34:14 +00:00
parent 1270f21a0e
commit 12f545cc1f
37 changed files with 7946 additions and 12 deletions

View File

@@ -1701,7 +1701,7 @@ Desc:
#if defined( FLM_DEBUG) && !defined( FLM_WATCOM_NLM) && !defined( FLM_SOLARIS)
void XF_Base::operator delete(
void * ptr,
char *, // file
const char *, // file
int) // line
{
if( !ptr)
@@ -1719,7 +1719,7 @@ Desc:
#if defined( FLM_DEBUG) && !defined( FLM_WATCOM_NLM) && !defined( FLM_SOLARIS)
void XF_Base::operator delete[](
void * ptr,
char *, // file
const char *, // file
int) // line
{
if( !ptr)