| Thread | Last Post | Replies |
|
| wlanapi.dll c# | 30 Apr 2007 21:31 GMT | 2 |
Hi, I'm trying to obtain the profile list using the wlanapi.dll but I'm receveing errors. The following code is what I've done so far. I took the structures and functions definition from http://msdn2.microsoft.com/en-us/library/ms706716.aspx
|
| Inheritance in managed c++. | 30 Apr 2007 12:30 GMT | 2 |
Hello everybody. I've got a bizarre problem concerning inheritance of the managed c++ code when using templates. Consider the following wrapper for the unmanaged c++ class: template <typename SomeType>
|
| How do I execute a dos command from a .NET VC++ program | 29 Apr 2007 18:43 GMT | 3 |
I have a .NET VC++ program, I want to execute some dos command from the program, e.g. copy some file, and etc. How do I do that?
|
| Thread deadlock inside CString::AllocBuffer and sudden crashes | 28 Apr 2007 10:11 GMT | 1 |
Am facing a issue similar to what we have under [url]http://www.codecomments.com/archiv[/url]<...-11-706874.html I work for a imaging system software and modules are a mixture of pure ATL d
|
| iTechArt-Custom Software Development and Offshore outsourcing Company | 27 Apr 2007 14:01 GMT | 1 |
iTechArt Group - Custom Software Development and Offshore outsourcing Company http://www.itechart.com/ Offshore custom software development company iTechArt - Web site and
|
| 'exception' object in VS2005? | 26 Apr 2007 15:42 GMT | 4 |
I'm converting a project from VS2003 to VS2005, and one of the most common errors that I'm getting is on my try/catch blocks, where I used to do: try { ... } catch (exception &e) { ... }
|
| Date Format | 26 Apr 2007 00:34 GMT | 2 |
I have an application that uses the Date in this format: 200741 for April 1. I need it to be like this: 20070401. Here is my code that generates the date: string sFileDate = DateTime.Now.Year.ToString() +
|
| Debugging Unmanaged Library From Managed Library | 25 Apr 2007 10:04 GMT | 5 |
I have a series of third party libraries for which we have licensed the source code. These are unmanaged libraries written in C++ which I am able to build without any trouble. I am trying to setup my environment so that I can step into their code form my managed .dll written in ...
|
| exporting a struct with an array from a C++ dll to be accessed in C# | 23 Apr 2007 18:16 GMT | 9 |
I have a C++ Dll that has a function that is being exported as shown below extern "C" __declspec(dllexport) validationResult __stdcall _validateData(double dataToMat[], int time);
|
| tracking handle | 23 Apr 2007 03:43 GMT | 2 |
I have a question regarding a reference to tracking handle. In older C++ if I write below code would add new node to the linked list. Object* o = linkList->FirstNode;
|
| MAIL HELP! | 22 Apr 2007 19:33 GMT | 4 |
HOW DO I PUT MY CONTACTS ON THE FRONT PANE OF WINDOWS MAIL? I'M ABLE TO ENTER MY CONTACTS AND LOOKED AROUND TO SEE IF CUSTOMIZED AREA WOULD ALLOW ME TO PUT MY CONTACTS IN THE FRONT PANE AREA, BUT I COULDN'T FIND IT. IN OUTLOOK EXPRESS, IT WAS THERE. I HAVE WINDOWS VISTA AND A ...
|
| Windows XP x64 Professional. Service Pack 2. Failed install 800700 | 22 Apr 2007 10:19 GMT | 1 |
I am having trouble with 3 Updates for XP x64. Service pack 2, RDC update 925876 and Security Update 928843. I have enabled verbose logging, followed the steps in 873148, but there is no Error 5. I have no idea where to go. Can anyone help? I emailed the Automatic Update helpers, ...
|
| isass.exe using 70 to 80% of cpu | 21 Apr 2007 01:04 GMT | 1 |
whenever i run wmplayer 11 isass.exe starts using 70 to 80 % of my cpu and all or most of the remaining processing ability is used up by wmplayer so the computer is either dead slow or even locks up sometimes. also i can close the wmplayer window and it keeps playing. how can i ...
|
| class instances in C++ | 21 Apr 2007 00:53 GMT | 10 |
I have an application form named Form1.h. The code for this form is a namespace (MyNamespace) with two classes in it (Form1 and MyClass). Form1 has windows designer code and some button event handlers. In those event handlers I want to reference methods in the MyClass class. I ...
|
| CLI ref structs. Is there any benefit to using it. | 20 Apr 2007 19:38 GMT | 6 |
I'm coding a layer into my application using CLI, between a unmanaged and a c# layer. So, I have to marshal some unmanaged c++ structures to structures usable in c#. My solution was to marshal the unmanaged C++ structures to CLI ref
|