| Thread | Last Post | Replies |
|
| IMAPI query cancel doesn't work! | 12 Apr 2006 10:05 GMT | 5 |
Hey guys, In my burn project, I have everything working except the cancellation of the burn. I have it setup such that when the user initiates a "cancel" the IDiscMasterProgressEvents handler will set the
|
| Bug in precedence for built-in types? | 12 Apr 2006 03:40 GMT | 4 |
I would expect the output to be: 5 post increment assign
|
| directly opening a file in notepad | 12 Apr 2006 03:37 GMT | 1 |
ok im programming in C, but I'm wondering if there is a way to open a file like "test.txt" in notepad without having my compiled .exe file on the same drive as the test.txt file
 Signature Eric D. Anderson
|
| Silencing compiler warning D9025 | 11 Apr 2006 16:05 GMT | 1 |
We have some C++ code that has a makefile which contains both /W2 and /W3. Due to the way the makefiles are written to be shared across multiple projects, it's not trival to eliminate the duplicate compiler warning-level directives. I'm trying to find a way to silence the ...
|
| [MC++] LinkLabel usage | 11 Apr 2006 14:50 GMT | 1 |
I am having problems getting my LinkLabel hyperlink to work properly. Every time I click on it, I get the following exception: System.ComponentModel.Win32Exception: The requested lookup key was not found in any active activation context at System.Diagnostics.Process ...
|
| 0xC0000005 Access Violation Help? | 11 Apr 2006 11:11 GMT | 1 |
Hi, I am writing a windows socket program and it contains some threading in it as well. I connect the client to the server and they talk fine until i spawn a thread that takes care of the client while my server tried to accept
|
| Unhandled exception | 11 Apr 2006 08:44 GMT | 2 |
Hi, all I encounted a very strange problem in my App, in debug mode, when I exit my App, it often told me something like "Unhandled exception at ..., user breakpoint", press F5, it skiped this problem. But if I run it without
|
| Need MFC Help | 11 Apr 2006 06:01 GMT | 1 |
Hey all, I need some help with MFC, I have a multiline CEdit with AUTOVSCROL option. Now... it works though when I do UpdateData the scrollbar goes up t
|
| Managed C++ on Smart Devices | 10 Apr 2006 17:30 GMT | 1 |
Does anyone know if managed C++ is supported on Smart Devices, like for a Pocket PC 2003? I'd like to use ADO.NET for data access on a Pocket PC .
|
| makefile problem | 10 Apr 2006 14:25 GMT | 2 |
I have a visual studio 2005 project that consists of two managed C++ classes and some unmanaged C functions. The output of this project is a dll, that is loaded by a program with LoadLibrary(). Then I have written a makefile that uses the same compiler and linker
|
| error LNK2020: unresolved token | 10 Apr 2006 11:00 GMT | 2 |
I wrote a simple stack program using class template on VC++ 2003 but am unable to resolve the following link errors: LINK : error LNK2020: unresolved token (0A000046) Stack.__dtor LINK : error LNK2020: unresolved token (0A000048) Stack.__dtor
|
| Add reference withing an vc++ ActiveX Control | 09 Apr 2006 21:59 GMT | 1 |
I am creating an ActiveX control that should contain a reference to a certain COM interface. I have written before a C# application containing this COM interface but my problem is that it seems not to be possible to add a reference to my COM
|
| Linker error RC1015 | 09 Apr 2006 15:07 GMT | 1 |
I have installed a visual c++ express edition 2005 and I have converted an older form application ( vc++ 2003.net managed code.). When I attempt to compile the project I get this kind of error from compiler fatal error RC1015: cannot open include file 'afxres.h' ..
|
| Windows Registry | 08 Apr 2006 18:01 GMT | 3 |
I'm writing a program in C and I am wondering if there is a way to write to the registry? For example, just to throw a line out there(cause its the only path I can think of off the top of my head)...if I wanted to write to "HKEY_CLASSES_ROOT\exefile\shell\open\command" how would ...
|
| VC2005 and boost::shared_ptr | 08 Apr 2006 17:54 GMT | 2 |
Hello group, There seems to be a bug int the interop layer in VC2005 when dealing with certain pointer types (or values?) Here is a repro case using Boost version 1.32 and C++/CLI :
|