Convert or create true LIB file?
Posted: Thu Aug 29, 2013 6:04 pm
The .lib that is created when you make a dll is just an import library.
I found an example on the forums to convert a dll to lib, but that, as well, is an import lib.
Is there a way to have purebasic generate a .lib file such that I can give the lib to someone else and they can compile/link and have access to my functions (w/o an associated dll)
I found an example on the forums to convert a dll to lib, but that, as well, is an import lib.
Is there a way to have purebasic generate a .lib file such that I can give the lib to someone else and they can compile/link and have access to my functions (w/o an associated dll)