New Release Testing...
- From: "Jacek Stobnicki" <grippenek (at) go2.pl>
- Date: Tue, 24 Jan 2006 15:53:25 +0100
Hi all:)
I downloaded OPAL and pwlib (HEAD
branches) from CVS yesterday. Then I tried to compile them on my VS.NET 2003.
Results:
- Pwlib compiled with no problems,
- OPAL lib too,
- OPAL dll
- during linking it was 16 (as I can remember:>) unresolved externals (like
_filter_dc_notch). Because I had similar problems with earlier versions of
the library, added these missing exports to "private.def" and... it
worked.
Exports that I added:
_filter_dc_notch (at) 40575
NONAME
_fixed_point (at) 40576 NONAME
_kiss_fft (at) 40577 NONAME
_kiss_fftr (at) 40578
NONAME
_kiss_fftri (at) 40579 NONAME
_kiss_fftr_alloc (at) 40580 NONAME
_kiss_fft_alloc (at) 40581
NONAME
_kiss_fft_cleanup (at) 40582
NONAME
_kiss_fft_stride (at) 40583
NONAME
_spx_cos (at) 40584 NONAME
_spx_fft (at) 40585 NONAME
_spx_fft_destroy (at) 40586
NONAME
_spx_fft_float (at) 40587 NONAME
_spx_fft_init (at) 40588 NONAME
_spx_ifft (at) 40589
NONAME
_spx_ifft_float (at) 40590 NONAME
Now I
am testing this new release with my app.
Regards:
Jacek Stobnicki
PS. CVS at sourceforge works .. ehm....
random for me. Normally I'm using WinCVS, but today I installed TortoiseCVS -
and it behaves in similar way: cannot connect to CVS (server response
timeout). Last night CVS worked with no
problems....:/