
Using a static library in VB??
There is NO WAY to directly link the c-libary to VB, I am afraid.
But you can build a dll in VC++ which includes a ODL file(which will be
compiled to a TLB file). Then reference the tlb file in VB.
There is an example in www.planetsource.com, you can search the recent code
to get the source.
Quote:
> Is it possible to use a static C-library in a VB -project. If so, you can
i
> link the lib to the VB project and how must i declare may functions.
> Many thanks in advance,
> maurice.