| Thread | Last Post | Replies |
|
| Terminating Process | 27 Jul 2004 13:58 GMT | 5 |
I am spawning a process from a service. The spawned process hungs for various reasons, (corrupted data, deadlock). I am expecting the process has to complete the task with in the expected time limit, if it exceeds the limit I want to terminate the process (no mercy or graceful, just ...
|
| "using namespace std" in VS C++ Class Library (.NET) project | 27 Jul 2004 12:11 GMT | 6 |
When I create a new C++ project of type "Class Library (.NET)", I am unable to then add the following line of code : using namespace std If I do, I get the following error on compilation :
|
| DLL Hell | 27 Jul 2004 09:00 GMT | 4 |
I have a .DLL compiled on VC++ 6.0 and is being linked into an application built using 7.0. For reasons that are too stupid to go into, migrating the .dll to 7.0 isn't possible for the time being. On my development PC (Windows XP), the application runs fine; i.e.
|
| conditionalup / conditionaldown | 27 Jul 2004 01:26 GMT | 1 |
What is the equivalent of conditionalup / conditionaldown in Visual Studio .Net C++? Thanks in advance. Andrew.
|
| How to access cells in an Excel Spreadsheet by row and column | 26 Jul 2004 21:22 GMT | 1 |
I would like to set a particular cell in an Excel Spreadsheet to a specific value Visual Basic Equivalent would be Cells(row, column) = x
|
| VC++ | 26 Jul 2004 20:53 GMT | 1 |
How to display text or images on Desttop using vc++ programming. please help me if anyone known.
|
| LIBCD.lib(crt0.obj) : error LNK2019: unresolved external symbol _main | 26 Jul 2004 19:59 GMT | 8 |
I am quite experienced with vs.net 2003 and c# but fairly new to c++. I have a test app in c++ that I need to compile for a c#/c++ interop evaluation I'm doing. But first, I simply need to compile some straightforward, non-managed,
|
| C++/CLI: handle to ref class member of native class | 26 Jul 2004 02:08 GMT | 1 |
The C++/CLI Language Specification Working Draft 1.5, Jun, 2004 doesn't mention this scenario: can a handle to a ref class type be a member of a native class? Thanks,
|
| C++/CLI: value classes feel crippled | 26 Jul 2004 02:05 GMT | 2 |
Lack of support for SMFs in value classes limits their use quite a bit. The C++/CLI Language Specification seem to contradict itself in a few places regarding this matter too. For example, the code snippet at page 33 of C++/CLI Language Specification Working Draft 1.5, Jun, 2004 ...
|
| deterministic destruction support for managed types in VC++ 2005 beta 1 | 26 Jul 2004 01:52 GMT | 2 |
Do ref classes indeed support instantiation on the stack? Similarly, can native classes be instantiated on gc heap? When you try to have a ref class instance on the stack, you'll get: R : cannot use this type here without a top-level '^'.
|
| Outlook-like sidebar | 24 Jul 2004 04:52 GMT | 1 |
can anybody point me to source code of an Outlook like sidebar (those up and down going thingies hiding the functions like calendar aso.)? Or maybe the source for the toolbox control from VS? Or are they implemented somewhere and I can download the component DLL?
|
| Display 2D Lines for mathematic application | 24 Jul 2004 02:09 GMT | 5 |
Does anyone can give me advices to choose a graphical library/control/ocx/other to developp an application displaying 2d lines from large data set (around 30 000 points). I have to developp this app using Visual C++(6 or .NET). These data
|
| Garbage Collection - Pointer out of scope, or not? | 23 Jul 2004 23:11 GMT | 1 |
Hi, I've got a question about .NET and pointer scope. Basically I'm trying to find out how smart .NET is with it's garbage collection and realizing when a variable is no longer used. For the sake of this question, regardless of poor programming practices,
|
| DDE Client and PFNCALLBACK | 23 Jul 2004 21:55 GMT | 1 |
I am getting an error in a Windows Form which is supposed to be a DDEClient. Error: error C2440: 'type cast' : cannot convert from 'overloaded-function' to 'PFNCALLBACK'
|
| Firt Admin Account | 23 Jul 2004 16:17 GMT | 1 |
How can I check if a UserGroup has the First Admin Account in it? Thanks in advance
|