¼³¸í:
Microsoft Visual C newsgroup.
|
|
|
Locations of Delay loaded DLLs
|
| |
Hi, I have an MFC application that needs to delay load some DLLs. I've mentioned the names of these DLLs in Linker->Input->Delay loaded DLLs and things work fine, but only if the DLLs reside in the EXEs path. I would like to load the DLLs from any other location, for example the temp path. Is there anything else that I need to do for this?... ´õº¸±â »
|
|
Creating a 64-bit build configuration
|
| |
Hi, I need to build a 64-bit application (and cannot use a 32-bit one with WOW64 for certain reasons). What are the configuration options (in Project Settings) that I need to use when building such an application. Basically, how do I create a x64 configuration? TIA, Jy
|
|
Windows 7 Phone
|
| |
So, let me get this straight. Full Silverlight, SQL, Linq & etc. can be programmed for the phone in any .net langauge. All you give up is "potential restraint by higher powers?"
|
|
Can a GINA STUB fulfil my requirement?
|
| |
Hi, i'm newbie here, not sure if this is the right place to post my question. I need to implement 2 factor authentication for my Windows logon and would like to know if a GINA STUB can fulfill my requirement or do I need to write the entire GINA DLL? I read there are risks in implementing the whole GINA so I will like to avoid that.... ´õº¸±â »
|
|
alternative fro boost::regex
|
| |
What is a good alternative to boost regular expressions? I want to use regular expressions, but don't want to link in boost. Lars
|
|
exceptions
|
| |
What are the alternatives to boost::format? I want to make a function that formats the input in the argument I pass in, but don't want to use boost. Lars
|
|
Is this partial template specialization possible?
|
| |
...That's incorrect. 'foo' is not a template. 'ClassT' is a template. The angle brackets must follow the template name, not the member: template<typename T1, typename T2> void ClassT<T1,T2>::foo() ...Try the correct syntax, place the template arguments where they belong. And try dropping the 'template<>' syntax, thus making your... ´õº¸±â »
|
|
C2248: cannot access protected member
|
| |
Hello, Some time ago I asked a question about taking an address of protected member function: "C2248: cannot access protected member" [link] Recently I discovered that proposed solution fails to compile with VC++2008 if the classes are nested and member function is referenced via... ´õº¸±â »
|
|
own stackframe -> prob with exception handling
|
| |
I've some code which creates its own stackframe and does some kine of context switching (using inline assembler). The code works until the function of the new context throws an exception. Even if I've installed an exception handler (try/catch block) I get an unhandled exception fault (I debugged it with MS VC - catch caluse note entered even not the... ´õº¸±â »
|
|
Avoiding the Abort/Retry/Ignore dialog on assertion
|
| |
Hi everyone, I do not want the Abort/Retry/Ignore dialog to be opened by abort() on assertions in a Win32 GUI application. Let's say I have this piece of code: #include <windows.h> #include <cassert> extern "C" int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)... ´õº¸±â »
|
|
|
76243°³ Áß 1 - 10
« ÃÖ±Ù
|
ÀÌÀü »
|
|
|