Re: [tor-dev] Win32/MSVC: tinytest.c problems

2012-05-06 Thread Gisle Vanem
"Sebastian Hahn" wrote: Tinytest is supposed to be an independent library, so including a tor-specific header file doesn't work here. Ok, I didn't know. But my patch to tinytest.c doesn't require any functions from the Tor libs. (as test*.c does). There are more MSVC-issues in other test/*.

Re: [tor-dev] Win32/MSVC: tinytest.c problems

2012-05-05 Thread Sebastian Hahn
On May 5, 2012, at 3:30 PM, Gisle Vanem wrote: > There are 2 problems with the use of 'stricmp()' (line 295) in tinytest.c. > > 1. As it is now, I'm getting an undefined reference to 'stricmp' when > linking tinytest.exe and using '-nodefault:oldnames' in the link-flags. Can > we please remo

[tor-dev] Win32/MSVC: tinytest.c problems

2012-05-05 Thread Gisle Vanem
There are 2 problems with the use of 'stricmp()' (line 295) in tinytest.c. 1. As it is now, I'm getting an undefined reference to 'stricmp' when linking tinytest.exe and using '-nodefault:oldnames' in the link-flags. Can we please remove this lib from the requirements? 2. 'stricmp()' is use