Displaying 7 results from an estimated 7 matches for "_wfopen_s".
2010 Jan 05
2
FLAC C API / Visual Studio 2008 FILE* Issue
Hello,
I am currently learning the FLAC C API and had the code working with
FLAC__stream_decoder_init_file. However, since I'd need the Unicode filename
support, I tried _wfopen_s in combination with
FLAC__stream_decoder_init_FILE, however I get a runtime crash as sonn as I
call FLAC__stream_decoder_process_until_end_of_stream. The same code
(partially taken from the examples) is working perfectly with the function
accepting filename and crashing with the one accepting FILE*...
2010 Jan 05
3
FLAC C API / Visual Studio 2008 FILE* Issue
...t mega-nerd.com<mle%2Bla at mega-nerd.com>
> wrote:
> Ivailo Karamanolev wrote:
>
> > I am currently learning the FLAC C API and had the code working with
> > FLAC__stream_decoder_init_file. However, since I'd need the Unicode
> filename
> > support, I tried _wfopen_s in combination with
> > FLAC__stream_decoder_init_FILE, however I get a runtime crash as sonn as
> I
> > call FLAC__stream_decoder_process_until_end_of_stream. The same code
> > (partially taken from the examples) is working perfectly with the
> function
> > accepting...
2010 Jan 05
0
FLAC C API / Visual Studio 2008 FILE* Issue
Ivailo Karamanolev wrote:
> I am currently learning the FLAC C API and had the code working with
> FLAC__stream_decoder_init_file. However, since I'd need the Unicode filename
> support, I tried _wfopen_s in combination with
> FLAC__stream_decoder_init_FILE, however I get a runtime crash as sonn as I
> call FLAC__stream_decoder_process_until_end_of_stream. The same code
> (partially taken from the examples) is working perfectly with the function
> accepting filename and crashing with the...
2010 Jan 05
0
FLAC C API / Visual Studio 2008 FILE* Issue
...ega-nerd.com>
>> wrote:
>
>> Ivailo Karamanolev wrote:
>>
>> > I am currently learning the FLAC C API and had the code working with
>> > FLAC__stream_decoder_init_file. However, since I'd need the Unicode
>> filename
>> > support, I tried _wfopen_s in combination with
>> > FLAC__stream_decoder_init_FILE, however I get a runtime crash as sonn
>> as
>> I
>> > call FLAC__stream_decoder_process_until_end_of_stream. The same code
>> > (partially taken from the examples) is working perfectly with the
>>...
2008 Nov 03
0
No subject
...>
>> Ivailo Karamanolev wrote:
>>
>> > I am currently learning the FLAC C API and had the code working =
with
>> > FLAC__stream_decoder_init_file. However, since I'd need the =
Unicode
>> filename
>> > support, I tried _wfopen_s in combination with
>> > FLAC__stream_decoder_init_FILE, however I get a runtime crash =
as sonn
>> as
>> I
>> > call FLAC__stream_decoder_process_until_end_of_stream. The same =
code
>> > (partially taken from the examples) is working perf...
2010 Jan 06
4
FLAC C API / Visual Studio 2008 FILE* Issue
...t; >
> >> Ivailo Karamanolev wrote:
> >>
> >> > I am currently learning the FLAC C API and had the code working with
> >> > FLAC__stream_decoder_init_file. However, since I'd need the Unicode
> >> filename
> >> > support, I tried _wfopen_s in combination with
> >> > FLAC__stream_decoder_init_FILE, however I get a runtime crash as sonn
> >> as
> >> I
> >> > call FLAC__stream_decoder_process_until_end_of_stream. The same code
> >> > (partially taken from the examples) is working per...
2010 May 07
0
Wine release 1.1.44
...es 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 scanf helper functions.
msvcrt: Added _fscan...