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

Software Development Network >> Visual C++

Visual C++

New Question

Moving GraphicsPath objects with mouse
Unresolved External for FTP code
_CRT_SECURE_COPP_OVERLOAD_STANDARD_NAMES not working
What will cause AfxGetModuleState() return different values during DLL initialization?
ActiveX and MFC 8
Modifying images in C pixel by pixel
Weird build output
/clr Static Libs Possible / linking between mananged and unmanaged
Visual C++ 2005 compliance with The C++ Standard
C2275 with CTypedPtrArray

Top Answerers

aruno
hahahaha
djellison
Mike Gold
RatOmeter
Derek Lan
AJerman
DBurns
Shoaib Aleem
Srinivas Gudimella
Volto.com
Only Title

Answer Questions

  • SlideGuitarist private assemblies

    My question is : why would I want to use private assemblies for system libraries The scenario is this: all target servers are win2000 (but one, and that is one of ours) the dlls are a mixture of com objects and vanilla dlls and these reside in wwwroot\dlls. The .exe's reside in another directory. The dll's run only from ASP  or scheduled task exe's. There is no "managed" code or .NET stuff yet. There is no MFC, except some report exe' ...Show All

  • MJian Problem overloading and using ostream operator << for my own classes

    I have several problems to declare, define, and use the following operator in many .cpp files : std::ostream & operator << (std::ostream &, const MyClassA &); I succeed to declare and define this operator for my class MyClassA, defined in MyClassA.cpp. I declared my class as following :    // MyClassA.h    class MyClassA;    std::ostream & operator << (std::ostream &, c ...Show All

  • Muhammad Imran afzal DLL missing

    I wrote a simple hello world program and gives me error when i try to run the application.. "the procedure entry point _invoke_watson cound not be located in the dynamic link library MSVCR80D.dll" -mic I just created a new project under VS 2005 Beta 2 and hit the same error that started this thread, but other projects that I've done work.   I verified that the copy under the correct manifest directory for VS Beta 2 i ...Show All

  • Dale_Burrell user defined types

    I was wondering if someone could break down the the pharse "user defined types"...i am kind of leary on exactly what that is..... In addition to the above analogy, I would recommend looking into using typedef at http://msdn2.microsoft.com/en-us/library/05w82thz.aspx Thanks,   Ayman Shoukry   VC++ Team Normally the basic datatypes that come with the language can store numbers (short,int,float,double) and literals (chars) ...Show All

  • DMX System::NotImplementedException in my functions

    I am using Visual C++ 2005 and was using the function "Add-> Add Function..." in the "Class View"-panel. I tested both inline function in class definition "Form1.h" and functions in a separate file "Form1.cpp" but the program adds this kode inside the function body: throw ( gcnew System::NotImplementedException); I have novice knowledge att C++ and I know what an exeption is, but I don't kno ...Show All

  • Gary Cabana Pass value through VB Scripting in VC++

    Hi , How to get the pass the value from VB scripting to VC++ i got my scripting  done completely in VC++.. it works cool.. now i need to pass a value to VC++ through scripting. how to do it Well thats cool Martin Richter , will try it out .. by the by do u have any samples   regarding this then i come across this [url] http://www.codeguru.com/Cpp/COM-Tech/activex/scripting/article.php/c2613/[/url ] , that a ...Show All

  • Pantheman42 Very simple webserver code

    I am making a very simple webserver -it does not need to have any sort of cross-platform compliance, it simply needs to work with IE6.  I have the following code which is simply supposed to read in a web page stored on the disk and serve it to the client.  Code follows (I cannot figure out how to format the text.. it's ugly): void SendLogin ( int clientNum ){ ifstream file ( ".\\HTM\\login.htm" ); if ( file == NULL ) re ...Show All

  • Chris_Kavanagh Visual C++ Materials

    Hi, I am basically a mechanical Engineering working in a software concern. I want some materials for VC++. I have surfed the web. i have got many tutorials but they all very advanced. i want some basic materials. thanks sivakumar.K There is a sticky posts about books: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=107484&SiteID=1 thanks for your reply the material ...Show All

  • D13G0 c1083 fatal error cannot find include file

    Hi all; i am using VC++ .NET 2003, can any body help me why i am getting such type of error when i am including header file through relative path. i don't have fair knowledge of VC++ .NET, i am sure i am missing something in project setting. actually i included each path in 'aditional include path' option in project setting but still getting error. it will better i will explain my problem with example: Following error i am getting ...Show All

  • jtf01 Problem in setting PATH,LIB and INCLUDE environment variables through script for 32 and 64 bit plateforms.

    Hi, I'm using Visual Studio 2005 Professional Edition. I have a script file (batch file) to launch the devenv by using /useenv. Through this script some environment variable are being set for both 32 and 64 bit plateforms. if, I need different values for both 32 and 64 plateforms,I use two variables in the script e.g. A32 and A64 otherwise only one environment variable. This is required,  So, that I can c ...Show All

  • Hansipet 3DNOW/ FPU Register Window on a x64 Build? Where are they?

    What can I do see the FPU-Window/Registers in Debug Mode in a x64 build with Remote Debugger running I can see all XMM-Registers but not FPU and 3DNOW FPU and 3DNOW Register switches are greyed in the popup menu. Thanks in advance Martin The Visual Studio debugger does not show FPU and 3DNOW registers. The reason we did not invest resources in showing them is that the VC++ compiler does not generate code th ...Show All

  • coachdunlop Bug?

    class CSimpleStatus { public : CSimpleStatus(){} CSimpleStatus(string szName, int HPmod, DamageModifiers *DmgMods, AttribModifiers *AttribMods); }; That one is interesting.. I got lots of errors of missing ')' before szName here.. So first I added std:: before string.. Didn't help.. So I made sure I included string and all.. I had.. So I tried to remove 'string szName' from the constructor.. Then it complained about ...Show All

  • Tukkkko msvcr80.dll not found

    I've created a simple Win32 console application. When I try to debug it, I get the message:  "This application has failed to start because MSVCR80D.dll was not found. Re-installing the application may fix the problem." The Release version runs fine. Any idea as to what the problem could be Thanks, Jonny feuerste that's an excellent point (I'm "bottom posting" this reply so it will appear at th ...Show All

  • Jerry Xin Can't seem to compile even simple practice coding, maybe because i turned off XP services

    I'm new student learning C++, and with this express Beta2 version I can't even seem to compile the simplist of coding; and it claims that there is no executable batch to debug. I'm think it is because I turned off alot of Windows XP services for security reasons, and some of it is needed to run Visual C++ correctly. Could some one please point out what services are needed for Visual C++ Beta2 Visual C++ Bet ...Show All

  • KillerPR templates with VC++ event handling

    Hi,       I'd like to use templates with event handlers. Appreciate any help. Here is the code. The problem is with the hook and unhook methods. #include <stdafx.h> template < class T> class PropertyChangeListener { public : void propertyChange( std::string oldValue, std::string newValue ) { printf("Changed from " + oldValue + " to " + newValue ); } void hookEvent(T* bean) { __hook (& ...Show All

666768697071727374757677787980818283

©2008 Software Development Network

powered by phorum