visual-c++-2008
Intrinsics Vs inline ASM for SSE coding in VC++ 2K8
I\'ve done some inline ASM coding for SSE before and it was not too hard even for someone who doesn\'t know ASM. But I note MS also provide intrinsics wrapping many such special instructions.[详细]
2022-12-25 15:22 分类:问答Recovering graceflly from a failed vsnprintf on msvc2008
I\'m looking for a way to use some variant of vsnprintf() with a buffer that can possibly be longer than the input buffer without triggering an error to the user.[详细]
2022-12-24 04:27 分类:问答extern "C" has no effect in msvc++ 9.0
I manage project for JNI for both compilers: MSVC++ 8.0 and 9.0, my cpp file contains following implementation:[详细]
2022-12-23 10:53 分类:问答Visual C++ 2008 - Additional Include Directories dialog is empty
I am having a very weird problem with Visual C++ 2008, on certain projects I cannot properly open the \"Additional Include Directories\" dialog box anymore. I get the following window instead, which i[详细]
2022-12-20 20:00 分类:问答VS2008: Can I build a project with 2 CPP files of the same name in different folders?
Here is my folder structure: / -- program.cpp -- utility.h -- utility.cpp -- module/ -- utility.h -- utility.cpp[详细]
2022-12-20 05:47 分类:问答vc9 error 4430 on one machine, not on the other
Compiling the same code on two different machines. We have int functions that are not explicitly defined as such in t开发者_Python百科he CPP file.[详细]
2022-12-18 02:35 分类:问答Compile time error C4407
We have the following class structure in our code Class A: public 开发者_Python百科CDialog, public Base1, public Base2[详细]
2022-12-17 13:44 分类:问答How to hide console window of subprocess?
I\'m trying to write a very simple program to replace an existing executable.It should munge its arguments slightly and exec the original program with the new arguments.It\'s supposed to be invoked au[详细]
2022-12-14 17:34 分类:问答name mangling with def file and extern "C"
I\'m creating a basic COM component so I can practice creating them. I\'m exporting DllRegisterServer, DllUnregisterServer,DllGetClassObject and DllCanUnloadNow from a .def file with the PRIVATE keyw[详细]
2022-12-14 04:44 分类:问答Can I use a C style library built with VC6 directly in VC9 project?
We use an internal library(developed by some other team) built with VC6 compiler. This library mainly contains C Style APIs.We have a plan to migrate to Visual Studio 9 compiler. Should I request for[详细]
2022-12-09 23:26 分类:问答
加载中,请稍侯......