Boost logo

Boost :

From: Martin Schuerch (mschuerch_at_[hidden])
Date: 2002-09-17 09:02:10


The same problems as recently reported for exception.cpp happens in
operations_posix_windows.cpp, when the project is set to unicode.

It compiles in unicode and multibyte, when the follwing types and functions
are used in the char-version:

# define BOOST_SYSTEM_DIRECTORY_TYPE WIN32_FIND_DATA: WIN32_FIND_DATA ->
WIN32_FIND_DATAA

FindFirstFile -> FindFirstFileA

GetFileAttributes -> GetFileAttributesA

GetFileAttributesEx ->GetFileAttributesExA

CreateDirectory-> CreateDirectoryA

RemoveDirectory->RemoveDirectoryA

DeleteFile->DeleteFileA

MoveFile->MoveFileA

CopyFile->CopyFileA

GetCurrentDirectory->GetCurrentDirectoryA

Martin


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk