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

Software Development Network >> Visual C++

Visual C++

New Question

msvcprtd.lib(MSVCP80D.dll) error LNK2005: "class std:: etc
Visual Studio 2003 EM_GETLINE fails to retrieve strings less than 2 chars long
Native Code and Relocatable Memory Blocks
2 dimentional arrays...
DLL in mfc
Compile time error for size parameter in templates
Side-by-side DLLs: a must read for any unmanaged Visual C++ 2005 user
Image generated from scanner/fingerprint device
Help with adding Keyboard shortcuts
debugging: where are the variables?

Top Answerers

Marcell
Neha Roy
Subhashini A.
capere
joshep
wujek_bak
BikerRon
Eric Springer
frank.f
Loise
Bipolar News From Medical News Today
Only Title

Answer Questions

  • SirN Where's my VC++ 6.0 keyboard layout (Beta 2) ?

    Maybe I'm just not looking at the right place, but I can't find a way to go back to my old VC++ user shortcuts. Old habits die hard ;-) The only options I have are: - Brief - Emacs - VC++ 2 - VS 6 (not VC++ 6) Is the support for VC++ 6.0 shortcuts gone in Beta 2 If you are using the "C++ Developer" profile, you can select "Default" and this essentially is the same as selecting "VC6" since VC6 is now our default. If you are not ...Show All

  • Roger_Wolter_MS Floating Point Supoport

    <itsmike@discussions.microsoft.com> wrote in message news:9639e8e2-d13a-4dfc-9058-e52e72f1e069@discussions.microsoft.com > The floating point control methods (_controlfp,...) are listed as > deprecated during > compile under vs/8/express (beta). Are they truly deprecated   They are deprecated in favor of _controlfp_s. The only difference is that _controlfp_s returns an error code, so it c ...Show All

  • Sunil.Waghmare Frame Grabbing Mpeg-2 Frames in VC++ to BMP

    Hi Everyone, Does anyone know of an aproach to capturing Mpeg2 frames to BMP in Windows Apparently I can't find any descent way to do this. It can be done with AVI's, but what about Mpeg's I need to find a way to capture the frames. Thanks, Jason :) Hello Jason, I know this isn't the best place to post this, but can you mention the way you said you could rip AVIs to BMPs please With Thanks,           ...Show All

  • Shuang Ma - ?爽 Adding tooltip controls in unicode fails

    Hi guys! I'm having problems making tooltips work with unicode. At first, I used them in infotip feature of the listview controls in WTL. What happens is, it works when I set the project to use Multi-byte libraries and fails when I set it to unicode(no infotip appears). In both cases, LVN_GETINFOTIP is called. Assuming that it's probably a bug in WTL or in the listview infotip implementation, I tried manually using tooltips in WinAPI.... Here's ...Show All

  • Gangadhar_MSFT yet another c2248 error

    I'm another user (paid ) getting this compile error message now that the project was converted from .net 2003 to .net 2005 this is a show stopper and I need a resolution of some kind so any ideas /help would be appreciated . C:\Program Files (x86)\Microsoft Visual Studio 8\VC\atlmfc\include\afx.h(879) : error C2248: 'CObject::CObject' : cannot access private member declared in class 'CObject'         C:\Progra ...Show All

  • Cush Microsoft Visual C++ Runtime Library error question

    I recieve this error when I launch Internet Explorer - version 6.0 OS Windows XP Home edition 2002 Service Pack 2.  Error is as follows: Microsoft Visual C++ Runtime Library Runtime Error! Program C:\Program Files\Internet explorer\iexplore.exe This application has requested the Runtime to terminate it in an unusual way.  Please contact the application's support team for more information. I am not certain where to post this questi ...Show All

  • m.schlestein 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

  • Colt Kwong msvcr80.dll Problem

    Hi there, can someone possibly tell me why Noton WinDoctor is telling me that 10 executables in the .NET Framework 2.0 cannot access the necessary dll file msvcr80.dll I see that the dll exists in the WinSxS directory and I'm running XP pro. I didn't have this problem until I downloaded the 2.0 framework at windows update. Any advice appreciated. Thanks. Naolin Maybe WinDoctor simply has no clue about SxS assem ...Show All

  • R. D. Brown Progress Bar Control

    Hi, I have a dialog in my resources, which has on it a progress bar control. This dialog has attached cpp and header files, so that i have a PROGRESS_BAR_DLG class now. All I do is, PROGRESS_BAR_DLG dlg; dlg.DoModal(); This displays the dialog fine but obviously nothing happens I tried in the InitDialog method putting a CProgressCtrl and then this line of code progress.Create(PBS_SMOOTH,rect, this ,IDC_PROGRESS_BAR ...Show All

  • BallardGuy Embed UserControl in MFC

    Hello Sir, My question is- Can we embed a usercontrol written in C# to a MFC window (without using CFormView and /clr options) If yes, then could you give me some tip to do that. - Thanks, Raj     For mixing managed and unmanaged, you have to use the /CLR switch. Thanks, Ayman Shoukry VC++ Team ...Show All

  • TheBigIrishman How to run code C written in Linux

    I have a code C written in Linux , but when I compli it in VC++ 6.0 , it error "missing .h file" How to run code C written in Linux Thks What header file is missing. If the C proram just uses ANSI-C features it should compile... ...Show All

  • Soviut /clr kills my program - quick fix

    Hi I have a large project consisting of lots of preexisting code all in C++ and lots of my own stuff. Recently I added the front end of this application via directX (unmanaged) and all was well. I then put all of this in a windows form and found everything went really bad. I have found out that by taking my original application and simply adding the /clr operation is what causes all the problems. some examples are 'System.Runtime.InteropServi ...Show All

  • Hans Preuer how to Call .NET dll in C ?

    how to Call .NET dll in C Once you have enabled the switch Ayman mentioned (see your help if you don't know how), go to Project Add reference, then browse to your .net dll and press OK. Now you can use the namespace, classes, structures and enums of the .NET dll. You can use the /CLR switch to generate managed code for your C++ application. Thanks, Ayman Shoukry VC++ Team Don't you mean c ...Show All

  • dotnetprogram GDI+ : Drawing objects over TabControl

    Hi, I've been working my way around GDI+ for a couple of weeks now. I made a little application where user can choose among several shapes and then move/place chosen shape using mouse, building this way a customized furniture set. The area where user can place each shape chosen is delimited by a panel control for which I defined the background color as having transparent. Everything is going smooth but... As second step, I added a tab co ...Show All

  • mconnag cannot open file 'comdlg.lib'

    I've just installed MS VC++ 8.0, followed the instruction to install SDK update and tried to to build my Win32 console app project. Building output gave me an error message: LINK : fatal error LNK1104: cannot open file 'comdlg.lib' I checked directories and file locations. Everything corresponds with instructions to install PSDK. But when I try to find comdlg.lib, I find nothing. Maybe the problem is in project settings but I need help wit ...Show All

515253545556575859606162636465666768

©2008 Software Development Network

powered by phorum