| Thread | Last Post | Replies |
|
| Unicode/non-unicode compilation in an international dll | 09 Mar 2005 15:08 GMT | 1 |
I have a vc++ dll that needs to run on english, german, and japanese machines (those are my testing machines but it needs to run globally). I couldn't get the dll to load in all environments so I made a test MFC app. If I compile the app with UNICODE, it will run on english and ...
|
| Internal visibility | 09 Mar 2005 14:17 GMT | 8 |
How do I set the visibility of a member in managed c++ to internal (I'm used to using it in C#, but can't find in C++.NET) Thanks,
|
| Catching floating point errors | 09 Mar 2005 08:10 GMT | 13 |
I have a very large Visual c++ .net 2003 7.1 native c application (approximately 500,000 lines of code). This application is a simulation that frequently works with floating point numbers. From time to time I do something bad -- for example divide by zero or try
|
| Multicore systems and XP 32/Longhorn - XP x64 | 09 Mar 2005 02:55 GMT | 16 |
Since multicore processors are about to become mainstream soon, multithreading will become a main concern too. However I am thinking that perhaps for small/medium-sized applications multithreading optimisation should not be a major concern apart from the
|
| Linker error under VC++ .NET between an .exe and a .lib | 08 Mar 2005 22:24 GMT | 6 |
I'm having a pretty idiot problem under VC++ .NET but cannot solve it. I have an .exe A and a dll B. A uses some methods of B (so A depends of B). B exports its methods using __declspec(dllexport) and A imports them using
|
| Why is there no foreach extension for managed C++? | 08 Mar 2005 16:17 GMT | 2 |
Hey everyone, Why is there no foreach extension in managad C++? Will it be in a future release of managed C++? For instance, the keyword __foreach could be reserved to do that.
|
| Warning LNK4099: PDB 'libc.pdb' was not found with ... | 08 Mar 2005 16:17 GMT | 2 |
Hey everyone, When I compile my managed C++ project I get the following linker error: nochkclr.obj : warning LNK4099: PDB 'libc.pdb' was not found with 'C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\lib\nochkclr.obj' or
|
| Are there any RPC developement example available? | 08 Mar 2005 16:13 GMT | 1 |
Hi, all: Are there any RPC developement example available? Thanks CYShao :-)
|
| How to load icon in clipboard! | 08 Mar 2005 15:50 GMT | 3 |
i want to load an icon into the clipboard using win32 api. i have loaded the BMP image using following function.
::SetClipboardData(CF_BITMAP, (HANDLE)hBmp); but dont know how to load the icon.
|
| generate native 64 bit Itanium code | 08 Mar 2005 14:24 GMT | 1 |
who knows that software serves in order to compile a projetcs c++ (VC7) for ITANIUM with Windows Serveur 2003.
|
| To The Microsoft VS2005 Development Team : And Microsoft in General | 08 Mar 2005 14:23 GMT | 2 |
Thanks for making such an awesome programming environment, it's truly amazing. I really like C#, but C++ .net is so powerful, (The Interop capabilities are mind boggling.)
|
| Why Out of memory error when trying to create a thread? | 08 Mar 2005 12:07 GMT | 3 |
I'm using MS Visual C++ .NET, Windows XP, and 1GB RAM. Why could be the reason why I get an error message saying Out of memory when running the following code
|
| C# with C++ | 08 Mar 2005 08:30 GMT | 8 |
I have a win32 mfc c++ non managed app ( created with vs6) which is too critical to transform into managed c++. I need to create a c# application which can run this application, and communicate with, like send string (for ex, received from msn), etc ...
|
| array of characters | 08 Mar 2005 02:01 GMT | 1 |
(Type your message here) Hi, I need to make an array of alphapetic in C#,like ch[1]=a,ch[2]=b; and so on,i need it to make some encryption algorithms.
|
| Intellisense in Immediate/Command window?? | 07 Mar 2005 18:57 GMT | 1 |
Why doesn't the Intellisense feature work in the Immediate/Command window in VC++ .NET 2003? In VB.NET 2003, it works fine. For example, typing: ?this.
|