msvcrt
Are there any registry entries that indicate whether a specific C Run-Time is already installed?
I\'ve been looking online and at my registry and I think not, but it would be nice if we could get a definitive answer on here.[详细]
2023-04-06 08:44 分类:问答What's the best way to distribute your SDK if the end user is required to link against the Debug CRT?
I work for a camera company and we provide an SDK for our customers.Historically we only provided a release build of our SDK that was built against the non-debug CRT.As part of our SDK package we prov[详细]
2023-04-06 06:13 分类:问答msvcr100 and msvcrt
I noticed that DLL compiled with the old VC6 (msvcrt.dll) still runnable and \"callable\" even into a DLL (or a program) t开发者_StackOverflowhat is linked against msvcr100.dll[详细]
2023-04-05 08:31 分类:问答Can I throw an exception from _CrtSetReportHook?
Assuming I\'m in a C++ program, I want to convert these reports to exceptions. I开发者_运维问答s using a C++ throw statement a reasonable way to do it, or am I stuck just redirecting to stderr?No, you[详细]
2023-03-26 01:10 分类:问答.crt section? What does this warning mean?
I\'ve got this warning recently (VC++ 2010) warning LNK4210: .CRT section exists; there may be unhandled static initializers or terminators[详细]
2023-03-16 14:31 分类:问答Using CLI C++ dll with /MDd CRT in a native c++ exe with /MTd CRT
I have a native c++ exe using the /MTd runtime library. I cannot change this option as I dont have much control over the build of this exe. I need to call a CLI C++ dll in this exe which returns a cla[详细]
2023-03-11 00:57 分类:问答Can I use MSVCRT functions in my DLL Delay-Load Handler function?
I have already added delay loading to my project, using the instructions in http://msdn.microsoft.com/en-us/library/151kt790.aspx[详细]
2023-03-09 02:51 分类:问答What's the name of the "create hard link" function in MSVCRT?
To fix a bug in this answer: What\'s the correct name of the function to create a hard link开发者_JAVA百科 in MSVCRT?Oddly enough, there\'s a function called CreateHardLink.But it doesn\'t live in MSV[详细]
2023-03-06 16:36 分类:问答Assertion error in CRT calling _osfile() in VS 2008?
I have a C++ code base that has been working for a long time.The code base was a legacy VS 2003 set of projects that I recently migrated to VS 2008.The migration seemed to be successful in that the re[详细]
2023-03-05 18:34 分类:问答on Vista (SP2) 64-bit :Why is my C/C++ Runtime (CRT) Assembly cache not visible to my app?
hi to all VC++ and WIndows experts! ;) Firstly, my background: Vstudio, C & C++, Windows.(so you can get techy with me, if u want).[详细]
2023-03-04 16:25 分类:问答