News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

To Vortex

Started by ipadilla, May 20, 2005, 04:55:11 AM

Previous topic - Next topic

ipadilla

Hi Vortex,
I remember a hhCrtl.lib but I do not know where.
Have somebody converted .ocx to .lib to use it on masm32?
There is some way to obtain hhCtrl.lib for masm32?
You you
ipadilla



Vortex

Hi ipadilla,

As you know, OCX files are basically dynamic link libraries. So, you can try to make an import library using the inc2lib tool:
Quote
Include to library file converter V1.1
Inc2lib converts a MASM include file to the associated import library. To create the libraries, the tool launches Pelle's linker Polib. The location of Polib should be defined via the environment variable PATH inc2lib accepts wildcards such *.inc The libraries can be used with COFF linkers MS link and Pelle's Polink

All what you need is to create an include file with function prototypes.

The inc2lib tool available from my website:

http://vortex.masmcode.com/files/i2l11.zip

ipadilla

Hi Vortex,
Thank you very much indeed.
ipadilla