读书人

用 LoadResource 装入的资源怎么释放

发布时间: 2012-02-07 17:45:36 作者: rapoo

用 LoadResource 装入的资源如何释放?
用 LoadResource 装入的资源如何释放?
FreeResource 已被作废,用delete 释放有时没问题,有时却有问题。

[解决办法]
是win32 api,去VC里面问一下。
[解决办法]
Both Windows 95 and Windows NT automatically free resources. You do not need to call the FreeResource function to free a resource loaded by using the LoadResource function.

读书人网 >C++ Builder

热点推荐