Can someone point me in the right direction towards solving this problem?
I built a static libraries on Linux based on some open source c and h
files. I can compile things fine with gcc/mingw-265 nd use ar to turn the
object files into a static lib. The problem is when I try yo compile on
Windows
I fixed the problem. It was caused by out of order link lib statements.
Link order is important sometimes.
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landsc
gw32-nm -o {} \; | grep -i time32
And I cannot find the functions.
I am at my wits end here. I could really use some help in finding why my
pascal compiler needs __time32 when using a static lib built
from i686-ming-w64
Thanks
Anthony Walter