增加导出DLL工程。

This commit is contained in:
TAO Cheng
2014-04-13 23:30:50 +08:00
parent a71aa9182f
commit 4bfd0a6a4c
32 changed files with 1154 additions and 146 deletions
@@ -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);