| Thread | Last Post | Replies |
|
| how convert CString to char *? | 08 Jun 2006 09:03 GMT | 5 |
how convert CString to char *? regards, Mohammad Omer Nasir
|
| why Microsoft Developers not like others developers (Java Dev, Linux Dev, etc)? | 08 Jun 2006 09:02 GMT | 2 |
why Microsoft Developers not like others developers (Java Dev, Linux Dev, etc)? the me without this reason of not same platform. Why they not like others?
|
| Multithreading | 07 Jun 2006 21:06 GMT | 1 |
I posted this last week and didnt get any reply from anyone. Out team is developing a GUI Application. This application will display multiple images at a time. These images must be rotated, zoomed and do various post processing tools. One of the requirement is to play back
|
| How do I get a changed value back from C# | 07 Jun 2006 12:08 GMT | 4 |
Assume I have an C++.net function called loadPostNames see below. loadPostNames( dialog->GetAllPostNames(index) ); This function loadPostNames have GetAllPostNames(index) as a parameter. Function GetAllPostNames is a method in C#.
|
| [VS2003] operator delete[] causes exception at runtime | 07 Jun 2006 03:01 GMT | 1 |
I have a problem with the delete[] operator to destroy a (char*). It used to work since today. I don't know what I may have changed in the project and/or the solution (probably in the properties or what) to cause this problem... I have an app written in cpp.NET. In one function, I ...
|
| IMAPI having issues with IDiscRecorder QueryMediaType | 06 Jun 2006 22:07 GMT | 6 |
I would like to do some error checking to see if the CD is write protected or not or whether there is even a CD media at all. From what I gather I should be calling the method QueryMediaType. However, on the call right before I set my DiscRecorder
|
| load bitmap from resource | 06 Jun 2006 00:12 GMT | 5 |
(Sorry about cross-post to MFC...got no reply so I'm reposting here) Porting my code over from VC++6 to MC++, loading bitmaps from resources broke. This code is in a lib file (previously, it was a dll)...don't know how that affects it. Here's what we had previously that worked:
|
| function?? | 05 Jun 2006 14:44 GMT | 1 |
Dear all who is nice, I'm the DUMBEST person on earth who just started to use VC++.... need some help on the below coding....please check the NOTE section.... thanks in advanced...
|
| Getting rid of 1> in MSVC 2005 Output Window | 05 Jun 2006 14:16 GMT | 2 |
When using an external tool to build (e.g NMAKE), the output window now prepends '1>' in each line. Also, the errors and warnings are not appearing on the task list anymore (as opposed to MSVC 2003). How do I get rid of this and get the errors back in the task list?
|
| how to use VB 6 dll in VC++ 6 | 05 Jun 2006 08:19 GMT | 2 |
I have a ActiveX DLL written in VB 6, the dll has two classes. I have to use these classes in a VC 6.0 or VC +.NET 2003 unmanaged project. In VC 6.0 I have no idea as how to use it.. In VC++ .NET 2003, I can add the reference to the VB dll, but i can't use
|
| Classes not added when adding components and controls | 05 Jun 2006 08:09 GMT | 1 |
In VC++ 6.0, when we add a Registered ActiveX Control to the project form Project menu\Add to Project\Components and Contorls, then all the classes required for that control is automatically added to the project. Even when we inset ActiveX componenet by right clicking a dialog ...
|
| So nobody knows how to make a custom mouse cursor, eh? | 04 Jun 2006 20:57 GMT | 6 |
I've now asked how three times in this forum with no answers. So I went to the 'windowsforms' newsgroup, and found this post, also unanswered, with the same problem: "Hello,
|
| Linker error | 04 Jun 2006 13:55 GMT | 1 |
I have made a .NET project. the files included are borland c++ files that i am migrate to VC++ .NET I am using Microsoft Visual C++ .NET 2003. the compilation goes through properly, but throws a load of linker
|
| Deleting a file | 03 Jun 2006 17:49 GMT | 2 |
I am trying to delete a file that I created with fopen(). There does not seem to be any fdelete? What call do you use to delete (also need rename) a file??? Thanks
|
| Why is Visual Studio 2005 debugging so slowly? How can I make it faster? | 03 Jun 2006 07:53 GMT | 4 |
I have imported a project from Visual Studio .Net 2003, consisting only of native (unmanaged) C++ code. Debugging was very fast in that IDE, and I didn't even notice a delay when stepping over lines. Now, in MSVC 2005, each 'stepping over' takes between 1 and 2 seconds :(
|