search for: _stricmp

Displaying 12 results from an estimated 12 matches for "_stricmp".

Did you mean: stricmp
2008 Oct 23
2
[LLVMdev] Windows build broken?
...Extras.h" +#include "llvm/Config/config.h" #include <ios> using namespace llvm; Index: win32/config.h =================================================================== --- win32/config.h (revision 58037) +++ win32/config.h (working copy) @@ -27,3 +27,4 @@ #define stricmp _stricmp #define strdup _strdup +#define INT64_C(val) val##i64
2007 Jun 13
0
Re: cl : Command line error D8037 : cannot create temporary il file; clean temp directory of old il files
...nto ~/apps/vs64/bin. Then in ~/bin I've put a small script like this: #!/bin/sh wine "${HOME}/apps/vs64/bin/cl.exe" "${@}" first attempt: $ make -f makefile.win64 cl64 /c /nologo /TC /Wall /Wp64 /MD /Zi /Gd /Od /I. /D__WINDOWS__ /D__WIN64__ /I/home/user/apps/vs/include /Fo_stricmp.o _stricmp.c cl : Command line error D8037 : cannot create temporary il file; clean temp directory of old il files make: *** [_stricmp.o] Error 2 Bummer! Several hours and one `man wine` later, I did: $ export WINEDEBUG=relay # this feature rocks too much! $ make -f makefile.win64 1>cl64.log...
2007 Mar 06
1
Errors compiling flac in Visual Studio Express 2005
...231) : warning C4996: 'stricmp' was declared deprecated 5> c:\program files\microsoft visual studio 8\vc\include\string.h(213) : see declaration of 'stricmp' 5> Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _stricmp. See online help for details.' 5>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\share\grabbag\cuesheet.c(248) : warning C4996: 'strcpy' was declared deprecated 5> c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of...
2008 Oct 23
0
[LLVMdev] Windows build broken?
steve naroff <snaroff at apple.com> writes: > Folks, > > It appears the Windows build has regressed over the past week. > > The build fails quite early (during the "Performing TableGenStep" > phase). > > Any help/pointers would be appreciated. It breaks for me because the usage of INT64_C, which was introduced on r57663 and 57668. Some googling around
2008 Oct 23
0
[LLVMdev] Windows build broken?
...nfig.h" > #include <ios> > > using namespace llvm; > Index: win32/config.h > =================================================================== > --- win32/config.h (revision 58037) > +++ win32/config.h (working copy) > @@ -27,3 +27,4 @@ > #define stricmp _stricmp > #define strdup _strdup > > +#define INT64_C(val) val##i64 > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > >
2019 Aug 14
0
A small build fix for some MinGW toolchains
Hello! Many years ago I have found some bugs are prevented build of libFLAC on some MinGW toolchains and I made my own patch to fix that. - The `_wutime64()` call may absent. For this case I using the `_wutime()` call as a fallback when _wutime64() is unavailable. - `_stricmp` and `_strnicmp` are also may fail. Therefore it's prefer to use `stricmp` and `strnicmp` (without `_` prefix) on MinGW toolchains. I have added a small check into CMake build, however, I didn't touched Automake and MSVC builds yet. Anyway, for MSVC builds you can simply define the `HAV...
2010 Aug 27
1
missing some stuff
...#39;msvcrt._strupr' used by L"C:\\windows\\system32\\ntoskrnl.exe" err:module:find_forwarded_export module not found for forward 'msvcrt._wcsicmp' used by L"C:\\windows\\system32\\ntoskrnl.exe" err:module:find_forwarded_export module not found for forward 'msvcrt._stricmp' used by L"C:\\windows\\system32\\ntoskrnl.exe" err:module:import_dll Library TDI.SYS (which is needed by L"C:\\windows\\system32\\Drivers\\fwdrv.sys") not found err:module:import_dll Library NDIS.SYS (which is needed by L"C:\\windows\\system32\\Drivers\\fwdrv.sys"...
2008 Oct 23
4
[LLVMdev] Windows build broken?
Folks, It appears the Windows build has regressed over the past week. The build fails quite early (during the "Performing TableGenStep" phase). Any help/pointers would be appreciated. Thanks, snaroff (a clang developer)
2019 Mar 29
0
Wine release 4.5
...LC_CTYPE category. ntdll: Fix tolower implementation to not depend on locale. ntdll: Use ANSI code page in toupper. ntdll: Use NTDLL_tolower in _memicmp. ntdll: Use NTDLL_tolower in _strlwr. ntdll: Fix _strnicmp implementation to not depend on locale. ntdll: Use _stricmp instead of strcasecmp. ntdll: Use NTDLL_tolower instead of toupper. ntdll: Don't use toupper in RtlIsNameLegalDOS8Dot3 tests. msvcrt: Use internal tolower implementation. msvcrt: Use internal toupper implementation. msvcrt: Use _stricmp instead of strcasecmp....
2014 Sep 05
0
Wine release 1.7.26
...svcp71: Add basic_istream_char_read_ch export. msvcp90: Don't fail if conversion was successful in wctob. msvcp90: Fix complex::operator*= implementation. msvcrt: Add _strnset_s implementation. msvcr80: Throw bad_alloc exception when operator new fails. msvcrt: Fix _stricmp behavior on characters that doesn't fit into signed char. Qian Hong (1): riched20: Handle QI failure in ME_GetOLEObjectSize. Sebastian Lackner (7): msi: Fix ITERATE_MoveFiles when no source- and destname is specified. kernel32/tests: Add some even more basic pipe tests witho...
2011 May 14
3
Problems building wine 1.3.20 on Mac os x 10.6.7
...functions... yes checking whether .previous is supported in assembly code... no checking whether CFI directives are supported in assembly code... no checking for _pclose... no checking for _popen... no checking for _snprintf... no checking for _spawnvp... no checking for _strdup... no checking for _stricmp... no checking for _strnicmp... no checking for _strtoi64... no checking for _strtoui64... no checking for _vsnprintf... no checking for asctime_r... yes checking for chsize... no checking for dlopen... yes checking for epoll_create... no checking for ffs... yes checking for finite... yes checking...
2006 May 18
2
Problems compiling Wine
...lungif soname... libungif.so.4 checking for -lgif soname... libgif.so checking for -lcapi20 soname... libcapi20.so.2 checking for _lwp_create... no checking for _lwp_self... no checking for _pclose... no checking for _popen... no checking for _snprintf... no checking for _spawnvp... no checking for _stricmp... no checking for _strnicmp... no checking for _vsnprintf... no checking for asctime_r... yes checking for chsize... no checking for clone... yes checking for epoll_create... yes checking for ffs... yes checking for finite... yes checking for fork... yes checking for fpclass... no checking for fst...