| Thread | Last Post | Replies |
|
| Error when my Win32 Service takes longer than 30 seconds to shut down. | 21 Jan 2008 02:32 GMT | 3 |
All: I have a Win32 service that takes about 30 seconds to shutdown (give or take a few seconds). I shut the service down via the 'Services' console on Windows Server 2003. When the service shuts down in under 30 seconds,
|
| Throwing bad_alloc when calling new on large class | 18 Jan 2008 12:45 GMT | 7 |
First off, I am not sure if this belongs in this group or the C# group. It seems more like a C++ problem to me. Anyways... I have a C# project which links in an unmanaged C++ DLL, both built with VS2005. I am having a problem where the C# program is making a call into the
|
| Seens there are "standard Microsoft Windows controls" and "common controls" | 18 Jan 2008 01:13 GMT | 4 |
Reading about WM_NOTIFY Message : The standard Microsoft Windows controls (edit controls, combo boxes, list boxes, buttons, scroll bars, and static controls) do not send WM_NOTIFY messages. To determine if a common control will send a WM_NOTIFY message
|
| Simple Help needed in C++ / CLR .. plz ... | 17 Jan 2008 12:40 GMT | 1 |
Hi there, i am a novice in getting my c++/clr work for my final year project. may i know where or how can i get information about calling a second form from the first form ? i being looking for quite sometime but all seems helpless for me.thanks for advance ..
|
| Precompiled headers | 17 Jan 2008 10:17 GMT | 1 |
i have some basic question. here it goes: 1) what the purpose of precompiled header files (as Stdafx.cpp,stdafx.h). 2) what the impact of not using those precompiled files?
|
| so, what is nnext then | 17 Jan 2008 05:08 GMT | 1 |
Well, I'm really lost, I bought a new computer with windows vista home basic, and for some reason i downloaded a trial versio from office 2007, jsut a few hours ago I asked what's gonna happened after the trial version shuts off, what I really want to know if new computers comes ...
|
| VC++ in windows2000 platform | 17 Jan 2008 04:24 GMT | 6 |
I am using VC++ 2005 professional edition to develop the program to access the usb port. I have downloaded the WDK 6001, but it can't be installed in the windows2000 platform. I have try to use libusb.lib, but it seems doesn't support the windows platflat(I'm not sure, but i ...
|
| Creating Windows Control Library in C++/CLI? | 16 Jan 2008 17:50 GMT | 2 |
I need develope control library, but can not find any examples on te internet or msdn. I can only generate project from template in VS2005, but in attempt to run after compilation,
|
| C++/CLI .NET 1.1 | 16 Jan 2008 15:12 GMT | 2 |
Is it possible to use C++/CLI for .NET 1.1 applications?
|
| Strange issues with linking | 15 Jan 2008 19:07 GMT | 3 |
This is an issue for someone much wiser than I - perhaps a MVP will help? I color coded the following for readability. Running XP Pro and VC++.Net Express 2008 and vtk visualization software In the Linker | Input ....... No additional dependencies are set
|
| Jumbled Picures and names in My Pictures Folder | 15 Jan 2008 16:04 GMT | 3 |
I have scanned 80 old photographs to a new folder in My Pictures and named them all accordingley.Without apparent input from me they are now completely jumbled up.The names no longer correlate to the relevent photos and some are missing and some are duplicated. Did I do something ...
|
| Where can I get MFC70 | 14 Jan 2008 18:36 GMT | 3 |
We have a project that includes a library (no source code) that references mfc70d.lib. In order to get this thing to build I need to get my hands on mfc70d.lib. Where can I find mfc70d.lib and its associated dll (and, presumably, the
|
| Why no 'Visual Assembler"? | 14 Jan 2008 14:47 GMT | 12 |
There are times it would be good to be able to write assembly code to integrate with other VS languages, such as VS C++ .NET. For example, I might want to write a REALLY fast algorithm that does CALCULATIONS only and bypasses any overhead imposed by the compiler.
|
| Streaming Desktop Activity in LAN | 13 Jan 2008 16:20 GMT | 1 |
I'd like to start up a personal coding for fun project which performs some desktop movement recording/(then)streaming. Basically all i want to do is to have few users on LAN to be able to see what I am doing on my desktop sort of like MS Live meeting but this is for LAN.
|
| Limiting connections from localhost only? | 12 Jan 2008 21:41 GMT | 2 |
Hi, I'm using Sockets classes from this web site: http://www.adp-gmbh.ch/win/misc/sockets.html to create a very simple server Is it possible to limit connections to my server to localhost only? (so not
|