search for: strncpy_s

Displaying 7 results from an estimated 7 matches for "strncpy_s".

Did you mean: strcpy_s
2008 Apr 18
1
win32-api segfault
It looks like win32-api, both 1.0.5 and the latest in CVS, are segfaulting when I build with VC++ 8 or later. Both work fine with VC++ 6, though. Thinking it might be strncpy_s, I removed that, but it didn''t help. I installed a fresh Ruby built with VC++ 8 as well, but that didn''t help either. Loaded suite C:/rubyvc8/lib/ruby/site_ruby/1.8/rake/rake_test_loader Started ............/test/tc_win32_api_callback.rb:45: [BUG] Segmentation fault ruby 1.8.6...
2009 Mar 30
0
[ win32utils-Support Requests-24279 ] Windows 7 x64 - building a win32-api gem on windows
...naged to create a makefile but it complains about following: C:\>gem install win32-api Building native extensions. This could take a while... ERROR: Error installing win32-api: ERROR: Failed to build gem native extension. c:/ruby/bin/ruby.exe extconf.rb install win32-api checking for strncpy_s()... yes creating Makefile nmake Microsoft (R) Program Maintenance Utility Version 9.00.21022.08 Copyright (C) Microsoft Corporation. All rights reserved. c:\ruby\bin\ruby -e "puts ''EXPORTS'', ''Init_api''" > api-x64-mswin64_80.def...
2013 Apr 12
0
Wine release 1.5.28
...tests. msvcp: Change architecture of more thiscall functions. msvcp90: Add arm exports. msvcp100: Add arm exports. msvcp: Sync spec files. server: Don't debug children when debugger is attached with DebugActiveProcess function. msvcrt: Fixed debug message in strncpy_s. tapi32: Add more Unicode functions stubs. wininet: Skip some urlcache Unicode tests if ANSI version of URL is not known. oleaut32: Fixed setting oVft value in ITypeInfo2::GetFuncDesc. oleaut32: Add support for VARIANT arguments with default value in AddFuncDesc. oleau...
2012 Sep 14
0
Wine release 1.5.13
...ems. msvcp100: Fixed RTTI structure on 64-bit systems. msvcrt: Fixed RTTI structure on 64-bit systems. msvcp90: Pass RTTI base pointer from DllMain. msvcp90: Added std::flush(basic_ostream) implementation. msvcp: Sync spec files and implementations. msvcrt: Fixed strncpy_s behavior when count equals 0. msvcrt: Skip RTTI signature==1 tests on platforms that doesn't support it. msvcp90: Fixed reading lines containing only delimiter in basic_istream::getline_bstr_delim. msvcp90: Fixed copied buffer siezes in functions operating on wchar_t. ms...
2010 Nov 12
0
Wine release 1.3.7
...msvcrt: Added macro to ease implementation of so called secure (_s postfix) APIs. msvcrt: Moved _get_osplatform to the new macros for parameters validation. msvcrt: Use the new parameter checking macros for f(w)open_s functions. msvcrt: Use the parameter checking macros for strncpy_s. msvcrt: Use parameter validation macros for mcstowcs_s_l. msvcrt: Use parameter checking macros for strtok_s. msvcrt: Use parameter checking macros for string to number functions. msvcrt: Use parameter checking macros for wcsto{number} functions. msvcrt: Use parameter...
2010 May 07
0
Wine release 1.1.44
...msvcrt/tests: Added setlocale tests. msvcrt/tests: Added __crtGetStringTypeW tests. msvcrt: Return correct strings in setlocale. msvcrt: Added fopen_s implementation. msvcrt: Added _wfopen_s implementation. msvcrt: Added swprintf_s implementation. msvcrt: Added strncpy_s implementation. msvcrt: Added _get_heap_handle implementation. msvcrt: Added _strtod_l implementation. msvcrt: Add support for locales in scanf helper functions. msvcrt: Added _fscanf_l implementation. msvcrt: Added _scanf_l implementation. msvcrt: Added _fwscanf...
2007 Mar 06
1
Errors compiling flac in Visual Studio Express 2005
...rc\share\grabbag\replaygain.c(612) : warning C4996: 'strncpy' was declared deprecated 5> c:\program files\microsoft visual studio 8\vc\include\string.h(156) : see declaration of 'strncpy' 5> Message: 'This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' 5>seektable.c 7>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\share\utf8\utf8.c(42) : fatal error C1083: Cannot open include file: 'windows.h': No such file or dir...