| Thread | Last Post | Replies |
|
| Exceptions and disappearing controls (vc 2003) | 22 Apr 2008 20:56 GMT | - |
I'm writing custom controls in Visual C++ 2003 (managed C++). If there is any not handled exception in my control, all it's instances are removed from designer. Is there any way to prevent this ?
|
| can not get MEMORY_BASIC_INFORMATION | 22 Apr 2008 16:41 GMT | 1 |
I want to get some memory information. the following codes are in a win32 DLL. --------------------------------------------------------------------------------- MEMORY_BASIC_INFORMATION mbi;
|
| Form based MFC Ocx | 22 Apr 2008 15:50 GMT | 3 |
I can not create MFC OCX that has FormView as view class or dialog based. How I can add formview class to MFCOCX. Thank you in Advance for Help
|
| error C2061: syntax error : identifier 'ref' | 22 Apr 2008 14:33 GMT | 6 |
So I have this perfectly fine and running app, that uses managed C++ forms. Problem#1: [1] I pass a Bitmap reference to a class, hoping to modify it in one
|
| Vista / XP msvcrt.dll error | 22 Apr 2008 12:03 GMT | 16 |
I have a VC++ / .NET 2.0 solution built using VS 2005 SP1 under XP. Everything has been working well there over the past year. I have recently starting porting the app to Windows Vista (since it currently will not execute properly there).
|
| downloading emails | 22 Apr 2008 04:47 GMT | 1 |
the last day and a half, I have only been able to dowload a small percent of emails - mail always says that it is downloading 28 of 174 emails, and it never goes any further???? I am running the Mail program with Vista.
|
| Problem deploying binary | 21 Apr 2008 18:34 GMT | 3 |
I have MS Visual Studio 2005, on 32 bit WXP. I created a simple C++ application. It runs well and fast on my machine. However, when I copy the binary to another machine, I get the following error:
|
| Calling a managed method with an out parameter from C++ | 21 Apr 2008 15:17 GMT | 1 |
This is probably a really dump question but I'm stuck and need a leg- up with this. I'm writing a C++ interop layer that couples a managed plugin to an unmanaged host (specifically its a managed implementation for a
|
| ToUpper not working | 21 Apr 2008 14:38 GMT | 2 |
I have the following managed code: String* ts; ts = S" test "; ts = ts->Trim();
|
| Using an icon resource as a button image | 21 Apr 2008 10:07 GMT | 1 |
I am using VS2005 in a cli managed application. I have buttons which load icon files to use as button images. I use icons so that the images are already transparent when placed. The IDE converts these to images and stores them in the form resx file, and I change
|
| problem using delphi dll in vc++ | 21 Apr 2008 09:54 GMT | 7 |
I am using a delphi DLL in vc++,static linked with ".h"and "lib". the export functions in DLL are "__stdcall",but the function doesn't work well,it often returns some weird values. when I add codes as follows,it suddenly works well. why??
|
| Sync file version with assembly version | 21 Apr 2008 07:49 GMT | 5 |
I have a C++/CLI project (VS 2005) that produces a DLL that exports C bindings. Internally, this DLL contains routines compiled with /clr. I notice that my DLL doesn't have a version resource. I assume that, unlike C# and VB, C++ doesn't automatically generate a version resource. ...
|
| version info in VS2005 | 20 Apr 2008 14:07 GMT | 2 |
I can't for the life of me figure out where the version info properties are in a Visual Studio 2005 C++ DLL project. In VC6.0 it was a page in the resources. In VB 2005 it's in the AssemblyInfo. Where is it in a C++ DLL project?
|
| Immediate openings with Product development company | 19 Apr 2008 07:52 GMT | - |
Hi Friends, We are having an immediate openings with one of topmost product development company for position of "User experience designer".The experience is 4 to 7 years and should be strong at photoshop and has
|
| array variable subscript generate wrong code (2008) ? | 18 Apr 2008 16:29 GMT | 3 |
here is the code: DWORD SomeFunction(DWORD Dw_0, DWORD Dw_1, DWORD Dw_2) { return Dw_0 + Dw_1 + Dw_2;
|