Я получаю эту ошибку:
Joke.obj : error LNK2022: metadata operation failed (80131187) : Inconsistent method declarations in duplicated types (types: SE.Crypt; methods: GetVolumeInformationA): (0x06000008).
LINK : fatal error LNK1215: metadata operation failed (8013118A) :
Вот код в заголовочном файле:
private:
[System::Runtime::InteropServices::DllImport("kernel32.dll")]
static Int64 GetVolumeInformation(String ^PathName, StringBuilder ^VolumeNameBuffer, UInt32 VolumeNameSize, UInt32 %VolumeSerialNumber, UInt32 %MaximumComponentLength, UInt32 %FileSystemFlags, StringBuilder ^FileSystemNameBuffer, UInt32 FileSystemNameSize);
Есть идеи?
Спасибо