.dll .a .h and.bmx

Miscellaneous Forums/General Discussion/.dll .a .h and.bmx

Hi.
I found source of libs. I compile the with Dev-C++ and I get the .dll , .a and .def files. So to link them with BMax I have to extern all the functions of the .h files in the BMX file and I am done?

a) Wrong forum.
b) No.

You still have to link to the library. The .def file is useless. Might as well just delete it.