Project

General

Profile

Bug #316

vs版ehgraph.exe保存插件崩溃

Added by jiwei shi over 4 years ago. Updated over 4 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
Start date:
11/11/2019
Due date:
% Done:

100%

Estimated time:
Defect version:

Description

vs版ehgraph.exe中画插件保存后直接崩溃;

History

#1

Updated by jiwei shi over 4 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

GetPrivateProfileString("全局定义",(LPSTR)(LPCTSTR)cstemp,"",(LPSTR)(LPCTSTR)csStr,128,newPath)中强制往cstring类型csStr写入内容不允许,需要使用csStr.GetBuffer(128)然后csStr.ReleaseBuffer()方式

Also available in: Atom PDF