| Thread | Last Post | Replies |
|
| What's a good memory leak tool? | 14 Sep 2004 00:57 GMT | 3 |
We're doing some development in VS .NET C++ and want to purchase a tool for memory leak detection and related activities. Any recommendations?
|
| Integer conversion help | 13 Sep 2004 23:45 GMT | 1 |
I am trying to write a program to write to the com port. I have some sample code and it says to use the function hComm = CreateFile("COM2", GENERIC_READ | GENERIC_WRITE,
|
| Little Problem | 13 Sep 2004 22:33 GMT | 3 |
Hi folks! I'm having a little problem and I'm a bit confused about it. See... I'm working on this VoIP project (I need to use make direct calls to Windows API). I started working using C# but since I've got to access the API constantly I'd rather write all low-level stuff in C++ and ...
|
| error C2039 | 13 Sep 2004 21:03 GMT | 1 |
I have a project that I have upgraded from VC++.Net 2002 to 2003. It worked fine under 2002. I have solved some of the issues, but now am getting C:\dwilson\StitchViewer\Stitch2Image.cpp(165): error C2039: 'Color' : is not a member of 'System::Drawing::Pen' Here is the line in ...
|
| mscomm32.ocx inserts additional bytes to a binary stream??? | 13 Sep 2004 11:29 GMT | 1 |
In a VC6 program, a mscomm32.ocx is added to the project and read the binary incoming RS232 data stream (from a GPS receiver). I use another commercial serial port debug program to send out a binary file through com port, read and record the com port data into a disk file. After
|
| How to retrieve serial number of OS or CPU for copy protection? | 13 Sep 2004 04:53 GMT | 48 |
In order to protect software from being copied without licence, I would like to use something like a key, which fits only to the current system. The serial number of the CPU or the current operating system would be appropriate. However, I do not know how to retrieve the information.
|
| Fast sorting algorithm | 12 Sep 2004 17:14 GMT | 2 |
Hi again, I just need to write the following function to search in a binary buffer for a given pattern: BOOL CheckBufferForPattern(BYTE *buffer,int bufferlen,BYTE *pattern, int
|
| Reading the set temp and set tmp environment or something equivalent | 12 Sep 2004 15:29 GMT | 1 |
Is there any way to find out the current user's directory temp paths in .NET applications? For example to read the set variables which in my account are: TEMP=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
|
| Got error when try to compile a dll | 11 Sep 2004 04:28 GMT | 1 |
I got the following error message when compiling a dll, after this dll has been compiled with calling project: "fatal error LNK1168: cannot open mylib.dll for writing" Realized that the file is being locked by the invoking project , but not
|
| Visual C++ Tools Refresh ready today | 11 Sep 2004 02:49 GMT | 13 |
Shortly, the Visual C++ Tools Refresh will be available on the MSDN Visual C++ devcenter. You will need to have installed the Visual Studio 2005 Beta first. <http://msdn.microsoft.com/visualc> I have been talking about this a lot over the last two months. All of the
|
| Read variables through EXE | 11 Sep 2004 01:15 GMT | 2 |
Sorry for the confusing topic, I wasn't sure how to word this exactily. I have a program that needs to read a variable in from the outside. Specifically, the program will be run like this: Set WshShell = CreateObject("WScript.Shell")
|
| What is unnamed namespace used for? | 10 Sep 2004 18:06 GMT | 2 |
Is there any difference between declaring in unnamed namespace and i global namespace? I can't recognize this p.s: Have a nice day ^_________
|
| a newbie question | 10 Sep 2004 00:59 GMT | 1 |
Please forgive the question if the answer seems obvious, but I am new to .Net and not having a fun time with it. I have built an XML DOM document (XmlDocument) using the appropriate classes from the framework. Now I want to send it to an exchange server, how do I do this? with VC++ ...
|
| Visual Studio Style Menus, How? | 09 Sep 2004 20:07 GMT | 2 |
How do I get the new style menus as used in visual studio? Are they a .Net thing? Can I use them from C++? Cheers,
|
| How do I: use CreateDirectoryEx to create a Directory 300+ characters? - Using Unicode Build | 09 Sep 2004 09:00 GMT | 1 |
Hi, I am trying to create a directory on my disk wihich is 300+ characters long. My program does not work, can you make it go? I am using VS2003 C++. Russell Mangel, Las Vegas, NV
|