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

Software Development Network >> Visual C++

Visual C++

New Question

Can't override ToString().
VS 2005 B2 getting exe files to work on other computers
Fonts - Bold
R6034 from vanilla setup ?
msvcr80.dll not found
Maximum thread question
im a beginner/ need help
Winsock and that common external error
LNK2019 Error FLTK
Program runs slower when compiled with Visual Studio 2005 (in Release with optimization)

Top Answerers

Chris_1246
dgrp17us1
Micael Karlsson
vimaru_org
RockoRobotics
Tobi123
Vladimir Nikitin
Matthew Haigh
Healey6
sakotze
LHJ.com: The McCaughey Septuplets
Only Title

Answer Questions

  • JOJOthePYRO hi i cant debug my code ?

    hi im just startet at learing c++ i got my code working i dev-c++ but i Visual C++ 2005 Express Edition i cant run or debug my code why here is my code #include <iostream> int main() {     std::cout << "show!\n";     return 0; } Both header files (the old iostream.h and the new iostream) where part of Visual C++ 6.0. Since then, Visual C++ 6.0 came out in 1998, we ...Show All

  • Swapmil_P Tab is not working with my VC++ Dialog !

    Dear All, In my VC++ Dialog, Tab is not working when ever i call that dialog from the Menu. However Tab works absolutely fine whenever I call same Dialog from another Dialog. I have tested it, Tab on My Dialog (say Dialog-A) works fine when ever i called it from another Dialog (say Dialog-B). But when ever the Dialog is called directly from the Menu, Tab doesn't work. I am really struggling to get rid of the simplest thing (As I am ne ...Show All

  • Rick9004 How can I get more context tip?

    How can I get more context tip You know:when you define a instance of a class,and write the object.  ,and then automatically the screen give you the tip about the public member functions of this class.But Now it only give me the tip of member functions of that class in my project.Please tell me how to configure the my Visual C++ environment so I can get more context tip Thank you very much for your help! The feature is called Inte ...Show All

  • Sunderth_MS Mental Block - CString to Char

    I'm using MS VC++ 6.0 to create a data import tool to go from a text file into a specialised database. Anyway, I have a bunch of data records with their values stored in CString arrays, but I need to pass one of those fields as a char into a function. I'm just having one of those days where I know the answer is simple, and I will kick myself after (picture may be provided as evidence), but I just got a mental block right now. Any help would b ...Show All

  • DaveJW implementaion of unwinding

    I have troubles finding information on this subject, so I'll try to ask here: What kind of unwinding mechanism implementation is used by VC8.0 Is it the same old and slow 'update structure on the stack while we go' (like it was up to VC7.1) Or MS finally decides to go after GCC & others by separating successfull execution path on compile stage (which is significantly more efficient) Bye. Sincerely yours, Michael. ...Show All

  • Speedtriple LNK2028 when using /clr:oldSyntax in VS2005

    It appears that the error relates to using /clr:pure, but I am not.  The class it is complaining about is in the unmanaged library, and that library is specified in the link options.  It was migrated to and built by VC++ 2005 from the 2003 version. I don't understand the extern "C" part of the error msg because there is nothing in this class that references any C code - it is all C++.  There is a C code module in the library, but ...Show All

  • VisuallyBasic error LNK2028: unresolved token (0A000019) "int __stdcall LoadString

    Please help I try to acces the resurce file using LoadString. I recivede the error: Linking... ClaseImpl.obj : error LNK2028: unresolved token (0A000019) "int __stdcall LoadStringA(struct HINSTANCE__ *,unsigned int,char *,int)" ( LoadStringA@@$$J216YGHPAUHINSTANCE__@@IPADH@Z) referenced in function "public: void __clrcall AccesResurse::initResLabel(class System::Windows::Forms::Label ^,unsigned int)" ( initResLabel@ ...Show All

  • ChrisW-IDMI Print Preview Crashes

    When I click close button of CPrintPreview the application crashes. Before explaining what I have done, I find it noteworthy to mention that when application was launched from VC 6.0, no crash of application watsoever occured. But after migrating to VC.NET, I am encoutering this problem. and let me focus what I have done: I have derived a class from CPreviewPrint and call OnPreviewClose to close the print preview. Since the class is ...Show All

  • BasildonBond how to copy directory ?

    Hi People, i was going through the API regarding copying of a directory from one location to another, however, the MSDN always seems to point back to the "Directory" class to do the copying. However i could not find any examples which could help me or show me what needs to be called and passed in when using the Direcory class to copy whole directories. The easiest way is to use the SHFileOperation API function.  This way you get the ...Show All

  • Adam Goossens Error : msvcr80d.dll not found on your system please reinstall for fix application

    I'm use Visual studio 2005 Pro can't debug please help me It was put in at the last minute (late in the Whidbey cycle), that's why there's no documentation for it. See: http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx feedbackid=d145b147-b184-4b1b-9a2d-0de034aed6fe I guess they didn't make it the default behaviour because they didn't want to risk screwing it up for non-FAT32 users. ...Show All

  • Andre Guergolet Question about functions

    Alright, i thought i knew the function concept by now... but.... there is this constructor, in a class, class CMyLogicalEntity : public CLogicalEntity { public : CMyLogicalEntity ( void ) : m_nCounter( 0 ) {} now my question, what is that function doing, normally i make a function ( or in this case constructor ) like: CMyLogicalEnity( void) { codehere }; so what does the : mean, and where is the code.... thanks already! ...Show All

  • ZombieDeath VC++ Express 2005 Intellisense and preprocessor Issue

    I have converted a VC++ 6.0 workspace with 3 projects to Express 2005.  In general, it is working well.  All three projects share some code files and use preprocessor macros to enable/disable some code sections.  It all compiles and works fine in both versions of VC++.  What I noticed is that that intellisense seems to be confused (or I just don't know how to set it up) as to which macro definitions are active ...Show All

  • Kenneth Harris 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

  • evali Can Visual Studio 2003 and 2005 co-exist?

    Can Visual Studio 2003 and Visual Studio 2005 co-exist on the same machine (for one project we are depended on libs from Oracle, and they are not compatilble with 2005). Yes, VS2003 and VS2005 can co-exist. The .NET Framework supports running multiple versions of the framework side-by-side. Regards, Vikram Is there a way to interrupt the VS2005 from automatically popping up on the " Double click of a C++ file" ...Show All

  • Omego2K 2005 Resource Editor trashes non-English languages when you edit any dialog

    I have an application that has resources in 11 languages, including Chinese (CHS), Hungarian and Polish. These three are especially challenging because they use a non-English code page - Chinese uses 936 and Hungarian and Polish use 1250 (English and western-European languages use 1252). I am not using Unicode but rather just single byte characters sets for all languages except Chinese which requires MBCS (two byte characters). MFC an ...Show All

282930313233343536373839404142434445

©2008 Software Development Network

powered by phorum