Quote:
>Does anyone know how to make those QB 4.5 library files with a c compiler.
>They are QLB files they are used extend QB 4.5's capabilities by programming
>functions in C then allowing them to be used in QB 4.5
Yes, this is possible but rather complicated although I would like to
know if anyone tells you an easy way! What you have to do is compile
your code to Assembler and then modify it so it can be assembled with
MASM. MASM makes QB compatible .obj's. I have tried to do this with
A86, As86 and TASM but I only ever get one thing: a massively
spectacular reboot.
When you you the .obj, use lib to convert it to a .lib and LINK to
convert it to .qlb. Or you could download fastqlb which makes this
easy.
Go to
www.edmc.net/~voxel/utilities.html
Marc Brooker
Quazar Software