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

Software Development Network >> Visual C++

Visual C++

New Question

a reference failure
Printed text is overlapping!
unresolved external symbol YGXXZ vs YAXXZ
Differences between operator overload in C++/CLI and in native C++
Intellisense don't show the list of functions...
confused
MFC - exchange data between two CFormView form
difference between vs6.0 and vs2005
Application closes really fast.
Environment Setup Help please....Urgent....

Top Answerers

srgibson
Dhaval Heruwala
gerich
chanmm
David Veeneman
Marcelo del Pozo
Nadeem_IQBAL_NL
TBombadil
Nadeem Hashmi
Jirka1
Ingeniux Corporation
Only Title

Answer Questions

  • xFors Reading a value in two different headers...

    Okay, new problem... I'm assuming I'd need the heap for this, but I can't figure out how to return the values or memory space I need... I've got two headers, gotoform.h and ScriptEdit.h... (both are forms of course).. gotoform asks for a linenumber to goto, it stores this (masked text box entry) as a System::String... i need to somehow return this to ScriptEdit and store it in a variable there... so in gotoform.h we have: private : S ...Show All

  • ErsinINAN problem while upgrading existing vc6 code !

    Hallo All, I am new to this forum. I have an ageold application written in vc6, whcih I am trying to upgrade to the latest MS VS .Net 2005 (vc8). I have corrected many of the errors but still I have to go a long way. I have following declaration .... template <class T, class Q> class VecContainer { typedef std::vector<T>::iterator iterator; .... ... .. }; this compiles with vc6 without problems but gives me compile ...Show All

  • RWH_1 Learning Visual C++

    Hello, I am interested in learning Visual C++ .Net 2 right from the beginning. I have investigated a bit and found out about a this book which looks promising (http://www.amazon.com/gp/product/1590596404/sr=1-6/qid=1139145974/ref=pd_bbs_6/104-9546331-8266323 %5Fencoding=UTF8), however, I don't know if this book suits a near total beginner. Could someone please have a look and tell me if this suits P.S- Does the book come with the "Visu ...Show All

  • Sajitha Jose Is partial redistribution of VS 2005 DLLs allowed?

    We're looking at migrating our applications from Visual C++ 6 to Visual Studio 2005.  We link in the MFC and the C-runtime DLLs.  Since users download our application over the Internet, we need to minimize the download size as much as possible.  We would need to redistribute the VS 2005 DLLs as applocal. Does the license agreement for redistribution require that the entire contents of the Microsoft.VC80.CRT and Microsoft.VC80.MFC ...Show All

  • Janice_777 Backgroundworker Component

    I am using VC++ Beta 2, with Windows Forms. I want to run a process in the background, leaving the UI responsive, and also to update a text box on the UI with interim progress data from my process. I have found a way to initiate a worker thread on the NET - as below. using namespace System; using namespace System::Threading; public ref class ThreadExample { public : static void ThreadProc() { //Do stuf ...Show All

  • Rob Loach Moving child windows completely outside an MDI

    Does anyone know how to move a child window outside the bounds of the main MDI client window. Currently the default behaviour for an app wizard generated MDI application stops the cursor from moving past the edge of the MDI client window when dragging a child window. I would like the cursor to be able to continue to move past the edge of the MDI when a child is being dragged. Thanks for any help, Cheers Ro ...Show All

  • chuck620 Registry editing

    I'm having trouble creating the code for a button to change a couple of registry keys. I've searched google for hours and hours now, but all the code I can find about registry editing doesn't work in my version (2005 beta 1). I can't even get the code from MSDN to work So my question is simple (I hope): Let's say I want that button to change the value from Username in the map HKEY_CURRENT_USER\Software\Blasoft\3dgame\ to Savarage, how woul ...Show All

  • Amit Kejriwal error LNK2019: unresolved external symbol

    Hello, I am very new to Visual Studio, so I apologize if the answer to this question is obvious. I am using Visual C++ 2005 Express Edition and have downloaded Platform SDK. When I compile, I get the errors given at the end. I don't have any external .lib files that need to be included (at least I don't think so) In my linker settings I have Console (/SUBSYSTEM:CONSOLE). Thank you. 1>------ Build started: Project: CImg_demo, ...Show All

  • Ludo from Belgacom stringstream loses memory

    Hello, I believe the code below shall run forever but it shall not consume more and more memory as Windows task manager shows. This problem occures for your standard library that is shipped with Microsoft Developer Studio 2005. The earlier versions seem to be unaffected. #include <sstream> int main() { for(;;) { std::stringstream ss; ss << "asdf"; } } -- Michael Kochetkov P.S. I have reported it to Dinkumware ...Show All

  • JLO19 Help needed with "error C2784"

    . . . . I am not sure if that is a bug. I just took a brief look at the standard (section 21) and it mentiones that string is the one containning the operators. I am not sure where in the standard does it say that iostream should import all string operators. I might be missing something so it would be grea ...Show All

  • CoderX Marshall::ReadByte issue

    This is how i am using this function.  the way that i understand it is that the next 2 bytes make up an integer, how do i put that together to make the integer   the memory dump location for pIn looks like this in hex 0x01451f44 Byte by = Marshal::ReadByte(pIn); Convert::ToString(Int32(( int )by)); Would it be easier to read integer with ReadInt32() http://msdn2.microsoft.com/en-us/libra ...Show All

  • Adrian C Embedding Icons into Assemblies

    Hello - I am needing to add icons to my application and I would like to do it by embedding the icons into the assembly itself. I have searched the internet and found articles describing how to do this. They say to add the .ico file into my project and then set the BuildAction property to "Embedded Resource". I am using Visuall C++ .NET 2003 and do not find this BuildAction property in the Properties Window or Property Pages ...Show All

  • Koji Kato MSFT Open File Dialog

    I need to know how to make an OpenFileDialog work correctly. Can someone tell me exactly how to do it That's too advanced I just tried that and had 54 errors. I just want to click the select button and then select a file and then I want it to appear inside the OpenFileDialog box, and then I want to click the file name and then click the open button, If you can understand what I mean by this. I know that this is f ...Show All

  • Joffies First painful steps with VC++ Express 2005 Beta 2 and DirectX9

    Hi! I am currently making my first experiences with .NET programming and the Beta 2. My first questsion is simple: Is there any way to rename the default "Form1" class/files (which are created when generating a new Forms project) in an easy way I solved the problem by searching for all occurences of "Form1" through the whole solution and replacing them by e.g. "MainWindow". This seems very complicated. My second question is more complex. I tr ...Show All

  • Stefan Popov Suggestion/Functionality - Office Workbook/Worksheet to have similar operations as other components.

    Geoff Darst of the VSTO team suggested that I post this suggestion here: When clearing is required on other controls such as textboxes, one can simply call clear to clear the whole box. There is a similiarity found on other controls or even class components where the ability to clear the whole item is acheivable without defining specifics of what to clear . That similiarity ends with the classes that handle the operations found with dealing with ...Show All

01234567891011121314151617

©2008 Software Development Network

powered by phorum