首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ Builder >

用 LoadResource 装入的资源怎么释放

2012-02-07 
用 LoadResource 装入的资源如何释放?用LoadResource装入的资源如何释放?FreeResource已被作废,用delete释

用 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.

热点排行