Userlibs

BlitzMax Forums/BlitzMax Beginners Area/Userlibs

How do I use userlibs with Max?

You can't
you have to link them and define all the functions with extern.

OK cheers- found an old thread with examples.

Link please?

Daft idea, but might it be posible to construct a simple program to convert a userlib unto an include file defining all the functions with extern fairly easily?

yepp it would be quite simple to write such a program