| Thread | Last Post | Replies |
|
| Enumerating Windows through Service | 09 May 2006 13:09 GMT | 1 |
Hey There, I am trying to get a list of the open windows from a Windows Service. My initial code was written in a regular server and the window listing function EnumWindows worked fine, but when I ported my code
|
| STLPort in VC++ - Compile problems | 09 May 2006 12:11 GMT | 1 |
Platform:window 2000 professional, VC++6.0 +SP5 STLport: STLport 5.0.2 While test STLport following "STLport README for Microsoft Visual C++ compilers." of README.msvc(readme.txt), there is a error:NMAKE: fatal
|
| Backward compatibility of DLLs built using Visual C++ 2005 | 09 May 2006 10:46 GMT | 3 |
We are having a dll backward compatibility issue since we migrated to .NET 2005. As part of our product, we build a dll which is used by other products. Everything was fine when we were build it on VC6. We upgraded our compiler to
|
| error C2027:Use of undefined type 'T' | 09 May 2006 09:32 GMT | 2 |
I am getting the error C2027:Use of undefined type 'T' when I tried to compile some code in visual c++7.1 that went fine in Visual c++6.0. Below is the relevant code where the error has come.
|
| COM object and .net | 09 May 2006 04:32 GMT | 1 |
I want to create a COM class which should be accessible from .net. E.g. the class must export some method which get passed an array of doubles in and out. How must the IDL look like.
|
| C++ Debugging problem | 09 May 2006 00:02 GMT | 2 |
I am writing a Thread pooled P2P application using C++ and VS2005, occasionally I get “HEAP: Free Heap block 356bf0 modified at 356f84 after it was freed“,When the error is triggered, it report a constant memory address, this address belong to a certain object, if this object is ...
|
| double type precision in VC7 | 08 May 2006 23:42 GMT | 1 |
I am porting some code from VC6 to .net 2003 VC7.1. The code is to do yield curve interpolation, therefore precision is important. I have found some strange behavior in the VC7.1 environment. Allow me to show the problem:
|
| shared memory | 08 May 2006 21:27 GMT | 4 |
Hi guys!! I'm asking if is possible to create 2 different programs and at the running each one, can access to shared memory and modify and read data in it? (not at the same time but can see data the other write in memory).
|
| Passing parameters between form classes - C# | 08 May 2006 21:06 GMT | 10 |
I'm a rookie at C# and OO so please don't laugh! I have a form (fclsTaxCalculator) that contains a text box (tboxZipCode) containing a zip code. The user can enter a zip code in the text box and click a button to determine whether the zip code is unique. If the zip code is not ...
|
| Only First Element of Array Displaying in Debugger, others are zero | 08 May 2006 18:26 GMT | 8 |
I have a dynamically allocated array of doubles in VC++ .NET. When I view the array in the watch window with "arrayName, 10", it displays the correct value for arrayName[0], but arrayName[1] through arrayName[9] are all zeros. Note that arrayName is actually double*,
|
| error C2440 | 08 May 2006 18:16 GMT | 1 |
Thanks for your suppoty. //Why I got the following error message? for the 4th line: // error C2440: '=' : cannot convert from //'long (*)[3]' to 'long *' Types pointed
|
| date time question | 08 May 2006 16:13 GMT | 2 |
I would like to check a datetime to see if the time falls outside of a range of time. while (true) {
|
| linkage problems when building a VC7.1 project from the command line | 07 May 2006 21:23 GMT | 4 |
I have a project that I normally build (without problems) from the DevStudio IDE. However, I have embarked on automating all my builds (this test project being one of several). The project creates a DLL. I am able to build the project without any
|
| Calling a local C# Dll from Javascript! | 07 May 2006 19:46 GMT | 6 |
I want to write a simple DLL in C# that I can call from a local html page using JavaScript. I'm looking for a very simple example! The sort of think I'm looking for is from JS to call the DLL and it return the date for example, or even just a string "abc".
|
| Help with .net runtime libraries msvcr71.dll | 06 May 2006 14:53 GMT | 1 |
I have an application developed using VC++.NET 2003. Up until now, it's worked fine for my users. However, I just got a tech support request yesterday from someone who can't get the program to start. The error was this:
|