增加导出DLL工程。
This commit is contained in:
@@ -9,9 +9,6 @@
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
|
||||
#include "DLL.h"
|
||||
|
||||
|
||||
#pragma pack(push)
|
||||
#pragma pack(16)
|
||||
/*
|
||||
@@ -588,8 +585,10 @@ public:
|
||||
~CEF8000_Interface();
|
||||
BOOL SaveSpeedParameter(CString _FileName);
|
||||
BOOL OpenSpeedParameter(CString _FileName);
|
||||
BOOL OpenMotorDat();
|
||||
|
||||
protected:
|
||||
void GetAppPath(CString &Path);
|
||||
FILE* FileOpen(const CString filename,const int Mode);
|
||||
int FileSeek(FILE * _Handle, long _Offset, int _Origin);
|
||||
int FileRead(FILE * _Handle, void *_Buffer, int _Count);
|
||||
|
||||
Reference in New Issue
Block a user