C language > Tips & tricks

Fork of QD (2.3.17) dll

(1/5) > >>

TimoVJL:
Fork of QD (2.3.17) dll
c_test.c from it & QD.dll & QD.lib import library.

EDIT: missing headers and libs added.
EDIT  QDSSE.dll for 32-bit.

jj2007:
That looks very interesting, thanks ;-)

The *.lib files are just import libs. How useful is that, if you need the DLL anyway?

TimoVJL:
Because it is C++ code, dll is obvious choice.

jack:
thanks you :)

jack:
hello TimoVJL
is there a way for you to compile the 32-bit version using sse?,  then you won't have to worry about fpu_fix_start/fpu_fix_end.
I edited the makefile in QD-master\src and added -mfpmath=sse -msse2 to CPPFLAGS = -O2 -mfpmath=sse -msse2
but that's when using gcc, not sure how you would do that in PellesC.
btw, that's a very small-sized dll, only 115k, mine compiled with gcc was 1.2 meg even after stripping.

Navigation

[0] Message Index

[#] Next page

Go to full version