crt
Windows update breaks dlls?
I\'m compiling a project which uses multiple DLL and compiles with VS2008. After a recent windows update DLLs compiled on my computer stopped working on other computers.[详细]
2022-12-28 00:30 分类:问答crt0.o and crt1.o -- What's the difference?
Recently I\'ve been trying to debug some low-level work and I could not find the crt0.S for the compiler (avr-gcc) but I did find a crt1.S (and the same with the corresponding .o files).[详细]
2022-12-27 22:28 分类:问答Where is runtime library crti.o on solaris 7?
I know there exist crti.o crt1.o crtn.o in /usr/lib on Solaris 10. But these files are absent o开发者_JS百科n Solaris 7.These files should be included with the compiler, under the same installation di[详细]
2022-12-24 20:24 分类:问答How to convert a double to a string without using the CRT
My question has no practical application. I\'m just interested. Suppose, I have a double value and I want to obtain its string rep开发者_Python百科resentation similarly to the printf function. How wou[详细]
2022-12-22 00:21 分类:问答Why does renaming reg.exe on Windows Server 2008 x64 causes it to fail to run?
I\'ve got a neat question here. There\'s a utility called reg.exe thats been shipped with Windows for quite some time. Its very handy to import .reg files from scripts, modify values from scripts, et[详细]
2022-12-21 13:10 分类:问答Help Deadlock analysis
The Deadlock occurs in my application when initialization oflocal static variable happens in the function called from DLLMain Entry point with param DLL_THREAD_DETACH.[详细]
2022-12-21 08:30 分类:问答StaticCRT(LIBCMT(D)) and DynamicCRT(MSVCRT(D)) conflict
I am developing a project which uses third party dlls and libraries. I want to build my project using static CRT (LIBCMTD) as I wish to run my application in \"IBM purifier\". However, the third party[详细]
2022-12-19 19:19 分类:问答Correct way to distribute VC++ runtime files
I have an MFC application which I am trying to package for deployment. It seems to depend on the files \'msvcr90.dll\', \'msvcp90.dll\' and \'mfc90.dll\'. What is the correct way to distribute these f[详细]
2022-12-18 19:03 分类:问答Detecting death of spawned process using Window CRT
Executive summary: I need a way to determine whether a Windows process I\'ve spawned via _spawnl and am communicating with using FDs from _pipe has died.[详细]
2022-12-17 16:30 分类:问答MSVCRTD.lib(cpu_disp.obj) : warning LNK4210: .CRT section exists; there may be unhandled static initializers or terminators
I know this question has popped up before but I could not find a good answer so I try here. I have a pure C dll (Win32) and I get this warning when compiling:[详细]
2022-12-17 05:13 分类:问答