Software Development Network Logo
  • Windows Live
  • Game Technologies
  • Visual J#
  • Visual C#
  • SQL Server
  • Windows Forms
  • Smart Device
  • VS Express Editions
  • Microsoft ISV
  • .NET Development
  • Visual Basic
  • Architecture
  • Visual FoxPro
  • Visual C++
  • Windows Vista

Software Development Network >> Visual C++

Visual C++

New Question

dialogs appearing behind the main window
RC2147 : SUBLANGUAGE ID not a number error in VS 2005 Pro
How to interrupt a continuous plot?
please help me to convert a C++ code into .dll
"Preprocessor Definitions" for "All Configurations" wipes out Release and Debug settings
How do I distribute Visual Studio 2005 apps?
Take a look at the GDI+ help?
Help with visual beta 2
Linking Problems - newbie
stdcli

Top Answerers

Satheesh Kumar
GarryB
Hinemac
Gamal El Gezery
David McGraw
ManoranjanPatel
Jigang
lfeng
Bob Brown
devender 1623
Viral marketing goes one step too far
Only Title

Answer Questions

  • Zack22 Enabling themes in Vc6 app converted to Vc8

    Hi there, I used to use a manifest file in the resources. But now with vc8, for the same app, I want it to get autogenerated (just like when you create a new project). Where's the setting that enables themes in the app and gets the right manifest to get generated Please help... I checked all the project settings between a new project and my vc6 converted one, and have also pasted in the special #pragma's at the bottom of StdAfx.h. Anything ...Show All

  • booga_boy Why aren't property sheets solution level items?

    It seems that a typical use of property sheets would be to collect settings shared among projects in a solution, but to create a property sheet I must add it to a project. Wouldn't it make a lot more sense if it were associated with the solution rather than some (arbitrarily chosen or dummy) project Please log your suggestion at http://lab.msdn.microsoft.com/productfeedback/default.aspx where the owners could ...Show All

  • jhered memory leak with static attached dlls

    Hello, I am using Visual C++ 2005 with Visual Studio 2005 Professional Edition. I made an mfc application, that uses a dll, which is attached statically in the project propertys with the dlls lib. I noticed now, when i close my application, i get a memory leak for that dll. It seems like its memory is not been freed. In the dll, there is a class definition with some static member methods and a global static std::vector variable, which ...Show All

  • Manni C++/ATL problem

    I am trying to learn to create Browser Helper Objects using ATL. I am beginner and that's the reason I've chosen to post in General Forum. As a start point I decided to download few samples from internet and start learning from there. I have solid understanding of C++ programing techinques, classess, objects, etc... but I never have messed with something like this. Here is my problem: I couldn't sucessfully compile any of source files I found on ...Show All

  • KeBugCheck UB in macros? (MS VC compiler does unbelievable tricks)

    Sure it does. Here we go: #define Yad(x) Y ## x Yad(() Result - error. Here we go again: #define Yad(x) ( #define REDO(x) x #define AREDO(x) #x A ## x #define A(x) A ## REDO(x) A(Yad(x)) Result - "(" A( Is it conformable with C++ Standart (This trick doesnt work in gcc) Why it works so <noobOOP@discussions.microsoft.com> wrote in message news:d69843ac-76b7-4797-82c1-2c0fd203c173@discussions.micros ...Show All

  • medicineworker '/MT' and '/clr' command-line options are incompatible

    I've just started using VC++ 2005 Express. I was watching live meeting demo and writing the code example with Bray. This was a very simple hello world app. I set the project options per his directions but I get this error: '/MT' and '/clr' command-line options are incompatible Any ideas The only supported CRT model with /CLR is /MD[ d ]. If you need to write managed code (/CLR), you need to change to use /M ...Show All

  • Rochee Pass 2D String Array By Reference

    Attn C++ Jedi Masters, I've done lots of web searching on this topic, so it's time to plea for help.  :) I'll use pseudo-code and fictitious examples herein for brevity and clarity. In function f1, I build a 2 dimensional (2D) array of strings, called array1 (not const char* elements, but rather elements of the string class).  The size of each dimension is not known at compile time.  At the end of f1, I assign array1's f ...Show All

  • Vlek Norris Static link of Microsoft Samples - need hotfix download dir *.lib

    When I linking Scribble, IDE regular post me kind of 'Could not find user32.lib - failure' & so on. I solved the problem by importing \LIB from Visual C++'98(6.0). Why on the earth Visual C++'2005 Express have no MFC and even WOW32 LIB   >You can download the Platform SDK and an the VS Express homepage there are instructions to include the PSDK into Express. Sorry one more time! Platform SDK already downloaded. FA ...Show All

  • CDR-Maverick-TG Question regarding removal of Windows driver service

    Hi All, I'm not sure this is the place for my question, but I'll give it at try, I'm brand new at this forum. I'm a Delphi programmer, and I'm developing a program that installs and removes the driver "giveio.sys". I'm familiar with the API functions OpenSCManager, CreateService, StartService, OpenService, ControlService, DeleteService, CloseServiceHandle ect. I'm aware that when I install a service, it will be stored in the registry at HKEY_LOC ...Show All

  • God_Mark Modifying intrinsic property sheet inclusion

    Intrinsic property sheets like "Optimize for speed" seem to be added to all projects. It's strange seeing that under a debug configuration. How do I remove sheets such as that one when they're not what I want Thanks, Gary The Optimize for speed sheet is also added to configurations of the Makefile type. It is definitely irrelevant there. Ok, will do. In the meantim ...Show All

  • Smallmaj How to deploy a project to standard gcc ?? <stdafx.h> not existing in gcc include files.

    Hello, I have developed a Win32 console applicaiton in Visual C++ Express. Now I need two things: 1) Create an executable from it. 2) If not too difficult, to be able to compile it with another compiler. I'm trying with simple command-line gcc, but it complains that stdafx.h is not found Do you know how to achieve (1) and/or (2) If so please drop me a line... Thanks, Ido to 1.) Than do it. Just start the Build and get an executable. ...Show All

  • Hong_Zhang75252 __onexitbegin invalid during static initialization

    I've got another tricky static initialization problem.  I'm porting a large MFC app from Visual Studio 2002 to VS 2005 RC1. The app is crashing at runtime when we attempt to statically construct an STL container object.  The crash happens when the runtime asserts on __CrtIsValidHeapPointer. Stepping through the assembly, I see that the object is constructed OK (constructor just sets an implementation pointer to NULL), and the runtime ...Show All

  • dblue Cannot change build configuration in 2005 release candidate

    I have recently downloaded and installed the VS 2005 release candidate, and am trying to build a multi-project solution upgraded (with no problems) from VS 2003. When I use Build/Batch Build I can get both release and debug builds. However, when I try to compile individual files or to build either the entire solution or individual projects, it always does a debug build, even though I have supposedly changed the configuration to "Release" and&nbs ...Show All

  • Paul Hales DialogResult compile error

    Hi, I am using VC++ 2005 beta 2 and I am creating a windows forms application. I am trying to use an OpenFileDialog, but on the following line of code: ofd->ShowDialog( this ) == DialogResult::OK I get the following compile error: error C2039: 'OK' : is not a member of 'System::Windows::Forms::Form::DialogResult' But OK is a member of DialogResult... thanks my problem has been solved [Weird: I didn't see Ronald's post init ...Show All

  • gisgeezer DLL Export

    I'm modifying an existing solution that has a DLL and an app. I added a new function in the DLL in the cpp file. I added the function prototype in the class definition section in the header file. The class has the AFX_EXT_CLASS modifier so the entire class should be exported. However, I get an error when linking the app, because it doesn't know about my new function in the DLL. unresolved external symbol "__declspec(dllimport)p ...Show All

111213141516171819202122232425262728

©2008 Software Development Network

powered by phorum