|
Why can the program, osk.exe, be run before logon? I wanted to run a program before logon, so I try to program a service to run a outside program. When I run the program, osk.exe, it can be process before logon and I also can find UI before logon. But I can't see any UI before logon when I run any another program like "calc.exe" or any program created by wi... 23 Feb 2006 11:11
Visual C++ optimizations and inline assembly Hi all, I'm using Visual Studio 2005 as my IDE. I have the following function using inline assembly: class ByteSwaps { public: static unsigned short M2toI2(unsigned short data) { _asm { mov ax, data ... 23 Feb 2006 14:20
Linker errors My project compiled OK in VS2003, but fails in VS2005 I get the following linker errors (unresolved symbols) __except_handler4 __SEH_epilog4 __SEH_prolog4 I cannot find any information on the above. I'm using structured exceptions try { ... } except(....) { } Andy Cooper ... 22 Feb 2006 23:08
Bug in VC8? Hi, I don't seem to be able to successfully compile with line 20 uncommented. This compiles with Comeau online and GCC 4.0.2 (apparently). A slight variation of this works in VC 7.1 (with a cast). Code follows: #include <sstream> #include <iostream> class mystream : public std::stringstream { publ... 20 Feb 2006 09:26
LIBCMTD.lib Right, I've been working on this project for ages, and i decided that I would begin using std::string rather than a simple char* for part of the code, however, upon deletion of this object it seemed that an exception was thrown during the deconstruction of the std::string. Not knowing too much about these things,... 16 Feb 2006 18:36
VC++ 7.1 Stack Overflow I am using Microsoft Visual C++ 7.1 on Windows XP. I get a stack overflow at test dword ptr [ecx],eax ; ...probe it in chkstk.asm but there is no recursion. I get this apparent stack overflow with the following call stack _____________________________________________________________________________... 13 Feb 2006 15:26
Remote Desktop "Command Line" Edition As we all know, there is a Remote Desktop/terminal Service in windows Recently, I am coding a network project, and need to repeat following step on and on Compile->Close Remote Exe->Upload Exe File->Run Exe.... I am very 'lazy' but there's no way to automate these steps in Windows Remote Destop I am guessing is... 15 Feb 2006 02:53
Problem using AWE Hello all, I'm trying to implement AWE in my application. So far I have done this : 1. Enabled the Lock Pages in Memory privilege for my account 2. Used the AWE example code function to enable and disable this privilege for my app. 3. Set up a memory allocation wrapper function that makes calls to: a. De... 16 Feb 2006 17:02
Platform SDK & MS Visual C++ 6.0 compile errors Hi, I'm running WinXP home O/S and developing an application using Visual C++ 6.0 (Enterprise Edition, SP6). I want to use Windows Sockets 2. My resources recommend using the getaddrinfo() function but, having included the relevant Winsock header/s & linking to the appropriate DLLs (see code below) I was ... 12 Feb 2006 02:56
ConvertStringToBSTR linking error Hi there, I have a VC Win32 application compiling under VS.NET 2003 no problems, but when attempting to compile under VS.NET 2005 I am recieving linker problems. The only main difference between the 2 systems is that I am using the latest platform SDK on the 2005 system in order to utilize the latest Di... 10 Feb 2006 12:38 |