search for: msvcr

Displaying 20 results from an estimated 26 matches for "msvcr".

Did you mean: msvc
2013 May 06
3
Bug fix and compatibility patches for 1.3.0pre4
...or easy distribution on 12 year old OSes (which, > last I saw, make up almost 40% of Firefox's desktop userbase, and likely > will continue to for some time). > What kind of nonsense is this? You should know that the last Microsoft compiler to create dynamically linked code that used msvcrt.dll was Visual Studio 6.0 from 1998. Oldest Visual Studio supported by FLAC 1.3 is Visual Studio 2005. FLAC is also configured to be compiled with static linking, so no external dependencies hinder its function. If you take a look at the following MSDN pages for Visual Studio 2005, you will...
2013 Mar 19
3
Patch to add Unicode filename support for win32 flac
...sys/stat.h> /* for flac_stat() */ > +#include <sys/utime.h> /* for flac_utime() */ > +#include <io.h> /* for flac_chmod() */ Nope. Bug from mass replace. > > As for calling __wgetmainargs, I have some concerns about the security > implications: > LoadLibrary("msvcrt.dll") <- Which msvcrt? Theoretical security exploit. There is msvcrt.dll in the System32 dir in all supported Windows systems. That is what the function targets, but of course LoadLibrary searches from exe's dir first. I think security exploit concerns are warrantless, if you can p...
2017 Jul 20
0
Wine release 2.0.2
...demo shows only some parts of background in ConfigTool 35563 Custom game development library expects non-zero value for ProcessVmCounters info class member 'WorkingSetSize' 37404 A right click on a registry key does not select it 37976 Poedit 1.7.4 crashes on unimplemented function msvcr120.dll.??0_ReentrantBlockingLock at details@Concurrency@@QAE at XZ 39685 Multiple applications crash on startup, need unimplemented function msvcr120.dll.??0event at Concurrency@@QAE at XZ (Rollcage Redux v1.3.8, ARC client, Playstation Now) 39856 Regedit: Default registry key is not the same...
2015 Jun 12
0
Wine release 1.7.45
...hen it's not specified. qcap: If we have a single VfwCapture pin, its category should be PIN_CATEGORY_CAPTURE. qcap: Add initial audio capture filter. qcap: The VfwCapture filter's GetNumberOfCapabilities() should set the capability count to zero. Daniel Lehman (5): msvcrt: Add __swprintf_l. msvcp110: Add _Yarn<wchar_t> implementaton. msvcrt: Add _W_Getdays. msvcrt: Add _W_GetMonths. msvcp110: Add wide-char days and months to _LocInfo. Dmitry Timoshkov (1): mshtml: Handle VT_INT/VT_UI4 same way as VT_I4/VT_UINT in IHTMLElementCol...
2015 Jan 27
3
[LLVMdev] build failure on mingw gcc 4.9.1
On Tue, Jan 27, 2015 at 10:02 AM, Mueller-Roemer, Johannes Sebastian <Johannes.Sebastian.Mueller-Roemer at igd.fraunhofer.de> wrote: > Adding -D__MSVCRT_VERSION__=0x900 (or higher) to CMAKE_CXX_FLAGS and > -lmsvcr90 (or higher) to CMAKE_CXX_STANDARD_LIBRARIES appears to work. > -lmsvcrt80 does not work, contrary to the comment on the MinGW bug tracker. > However, if you do not have the runtimes installed, errors will occur later > on i...
2013 Mar 19
2
Patch to add Unicode filename support for win32 flac
On 18.3.2013 12:25, Erik de Castro Lopo wrote: > JonY wrote: > >> Before anyone does anything, see __wgetmainargs >> <http://msdn.microsoft.com/en-us/library/ff770599.aspx>. >> >> It can expand wildcards. Since it already provides argc/argv/env, it is >> more a less a drop-in replacement for the main() arguments. > +1 > > Erik Alright, here's
2012 Mar 23
2
Trying to link against libFLAC_static.lib (windows)
Hi. I'm trying to get a project linking to libFLAC_static.lib but I get linker errors such as the following. 6>AudioDecoder.lib(CFlacDecoder.obj) : error LNK2019: unresolved external symbol __imp__FLAC__stream_decoder_process_until_end_of_metadata referenced in function "protected: int __thiscall CFlacDecoder::CreateDecoder(void)" (?CreateDecoder at CFlacDecoder@@IAEHXZ)
2017 Mar 17
0
Wine release 2.4
.../winhttp.c 36608 valgrind shows a definite leak in xmllite/tests/writer.c 37436 Aliens vs. Predator (2010, Steam) crashes when loading save game 38793 Lotus Smartsuite 3.1 installer reports insufficient disk space 39685 Multiple applications crash on startup, need unimplemented function msvcr120.dll.??0event at Concurrency@@QAE at XZ (Rollcage Redux v1.3.8, ARC client, Playstation Now) 40798 ACDSee Pro 9 (64-bit) needs msvcr120.dll.??0event at Concurrency@@QEAA at XZ 40910 The Next BIG Thing can't save the game (needs native xmllite) 41340 Unhandled page fault for Polaris O...
2012 Mar 23
0
Trying to link against libFLAC_static.lib (windows)
...ngs > General-> "Additional Library Dependencies" and Input-> "Additional > Dependencies" appropriately. > > Both the main app and the flac libs are build using the "runtime > library" Multi-Threaded /MT (or /MTd for debug mode) > That is the MSVCR* library settings. > The flac project is using the preprocessor definitions: > > WIN32 > NDEBUG > _LIB > FLAC__HAS_OGG > FLAC__CPU_IA32 > FLAC__HAS_NASM > FLAC__USE_3DNOW > VERSION="1.2.0" > FLAC__NO_DLL > > I'm not sure what else to try at th...
2013 May 06
0
Bug fix and compatibility patches for 1.3.0pre4
...e Hyv?rinen wrote: > Oldest Visual Studio supported by FLAC 1.3 is Visual Studio 2005. FLAC > is also configured to be compiled with static linking, so no external > dependencies hinder its function. Ok. Thanks for pointing this out! I use a custom build setup and link dynamically against msvcrt.dll. That's why I came across that problem and didn't realize that it would not affect most other people. Sorry for causing such a stir over this! There's one problem with static linkage and some of the FLAC API functions, though, that actually was the reason I linked FLAC against...
2009 Oct 15
2
Question when compiling source code with VC++
Dear Duncan, In your document "readme.packages.txt" you have a very helpful chapter on "Using Visual C++". Please allow me to ask you one question: Why do you propose the option "/MT" instead of option "/MD"? (To my knowledge usually option "/MD" is used when compiling programs with VC++.) Best regards Christian
2013 Mar 19
0
Patch to add Unicode filename support for win32 flac
...ros at all. Not sure if these were intended: +#include <sys/stat.h> /* for flac_stat() */ +#include <sys/utime.h> /* for flac_utime() */ +#include <io.h> /* for flac_chmod() */ As for calling __wgetmainargs, I have some concerns about the security implications: LoadLibrary("msvcrt.dll") <- Which msvcrt? Theoretical security exploit. I think it is best to link it directly, please use the following prototype and call it directly: ============================================= #ifdef _DLL #define CALL_DLLIMPORT __declspec(dllimport) #else #define CALL_DLLIMPORT #endif...
2013 May 07
1
Bug fix and compatibility patches for 1.3.0pre4
A few comments. 1) MSVCRT.DLL hasn't been used in ages. Each version of visual studio has its own C Runtime Library version, with a naming convention of msvcr##.dll. It's safe to use _fseeki64 and _ftelli64. Leave it up to the developer-user of FLAC to determine whether to statically link or dynamically link. 2...
2019 May 24
0
Wine release 4.9
...EST to WINE_CROSS_PE. configure: Don't allow using config.h when cross-compiling. dinput/tests: Remove duplicate const. dinput8/tests: Remove duplicate const. winebus.sys: Avoid ssize_t. msvcp80: Fix the spec entries of the num_put_char/short/wchar functions. msvcr: Fix the _NonReentrantPPLLock__Scoped_lock_ctor() spec entries. msvcr: Fix the event_wait() spec entries. vssapi: Fix the VSSAPI_CVssWriter_Initialize() spec entry. include: Define fastcall assembly wrappers globally. include: Define thiscall assembly wrappers globally....
2013 Dec 20
0
Wine release 1.7.9
...o launch with error: <class XFW::OSCallError> ::GetScrollInfo failed. (ExeCryptor protection) 24600 Saira: some fonts are messed up 24819 Grand Ages: Rome installer: "Couldn't get the string value for the game tasks folder" 25248 Brothers in Arms Road to Hill Demo needs msvcr71.__security_error_handler 26541 Dragon Saga crashes randomly on startup (needs ntdll.DbgUiConvertStateChangeStructure, ntdll.KiRaiseUserExceptionDispatcher, ntdll.NtSetDebugFilterState stub exports) 26668 Language macros are not defined during an .rc file compilation 27850 Severe graphic...
2013 May 05
4
Bug fix and compatibility patches for 1.3.0pre4
...> _lseeki64 operates on the underlying file handle, and does not interact > well with the buffering in stdio streams. I _think_ you can use this > successfully if you call fflush() beforehand (as this sets FILE::_cnt to > 0 and FILE::_ptr to FILE::_base). By which I mean I read the MSVCRT > source from MSVC6.0 and it appears this is how things work. > How about just forgetting about base XP and require at least SP2 or some such? Alternatively, use win32api underneath instead, eg CreateFileW/SetFilePointer. > That source also includes an fseeki64()/ftelli64(), but they...
2010 Jul 09
10
Torchlight Performance
Hey all, finally got rid of windows, though we'll see how long that lasts... I really do enjoy my video games and am not looking forward to not having any of them work (can't seem to get any that I expected to work). Anyway... Wine: wine-1.2-rc6-44-gcd72aef Program: Torchlight v1.15 Computer: AMD Athlon X2 2.2Ghz 3GB DDR2 RAM Nvidia GeForce 9600M Fedora 13 Linux Kernel
2013 May 04
5
Bug fix and compatibility patches for 1.3.0pre4
Hi all, I tried 1.3.0pre4 with ICL on Windows and found some issues. Not sure if this is the right place to submit patches, but someone suggested this on the apparently dead SourceForge patch tracker. The first two are quite straight forward: - The ICL patch fixes a typo in bitmath.h and adds FLAC__bitwriter_write_zeroes to the external declarations in bitwriter.c. - The Ogg patch replaces
2012 Mar 25
2
Trying to link against libFLAC_static.lib (windows)
...;Additional Library Dependencies" and Input-> "Additional >> Dependencies" appropriately. >> >> Both the main app and the flac libs are build using the "runtime >> library" Multi-Threaded /MT (or /MTd for debug mode) >> > > That is the MSVCR* library settings. > >> The flac project is using the preprocessor definitions: >> >> WIN32 >> NDEBUG >> _LIB >> FLAC__HAS_OGG >> FLAC__CPU_IA32 >> FLAC__HAS_NASM >> FLAC__USE_3DNOW >> VERSION="1.2.0" >> FLAC__NO_DLL &gt...
2015 Sep 04
0
Wine release 1.7.51
...se translation. mciavi32: Add partial support for MCI_DGV_PLAY_REPEAT. quartz: Skip AVI bad chunks while looking for the LIST chunk. Daniel Lehman (6): wininet: Use stored server name in HTTP_ProcessCookies. kernel32: Return LOCALE_INVARIANT from ConvertDefaultLocale. msvcrt: Use msvcrt free instead of HeapFree on tls data. wrc: Add support for LANG_INVARIANT. kernel32: Add Invariant string table. kernel32/tests: Add tests for Invariant. Dmitry Timoshkov (7): winhttp: Add support for WinHttpRequestOption_URLCodePage. kernel32/tests: Avoi...