| Thread | Last Post | Replies |
|
| malloc() & page boundaries -- Difference between VC6 and VC7 CRT? | 28 Nov 2005 18:56 GMT | 2 |
I was wondering if anyone knew of any changes in the CRT that would cause malloc behavior to change between code built with VC6/VC7? We discovered a segfault bug in production code built with VC6 that was not crashing frequently at all. We fixed the bug, but in the meantime, our ...
|
| Referencing C++ functions with pointer parameters from VB.NET | 28 Nov 2005 18:36 GMT | 1 |
have a .NET solution with a VB project and a C++ project. The C++ project has namespace and public class with assorted functions. I add the C++ project as a reference in the VB project. When I look at Object Browser for the above reference, any C++ function in
|
| Redistributable C Runtime libraries for Visual C++ 2005 Express | 24 Nov 2005 00:55 GMT | 3 |
I have Visual Studio C++ 2005 Express installed. I do not have vcredist_x86.exe or any of the redist directories that are referenced in the documentation. I have redist.txt that mentions the redistributable files, but I don't have them. The only download I can find is for Beta2 ...
|
| vc80_crt deployment failure | 16 Nov 2005 02:29 GMT | 6 |
Has anyone encountered this problem with the new merge modules? We've encountered a difference in the RTM msm's from the Beta2 in that an extra custom action SxsInstallCA has appeared but is not in the binary table. This causes msi's built with the release vc80_crt to fail on the ...
|
| _wcsnicmp, _mbsnicmp | 15 Nov 2005 17:18 GMT | 3 |
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_crt __strnicmp.2c_._wcsnicmp.2c_._mbsnicmp.asp is in the Visual Studio .NET section, and similar errors almost surely exist in C++ library documentation in other sections of MSDN.
> The arguments and return ... |
| Using PostMessage in a Lib | 14 Nov 2005 11:24 GMT | 3 |
I am newbee in vc++ programming. Can a Win32 static library send or post messages (SendMessage, PostMessage APIs) for the windows MFC application????? Best Regards Ahmad Zia
|
| VC8 lib linked with VC6 project | 09 Nov 2005 21:15 GMT | 2 |
I have a library that I'm creating with VS2005 but I need to be able t link it with a VS6 project. I am getting some linker errors, mostl surrounding _ftol2_sse and CxxFrameHandler3. I've tried includin different runtime libraries inside my library but nothing has helped.
|
| Re: Cannot compile any cpp programs | 03 Nov 2005 22:00 GMT | 1 |
VSVars32.bat would be for when you are building from a command prompt. It sets the environment variables necessary for compiling from a command line (but only for that command window, that session). When building from inside the IDE, you instead use the "Directories" settings ...
|
| Problem Linking | 03 Nov 2005 21:51 GMT | 6 |
Hope someone can help me with this. I'm doing a command line build. The compile goes fine, but while attempting to link, the error: LINK : fatal error LNK1181: cannot open input file 'advapi32.lib' is generated, although I changed my Windows 2000 LIB environment variable to
|