| Thread | Last Post | Replies |
|
| Regarding the exe registration in XP machine builded in VS 2005 | 05 Dec 2006 16:40 GMT | 1 |
I have ported the visual studio 6.0 code to VS 2005. The project gets builded sucessfully. The application runs sucessfully in my system. I have put the builded dlls and exe in windows 2000 pc and windows xp machine. I am able to register the exe in 2000 pc without any problem
|
| Visual .NET 2003 local struct definition bug | 05 Dec 2006 16:06 GMT | 4 |
I have some strange problem and I would like to know if it is a bug or not : In my projects, in 2 different .cpp files, I use the same name to define a local structure: file1.cpp :
|
| loading Markup::XamlReader::Load from resource file | 05 Dec 2006 07:04 GMT | 8 |
Since currently we aren't allowed to have compiled XAML files embedded in C++ apps I'm using Markup::XamlReader::Load to dynamically load XAML files. This works perfectly fine with external files but I'd like to be able to load a file specified in a .resx resource.
|
| Won't compile a Windows program | 05 Dec 2006 04:26 GMT | 6 |
I've been following the tutorial here to learn Windows programming (along with the help file from the Windows Platform SDK): http://www.cprogramming.com/tutorial/opengl_windows_programming.html and when I try compiling the code given in this tutorial (even using copy
|
| can't include _alloca as an intrinsic function | 04 Dec 2006 16:20 GMT | 4 |
I trying to port a WDM driver in VS.Net 2005. I had several difficulty, but it's one of them I still did not found any solutions. My code use the function _alloca to allocate space on the stack. When I compile my code with the include of <malloc.h> I have no problem but
|
| How to use sys/socket.h functions in windows OS. | 04 Dec 2006 15:55 GMT | 1 |
The following code snippet is a part of s/w which is downloaded from net. While compiling this code I got the following error. ..\..\snmplib\snmpTCPDomain.c(6) : fatal error C1083: Cannot open include file: 'sys/socket.h': No such file or directory
|
| getopt.h in VS2005 c++ | 04 Dec 2006 15:37 GMT | 2 |
I have sources written on linux quite long ago. They are compiled good on current linux machine. but not in VS2005. The cause of problem is #include<getopt.h>.
|
| Application Configuration Error C++ VS2005 | 03 Dec 2006 10:45 GMT | 7 |
I have built a VS 2005 C++ application (ported from VC++ 2003). It's a WinForm app. It runs OK on the development system, but when I try to deploy it on any other system, all users gets an error box, "Application configuration Error. Try re-installing the
|
| Free the memory | 03 Dec 2006 10:35 GMT | 1 |
Hi Friends, I want to know how to free the unused memory in Windows. When I run my application the RAM free percentage keeps on decreasing . At one point of time my application crashes when the system resources goes
|
| class library | 03 Dec 2006 09:58 GMT | 1 |
I wrote class library that contain a struct stX and a new class library that get the first class library as referance and implement a function foo that one of its parametrs is of type of the struct stX; I wrote an application(exe) that get the first class library as a referance
|
| Registry DisplayName and .exe | 03 Dec 2006 09:54 GMT | 1 |
Hey There, I have some code that will go through a couple of sections of the registry, and create a list that contains the "DisplayName" values of all the apps that are listed in the Add/Remove Programs list in the
|
| CString link error in VC7 with MFC extersion dll which export functions using CString as parameter | 02 Dec 2006 02:22 GMT | 2 |
I run into a cstring related link problem in VC7. My solution has 3 projects, one MFC exe, two MFC extersion DLL. the two MFC extersion DLL export functions which use CString as parameters.
|
| Comments in SQL statement | 01 Dec 2006 16:17 GMT | 1 |
I am using VC++ in .NET 2003. Using a SQL ODBC connection to Sybase to execute sql statements. If I have commented out a part of the SQL , I get an syntax error from the ODBC connection. I am using the Execdirect call.
|
| Debug Assertion Failed! msvcr80d.dll!__loctotime64_t Expression: (((long)(yr-1900) >= _BASE_YEAR) && ((long)(yr - 1900) <= | 01 Dec 2006 10:53 GMT | 4 |
It seems that windows file systems can have files dated to 1617, and unfortunately if you call _findfirst/_findnext on such a directory, msvcr80d will assert. Is there some provision for changing msvcr80d so that this assert
|