问题描述
我在C#中创建了一个免费的图标库,包含源代码,它已经支持.b / b支持.ico / .dll。 ./exe我也想支持.ICL格式,我需要
加载一个文件.ICL(图标库)基本上它是一个16位的dll然后
之后我可以提取并插入里面的图标。
我尝试了Win32API中唯一一个16bit(LoadModule)的函数,它加载了
该库但是Windows开始提供奇怪的消息框,因为不够内存
内存来运行16位应用程序或类似的东西。
那么,你知道在Win32中加载16bit dll(新的可执行格式)的方法吗?或者
如何读/写.ICL文件?
任何类型的信息RFC / Articles / News所有与ICL文件相关的内容都可以
be很有用,也很有用。
非常感谢。
Gustavo。
已经
加载
足够
或
可以
已经
加载
足够
或
可以
NE文件格式并不是很复杂。只需使用标准文件API打开文件
并自行阅读。网上还必须有一大堆网元资源。
-
- Tim Roberts,
Providenza& Boekelheide,Inc。
Hi,
I''m creating a free Icon library in C# with source code include, it already
support .ico/.dll../exe and I''d like to support .ICL format too, I need to
load a file .ICL (Icon Library) that basically it is a 16-bit dll and then
after that I can extracts and insert icons inside.
I tried the only function in Win32API left for 16bit (LoadModule), it loads
the library but Windows starts to give strange message boxes, as "Not enough
memory to run 16-bit applications" or things like that.
So, do you know a way to load 16bit dll (New Executable format) in Win32? Or
how to read/write .ICL files?
Any kind of information RFC/Articles/News everything related to ICL file can
be useful and will be apreciated.
Thanks a lot.
Gustavo.
already
loads
enough
Or
can
already
loads
enough
Or
can
The NE file format is not really very complicated. Just open the file
using the standard file APIs and read it yourself. There must still be a
bunch of NE resources on the web.
--
- Tim Roberts, ti**@probo.com
Providenza & Boekelheide, Inc.
这篇关于加载16位dll(ICL图标库文件)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!