Total Commander Forum Index Total Commander
Форум поддержки пользователей Total Commander
Сайты: Все о Total Commander | Totalcmd.net | Ghisler.com | RU.TCKB
 
 RulesRules   SearchSearch   FAQFAQ   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Single Post  Topic: Вылетает исключение при использовании плагина 
Author Message
vserd



PostPosted: Mon May 07, 2007 10:26    Post subject: Reply with quote

Однозначно ошибка в 17 строке лево-правой функции в тетьем файле от средины списка.
Quote:

Может это быть из-за того, что функция OpenArchive имеет тип возврата HIMA, т.е. не стандартный THandle

Может для начала внимательно прочитать справку?

Quote:

HANDLE __stdcall OpenArchive (tOpenArchiveData *ArchiveData);

OpenArchive should return a unique handle representing the archive. The handle should remain valid until CloseArchive is called. If an error occurs, you should return zero, and specify the error by setting OpenResult member of ArchiveData.

You can use the ArchiveData to query information about the archive being open, and store the information in ArchiveData to some location that can be accessed via the handle.


А затем привести код функции, и ее объявление?????
View user's profile Send private message


Powered by phpBB © 2001, 2005 phpBB Group