开发平台(Platform): (Ex: Win10, Linux, ...)
win7
编译器(Ex: GCC, clang, VC++...)+目标环境(跟开发平台不同的话需列出)
BCB6.0
额外使用到的函数库(Library Used): (Ex: OpenGL, ...)
问题(Question):
引用了控制Comport的DLL
void __declspec(dllexport) __stdcall Send_Data(int Port,String txtStr);
每使用一次Send_Data时
实体内存都会多4K
去网络上找了一些释放实体内存的方法都无效
想请问一下该如何解决
喂入的资料(Input):
无
预期的正确结果(Expected Output):
无
错误结果(Wrong Output):
无
程式码(Code):(请善用置底文网页, 记得排版)
使用Comport 3时
Send_Data(3,"1111");
补充说明(Supplement):