search for: fopen_s

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

2007 Mar 06
1
Errors compiling flac in Visual Studio Express 2005
...-1.1.3\src\share\grabbag\picture.c(339) : warning C4996: 'fopen' was declared deprecated 5> c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen' 5> Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' 5>replaygain.c 7>charset.c 7>iconvert.c 5>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\share\grabbag\replaygain.c(82) : warning C4996: 'chmod' was declared d...
2013 Feb 22
1
Using libvorbis and vorbisfile in the Windows 8 store app environment
...to get the library to compile fine (static), and was able to get it to compile within my project. So far, no problems, but I was almost certain that there was some sort of heavy restriction on using fopen and friends within the sandboxed environment. I am trying to play an ogg file and so far, my fopen_s() keeps returning non-zero, but I'm still working on debugging it (I'm assuming I just need to specify an absolute path rather than relative to the app). Anyone with windows 8 store app experience and tips? *Alexander Barry* Game Platform Developer Tel. +1 (519) 749-3379 Fax. +1 (519) 51...
2006 May 11
1
Speed up?
...want to seek back to sample 1, and ask immediately for the next 64 samples. But when I run this small app, I get an totally high CPU load. Is there a way to it speed up? Or do I miss something? Thanx, Micha. int _tmain(int argc, _TCHAR* argv[]){ OggVorbis_File vf; errno_t err; if ( (err = fopen_s( &oggaudio, "C:\\Test\\3.ogg" , "rb")) != 0){ std::cout << "fopen problem" << std::endl; } if ( ov_open( oggaudio, &vf, NULL, 0 ) < 0 ){ std::cout << "ov_open problem" << std::endl; } int read = 0; float** ovdata;...
2013 Jan 18
0
Wine release 1.5.22
...): msvcrt: Don't duplicate wfsopen functionality in wfrepopen. msvcrt: Added support for unicode open mode in msvcrt_get_flags function. msvcrt: Added support for unicode text mode in open functions family. msvcrt: Call _wsopen_s function in _sopen_s. msvcrt: Added fopen_s test with ccs option. msvcrt: Added support for unicode mode in write function. msvcrt: Added write tests on unicode files. msvcrt: Fixed handling of '\r' when it's the last character in the buffer in read. msvcrt: Call ftell function in fgetpos. msvcrt: Si...
2016 Jul 15
3
[PATCH 1/4] Create a simple project to create version.h to run before any other
Avoids trying to create and replace version.h more than once which led to file-locking errors with multicore builds. --- Makefile.am | 1 + win32/VS2015/celt.vcxproj | 48 +++++++++++++++++--------- win32/VS2015/generate_version.vcxproj | 65 +++++++++++++++++++++++++++++++++++ win32/VS2015/opus.sln | 32 ++++++++++++++++-
2010 Nov 12
0
Wine release 1.3.7
...plement _fseeki64. msvcrt: Implement _findfirst64i32 and _findnext64i32. comdlg32: GetSaveFileName: Don't append .* extension. comdlg32/tests: Add GetSaveFileName .* extension test. msvcrt: Implement _ftelli64. msvcrt: Implement _get_tzname. msvcrt: Fixed (_w)fopen_s with test. Francois Gouget (9): ddraw/tests: Fix compilation on systems that don't support nameless unions. ddraw/tests: Remove a space before a '\n'. wininet/tests: Add a trailing '\n' to ok() calls. msxml3: Add a trailing '\n' to a FIXME() call...
2010 May 07
0
Wine release 1.1.44
...functions. msvcrt: Fix multiple locales parsing in _create_locale. msvcrt: Added implementation of __crtGetStringTypeW. 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 scan...