| Thread | Last Post | Replies |
|
| Problem With Resource | 14 May 2004 11:30 GMT | 12 |
I have a unicode program for win2k and win98 in vc7(dotnet). It contains Dlls.Each Dll has string table resource,menu resource,dialog resource etc. It successfully run on win2k. When i run it in win98, only string resource of any dll is loaded, menu and dialog are not loaded.
|
| How to Convert char* to System::String* | 14 May 2004 09:46 GMT | 2 |
Hello Esteemed Developpers I would like to thank you in advance for your sincere responses I am a fresh Visual C++ .NET Developer. Can you kindly guide me for How to Convert char* to System::String
|
| MFC dynamic creation | 14 May 2004 08:20 GMT | 1 |
Is it ok practice to use DECLARE_DYNCREATE with MFC classes and then to create overloaded constructor which could not be default constructor for that MFC class because there must not be more than one default constructor?
|
| "Runtime error" message box | 14 May 2004 01:00 GMT | 5 |
We are working on an application that runs as a service. Due to its complexity, we occasionally experience crashes. In the past, we have been able to simply log these crashes in our logs, create a Dr. Watson log, and automatically restart our service Ever since we started to use ...
|
| Release configuration link times | 13 May 2004 23:57 GMT | 3 |
We've recently migrated a very large (40+ projects, 1+ million LOC) VC6 workspace to VC7.1. In general, the compiler and linker are slower. The worst seems to be the release link; under VC6 it would take 15 minutes to link the main exe, under VC7.1 it typically takes an hour. Anyone ...
|
| Visual C++ Toolkit 2003 and multi-threaded runtime libraries | 13 May 2004 21:05 GMT | 2 |
I gladly learned yesterday that Microsoft was making the Visual C++ Toolkit 2003 available for free. Today, I downloaded and installed it and went on to try building some simple applications. I quickly found out that the toolkit does not come with the multi-threaded versions of
|
| [March 2005 Preview] overriding virtual function return type differs from 'System::Object ^System::Collections::IList::get_Item(int)' | 13 May 2004 19:11 GMT | 6 |
I'm trying to use the VS 2005 March Tech Preview and am trying to adjust some MC++ to the new C++/CLI syntax. I got a little hung up when I encountered the below error. Certainly my 'Bentley::Mstn::Element' type derives ultimately from System::Object. It is a ref class. And ...
|
| Need help with Windows Service | 13 May 2004 18:58 GMT | 2 |
I have a C# Windows Service and I need to access it from a C++ Application. I am new to programming and have been looking all over for help on the internet without much luck. I did place this line at the top of the C++ file (using namespace
|
| How to secure DLL code | 13 May 2004 18:39 GMT | 7 |
This might not be the correct place to ask this question... Then again I'm not sure where else to ask this... When you build a DLL to use with "OUR" code... How do you prevent others from using the DLL?
|
| MC++ - System.IO.FileLoadException - Unverifiable image 'MyAssembly' can not be run. | 13 May 2004 17:23 GMT | 2 |
I am getting the following error when one of my mixed-mode assemblies trys to call a method in another. Both are strongly named, neither are in the GAC. Execution is in a non-default AppDomain in case that matters. MyAssembly is actually an exe rather than a dll. It is really ...
|
| Class properties | 13 May 2004 16:17 GMT | 2 |
I'm new to c++ and I've a problem with classes (not properly in .net context, but in general..). Is it possible to define (in classic c++) properties in classes, but not just as simple fields? Can I have a single property for get / set porpouse (like in c# or vb), or have I to build
|
| Default lack of indentation with classes & switch statements | 13 May 2004 16:01 GMT | 1 |
Why does the Visual Studio editor fail to indent cases under switch statements and public/private/protected in class definitions? I've been working with Visual Studio since 4.x and it's always been this way. I thought I'd get used to it, but the failure to indent these lines ...
|
| v | 13 May 2004 14:56 GMT | 1 |
I'm trying to read pixels, from desktop in windows.I managed to do so by creating DC with NULL pointer, so i gained access. I was able to read color information of pixels, like icons, applications. Problem is, that i can't read any video or not even mouse pointer. i mean when i ...
|
| return value of += operator (probably an easy q for somebody) | 13 May 2004 12:48 GMT | 5 |
Consider the following small program #include <stdio.h #define printvars printf("a = %d, b = %d, c = %d\n", a, b, c) int main(
|
| How can I develop a small app with vs.net 2002 ... | 13 May 2004 02:21 GMT | 5 |
How can I develop a small app with vs.net 2002 , and run it in other computers without install .net environment If it can, how to do that thanks very much.
|