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

Software Development Network >> Visual C++

Visual C++

New Question

[ATL] does ATL has any collection tool lik CMap in MFC?
a vector of pointers in a for loop
SSE3 Programming question
Can the toolbars be made to behave?
lstrlenWInternal Link problems
/ORDER linker switch always causing LNK1117: syntax error in option
Textbox +Only numbers
ShellExecute problem?
msvcr80.dll not found
Like to know correct API to get screen resolution on monitor?????

Top Answerers

mahan
Ant999
Zelalem
JackT
swoozie
Grozen
Mary3480
Alex_Petrovic
venkat456
NewDeveloper
Studying
Only Title

Answer Questions

  • JoyceWang_MSFT Link for .NET Framework 2

    Where can I find straight(!) link for .NET Framework 2 Final I need this link to give it my friends, who are not programmers and who has not VS 2005. Are there any versions of .NET Framework in national languages Thanks. I suppose the best place (in case you don't want users remembering http://www.microsoft.com/downloads/details.aspx FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&DisplayLang=en ) is http://msdn.microsoft.com/netframe ...Show All

  • Carl Tawn Ok I am in dire need of some help here :/

    I cant even get a hello world console app to work. I downloaded Visual C++ 2005 express beta 2, and the Platform SDK. I just chose to do a Win32 console application, chose to use the pre compiled header, and typed in the very simple code. #include "stdafx.h" int _tmain( int argc, _TCHAR* argv[]) {     cout<<"Hello World!"<<endl;     return 0; }   When I go to compile it, I get a compi ...Show All

  • Chuck Miller VS2005 help - anyone else have problems with this?

    Hi I wanted to ask what other people's opinions are about the new help in VS2005.  I recently 'upgraded' from VS6 after a very brief dalliance with VS2003 and I must say that although the help files are full of indexes, actual help seems thin on the ground.  For example, when pressing F1 after getting an error about ATL::CStringT<BaseType,StringTraits>::FindOneOf, I get told the information could not be found, either locally or o ...Show All

  • Manoj G Help regarding function returning string

    Hi there! I am working on a C program that calls into a C++ program. the C++ program computes a string and returns it to the C program. There is something wrong with this, even though i get no errors or warnings. i would appriciate if someone could guide me over this. I am sure my EXTERN "C" works fine, because i tried returning a string "THIS WORKS" and it did. Also the conversions/other functions are working fine! The only ...Show All

  • OsirisTerje Modifying images in C pixel by pixel

    Hello, I have to apply some filters to an image. I already have the algorithm of the filters but I don't know how to apply it. Let's see, I would like to modify my image (an BMP file) pixel by pixel and I don't know how to do that. I have made a program opening my source file with: file = fopen(in_file, "rb")) (i also check the errors but i don't post them) then I open where I want to save my modification on the source file_ex ...Show All

  • Papanii Writing MMC Snapin in Visual C++ 2005

    Hello, I'm trying to write a MMC Snap-in extension using Visual C++ 2005 Beta 1. But different from Visual C++ 6.0, I couldn't find ATL object of MMC Snapin. It's not supported any more Where is the MMC Snap-in wizard then Any suggestions how shall I do that Thanks! We have some MMC snap-in which is developped with VB6.0, could you please tell me if we can succeed migrate it to .NET2005 What kind of tool can ac ...Show All

  • bud68 Another conversion problem for me. Can someone tell me how to convert from char* to LPCTSTR?

    I want to see what's in variable "path" after several conversion the messagebox still not working right. I'm in vs2005, using only C++/COM window library (no mfc, clr). Thanks in advance for your help. _variant_t varDomain; hResult = padsRootDSE->Get( L "defaultNamingContext" , &varDomain); bstrDomainPath = _bstr_t( "LDAP://" ) + _bstr_t( varDomain ); bstrDomainOnly = bstrDomainPath; ...Show All

  • Thian deleting a character that was written at the command promt

    if I cout<<" bla bla bla "; i get bla bla bla how can i delete the last "bla " so it apears like bla bla You can't fix that problem with a simple "\b" trick. Start reading here for Windows API functions that work with the console. You're close with cout << char(8) which is the same as cout << "\b". It puts the cursor b ...Show All

  • mac_higa i want to be a developer

    Hi i am astudent who is  doing computer science and MCSA. I want to be proffesional and a developer. I have studied the following langaue Basic,C,Pascal,C++,VB,and Java. i am also MCSA.Even if subscripe to get developer tool  i wont be able to know  what to do;also what is a beta test and how to join these teams. any help Hi, Beta Testing is simply using a pre-released software for testing purposes. You report bugs ...Show All

  • David J B Missing WM_CLOSE Message

    I’m using a window created by calling the CreateWindow function. It all works fine, except closing the window. In the main loop of my program I’m using PeekMessage to get the WM_QUIT message from my message handler. This message is send by calling PostQuitMessage within the message handler whenever WM_CLOSE occures. But it never arrives. Only if I had moved the window on the screen first. Then the next WM_QUIT message arrives! What is going w ...Show All

  • Joaquim Ferreira CWind::Invalidate Problem

    Hi, I have a dialog box that allows you to enter text, when you press 'ok' the window underneath, from which the dialog box came, is updated with the new text.  Fairly straigh forward stuff.  However when you enter into the dialog box the '&' sign followed by anything else, it removes the & sign and underlines the next character in string upon clicking 'ok'.  To my knowledge the string is not actually altered because ...Show All

  • Ravin_ Visual C++ 5.0 (!)

    I use MS Visual C++ 5.0 Professional Edition bought in about 1997 (when it came first came out). For several years the product worked fine and I have used it to produce programs for my own personal pleasure and not for commercial purposes. However, in the last couple of years it has caused me problems: (a) Under Windows ME the debug mode would not work; the program would compile but then default when run. The release mode worked fine. ( ...Show All

  • itisapple AFX_MANAGE_STATE To load DLL Resources screws up resolving of Parent hWnd

    I've designed an architecture which uses DLLs to expose types through common bases, creating instances using an anonymous factory-style pattern. I intend to mix window types and standard object types together as if they are the same thing - but the architecture will know, when creating an instance that one is a window whereas another is an object. The windows are piggybacking on top of the MFC windows, therefore I'm creating specific implemen ...Show All

  • Rdan MS C++ 2005 express database mismatch error when compiling

    Every time that I attempt to compile a c++ program I get a database mismatch error. When I looked this error up in the included documents, it said that I needed a newer version of dbi.dll. Where can I find this file I know that my programs work because they compile with ms vc++ 6.0 and the gcc complier. Here is the artilce where it told me "how to fix it," but I still cannot find the file that I need. Visual C++ Conc ...Show All

  • Coqui help Any assistant for VC 2005

    I get used to the assistant X, but found it not avaliable for 2005 version What kind of assist software do you use to program Thx  Thank you ,but the msdn says like following. I will try to find some latter. Code Snippet Inserter The Visual Studio 2005 Code Editor provides a Code Snippet Inserter that allows you, in a few mouse clicks, to insert ready-made blocks of code into the active document. The procedure to display t ...Show All

303132333435363738394041424344454647

©2008 Software Development Network

powered by phorum