| Thread | Last Post | Replies |
|
| [VS 2005] Custom Build Step problem in C++ | 20 Sep 2006 16:50 GMT | 1 |
Sorry for the repost, but I never received any response when I first asked this a few weeks ago. I would really appreciate some feedback on this, it's driving me nuts... I'm beginning the process of moving some projects from VS.Net 7 to
|
| dwflags in MESSAGEPROPS | 19 Sep 2006 22:34 GMT | 2 |
when i use IStoreFolder::GetMessageProps or GetFirstMessage/GetNextMessage the result in Messageprops.dwflags always zero. i miss somthing or it's an interface error? all other fields is correct.
|
| managed/unmanaged interop critique ... | 19 Sep 2006 12:56 GMT | 6 |
I am faced with the following common managed/unmanaged C++ interop problem: - I have a .NET form that acts as a front end GUI to a processing engine in the background. The processing engine runs as a thread that
|
| why the service control manager doesn't start my service | 19 Sep 2006 12:13 GMT | 4 |
Hi, all, I have a question, and I hope to get some hints here.. I created a really simple service just to check why the service manager doesn't start my service the second time if the first time failed..
|
| SAFEARRAY* & COM Interop | 18 Sep 2006 20:26 GMT | 1 |
I’ve got a C# library that I’ve built into a COM component that will be used from a VC++ 6 application and while the creation of the COM object side of things seem to be working fine, using the object fully is another matter. On the C# side of things I’ve got an object defined ...
|
| 3D Arrays | 18 Sep 2006 16:44 GMT | 6 |
OK, brain freeze (don't laugh). Stupid question, but how do I dynamically declare and initialize a 3-D array in C++? Here's what I want: Array with 2000 elements |
|
| Exposing COM & inheritance problems | 18 Sep 2006 16:14 GMT | 1 |
First, I have ComVisible set to true for the entire assembly. I have (abstract) base class A. There are interfaces IA and IAEvents for accessing properties of this object and exposing events.
|
| Call back function and VC 2005 | 18 Sep 2006 12:45 GMT | 5 |
I have a DLL written in C++ (unmanaged), which I want to inteface with. I created a standard window form program with VC++ 2005, all fine I have imported an .h file the .lib file and all works. /clr is on so I am writing managed code.
|
| How to assign TextBox value to string | 17 Sep 2006 13:21 GMT | 2 |
I am using .net first time.In my windows form VC7 application, on a click of button, I am assigning text of TextBox to STL string varibale. Using this code- private: System::Void FindValuesButton_Click(System::Object * sender,
|
| Windows Service communicating with Browser Windows? | 16 Sep 2006 21:08 GMT | 1 |
I would like to write a Windows Service that can communicate with any open browser windows that an interactive user may be running. The service itself does not need to have a UI. The company that I work for develops software that monitors Customer Service
|
| windows components for dotnet | 16 Sep 2006 17:35 GMT | 6 |
I'm looking at stepping into this millenium's programming by upgrading from VS6 to dotnet. It occurs to me that a person is going to have to install additional windows components beyond xp itself in much the same way that you have to download java's virtual machine every time ...
|
| Bug Unmanaged -> Managed | 15 Sep 2006 18:17 GMT | 3 |
Hi, I've prepared a little example for my problem. Please take some time to undestand it ;) OK, here it is: class ClassA
|
| Namespace | 15 Sep 2006 16:17 GMT | 2 |
How to create new name space like Production.Application in C++. I can do it just typing this name in c#. When I did it in C++ it not allowing me to create with multiple names. I tried different formats without much luck
|
| Is anyone here using Loki? | 15 Sep 2006 10:22 GMT | 10 |
I am reading Andrei Alexandrescu's book. The ideas presented there sound really good, but I wonder--is there really a lot of people using it? Or it's simply too esoteric for mortals? Cheers
|
| Fingerprint reader API (Authentec sensor) with SDK | 15 Sep 2006 10:16 GMT | 6 |
I start to learn C++, because I got win API which interating with Fingerprint reader from Authentec, it comes with SDK and program samples. I just want to create application where by scan fingerprint and directly recorded in the database SQL Server.
|