Re: LPOLESTR to std::string conversion
- From: "Florent" <florent.bouchy@xxxxxxxxx>
- Date: 2 Sep 2005 02:58:57 -0700
************
malloc.h :
#ifdef __cplusplus
extern "C" { // <== C:\Program Files\Microsoft Visual Studio
..NET 2003\Vc7\include\malloc.h(36): error C2598: les spécifications de
la liaison doivent figurer au niveau de la portée globale
#endif
....
_CRTIMP void * __cdecl calloc(size_t, size_t); // <==
C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\include\malloc.h(122): error C2883: 'calloc' : conflits de
déclaration de fonction avec 'calloc' introduit par une déclaration
using
C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\include\stdlib.h(277) : voir la déclaration de 'calloc'
************
atlalloc.h :
static void* Allocate(size_t nBytes) throw()
{
return ::LocalAlloc(LMEM_FIXED, nBytes); // <== C:\Program
Files\Microsoft Visual Studio .NET
2003\Vc7\atlmfc\include\atlalloc.h(45): error C2039: 'LocalAlloc' :
n'est pas membre de 'operator``global namespace'''
}
*************
WinNT.h :
NTSYSAPI
SIZE_T
NTAPI
RtlCompareMemory (
const VOID *Source1,
const VOID *Source2,
SIZE_T Length // <== C:\Program Files\Microsoft Visual
Studio .NET 2003\Vc7\PlatformSDK\Include\WinNT.h(7970): error C2061:
erreur de syntaxe : identificateur 'SIZE_T'
);
************
etc...
.
- Follow-Ups:
- Re: LPOLESTR to std::string conversion
- From: Arnaud Debaene
- Re: LPOLESTR to std::string conversion
- References:
- LPOLESTR to std::string conversion
- From: Florent
- Re: LPOLESTR to std::string conversion
- From: Arnaud Debaene
- Re: LPOLESTR to std::string conversion
- From: Florent
- Re: LPOLESTR to std::string conversion
- From: Arnaud Debaene
- Re: LPOLESTR to std::string conversion
- From: Florent
- Re: LPOLESTR to std::string conversion
- From: Arnaud Debaene
- Re: LPOLESTR to std::string conversion
- From: Florent
- Re: LPOLESTR to std::string conversion
- From: Arnaud Debaene
- LPOLESTR to std::string conversion
- Prev by Date: Re: VC++ Com and Port 445?
- Next by Date: Re: LPOLESTR to std::string conversion
- Previous by thread: Re: LPOLESTR to std::string conversion
- Next by thread: Re: LPOLESTR to std::string conversion
- Index(es):
Loading