| Thread | Last Post | Replies |
|
| LastIndexOf similar C++ code? | 14 May 2005 10:49 GMT | 1 |
I'm 'improving' CComBSTR (yes, I do still program unmanaged code in addition to C# ) to contain features, not found in it. Does anybody have good code which maches LastIndexOf()? If this is ready, I will publish the full CComBSTR class on my weblog.
|
| Operator + compiles on Unix, but not Vis C++ | 14 May 2005 10:42 GMT | 3 |
I've got some source code that includes vector and matrix classes (or structures) that have addition and subtraction operators. This source code compiles on five different Unix platforms, but I'm getting a compiler error on Vis C++. The error is:
|
| why is TCHAR defined as wchar_t | 14 May 2005 08:21 GMT | 2 |
I cannot for the life of me figure out how to TCHAR to be defined as an unsigned char as it is in out 6.0 project. I created a fresh VS 2003 project and played around with the settings and still cannot get TCHAR to be defined as anything other than wchar_t
|
| alignment is lost with openmp | 14 May 2005 06:57 GMT | 8 |
I really like the new openmp implementation of vc, but I ran into a something which may be a bug. Please see the following little example: void funct() {
|
| Translucent Painting Issues | 14 May 2005 02:32 GMT | 2 |
Well, its advanced to me anyway. Included is the link to download the sample project and exe (Translucent_Test.exe) (too large to upload here - ~ 700k) Run the exe to see the flickering problems.
|
| Multi dimensional arrays in C# and in C++ | 13 May 2005 23:30 GMT | 7 |
I have encapsultated old C/C++ code in a mixed mode C++ module (Project 2). In my C# app (project 3) I instanciate a managed C++ class. The behaviour of the C/C++ class is defined by an interface (Project 1). I wanted to add a getter property to a multi dimension array, but the ...
|
| Code cannot debug. | 13 May 2005 21:58 GMT | 1 |
Loaded 'ntdll.dll', no matching symbolic information found. I'm writing a small program. It compiled and run. But when trying to debug by select, I got the following error messages:
|
| migrating unmanaged C++ classes to provide VB interface | 13 May 2005 19:28 GMT | 3 |
We have an application completely written in C++ under visual studio v6. One of our customers wants to use some of our existing components in his project but doesn't know C++ and isn't interested in learning it. He does know C# and VB though.
|
| COM Client / .NET Server with private constructor | 13 May 2005 16:08 GMT | 1 |
Hope someone here can help. I am performing something almost identical to the sample shown here, except my .NET server class has a private constructor and a shared factory method to create an instance of itself. http://msdn.microsoft.com/library/default ...
|
| Execution tracer | 13 May 2005 16:06 GMT | 4 |
Does anyone know of any tools that trace app execution (sort of like a black box recorder for your app, I guess) ? I'm not after a profiler - I don't need to find out how long our code was in any given routine, just where it was at any given point.
|
| Detecting NetBeui | 13 May 2005 11:54 GMT | 1 |
All, I am currently working on a project in which I need to detect whether or not NetBEUI is installed on a particular machine. From what I have seen I can find NETBUEI under "HKEY_LOCAL_MACHINE\System\Enum." For XP machines I
|
| graphic requirements for an animated tray icon | 13 May 2005 09:46 GMT | 2 |
I would like to make a program that puts an icon into the desk tray and when relevant changes it to an animated icon (much like the internet connection icon). Before I start playing around with code I wanted to know what I need in way
|
| icons in menubars, next to menu items | 13 May 2005 08:46 GMT | 1 |
I'm writing an application with Visual Studio 2003.NET using C++, I'm hoping someone could tell me how to make icons appear in menubars next menu items. Windows apps like Office Word 2003, Excel 2003 and VS2003.NET have these icons. I've looked in the properties with the menubars ...
|
| Using UpdateResource() to add a resource | 13 May 2005 08:35 GMT | 6 |
I've seen plenty of examples of updating a resource using UpdateResource(). Has anyone actually used it to add a new resource? For example, a menu resource. If so, how is it done? I'm not quit sure how to present the raw data.
|
| IR | 13 May 2005 02:12 GMT | 1 |
I need to do some programming on Infrared, any tutorial or lesson that I can get from the internet or you may suggest which classs should I look for in msdn? TQ
|