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

Software Development Network >> Visual C++

Visual C++

New Question

application trying to link to MSVCP80.dll inspite of /MT compiler option
_itoa "identifier not found" once ported to VS 2005
CFileDialog.DoModal() Crashes When Hint box is about to appear.
Splash Screen
CString causing access violation.
ListView Control displays blank images
Problem with decimal representation on German OS !!
Express and VS Standard
bug with virtual private memeber function
Finally

Top Answerers

Jack Diamond
Neo_4583
vichu
TP Robinson
Ricky A Jones
Steve Boyd
kkarlin
grischa
Eugene Pavlov
Corrie
Sourcecode in Thailand
Only Title

Answer Questions

  • Cllee Link:Fatal Error LINK1104: cannot open file "C:\DOCUME~1\Alia\Local

    I have vc++ 6.0 and use Windows Xp(user name:Alia) I try to complie rainbowcrack source codes http://www.antsight.com/zsl/rainbow...ack-1.2-src.zip in the readme file its says "build as : nmake -f makefile.win first i got openssl error. but later i solved this error. But now i get this error.Look at the pic: http://img93.imageshack.us/img93/5067/errorpic8gb.jpg i didnt change anything in the source code. ...Show All

  • Kazım KARGI Can STL vector cross DLL boundary?

    Can I have the following method in a DLL and call it from a Client, like this // DLL file void DllFunction (std::vector<int> &B) { B.push_back(1); } ---------------------- // Client file void SomeFunction () { std::vector<int> A; DllFunction(A); } When I try to do this I get a runtime error in _CrtIsValidHeapPointer (dbgheap.c) when SomeFunction returns. I figured the problem is that the DLL allocates the ...Show All

  • fpdeguzman78 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 I am having the same problem... I even uninstalled ...Show All

  • CarlosLh CRT functions met with IntelliSense Problem

    Hi all, Recently I met with some IntelliSense problem with Visual Studio C++ 2005. When I type function name, ie, _beginthreadex, Visual Studio cannot provide parameter list, and the following message are shown in status bar: IntelliSense: 'Could not resolve identifier'. Is that mean CRT is not supported by IntelliSense please help. Well, I see the same thing in a newly generated app-wizard Win32 console app.& ...Show All

  • Andr0id errors while executing vc++ code

    Hi I have one opensource of vc++. While executing this code it is giving the following errors. 1)error C2433: 'HWND' : 'inline' not permitted on data declarations 2)error C2143: syntax error : missing ';' before '{' 3)error C2447: '{' : missing function header (old-style formal list ) 4)error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 5)error C2086: 'int CALLBACK' : redefinition If any one got these erro ...Show All

  • renju_dom "Correct" Workerthread Termination

    Hello, I have used worker threads for a long while and yet always had and still have problems with the "correct" way such threads should be killed for premature termination. They may have files open, are in the process of allocating global memory or doing any number of other things. The closest I got to "correct" is to signal the worker thread through it's priority if it's services are not required anymore for terminati ...Show All

  • Ender Koroglu ncb file???

    visual studio 2005. project in 'ncb file' is very big file. visual studio 6.0's ncb file size is 20~44KB. but visual studio 2005 ncb file is 2~10MB... what happen this file is so big!! make 10 project...use 100MB... so crazy.. how make small size ncb file Why are you concerned about the size of this file This is simply a solution-scope cache file used by Visual Studio.  You should not consider it part of ...Show All

  • Conch&amp;#250;r To create a window

    Hi, Just within C++, how can we define a window How is that associated with a class object I think based on a class, we should be able to have such an object, correct Thks & Bst Rgds, HuaMin HuaMin Chen wrote: I just need an MFC answer instead of a Windows Forms answer. You could read Joe Newcomer's tutorial on using dialogs :- http://www.codeproject.com/dialog/create_a_dialog.asp I just need an MFC ans ...Show All

  • UnKnown Nick c++ program wont start

    Hi i developed my program in win XP with SP2 i use this functions: mciSendString mciGetErrorString i #include this : #include "stdafx.h" #include <windows.h> #include <iostream> #include <string> #include <mmsystem.h> #include <Commdlg.h> #include <fstream> project .LIBs : WinMm.lib ComDlg32.lib and when i ...Show All

  • thatsalok COM Interop or IJW?

    I'm sure that I've read a lot about choosing between P/Invoke and IJW technologies but cannot remember a lot about comparison of COM Interop and IJW. I read that COM Interop provides the slowest among all interop options but it is very strange: We had a C++ 6.0 dll that was needed to be called from .Net code, so we wrote a COM above it and used tlbimp.exe and generated a .NET assembly, which is used by a C# application. To achieve a better p ...Show All

  • aorozcoc need english

    Getting ready to work on another lab for school and I'm having trouble understanding the lab. This is the program they want me to write: Write a program that declares two twenty-element, one-dimensional integer arrays. Your program should fill these arrays with random numbers by calling a function called Fill_It. You will call Fill_It twice, once for each array, and ask the user to enter two different seed values. Fill_It needs to have a seed va ...Show All

  • camgas need english

    Getting ready to work on another lab for school and I'm having trouble understanding the lab. This is the program they want me to write: Write a program that declares two twenty-element, one-dimensional integer arrays. Your program should fill these arrays with random numbers by calling a function called Fill_It. You will call Fill_It twice, once for each array, and ask the user to enter two different seed values. Fill_It needs to have a seed va ...Show All

  • Efraim Kyriakidis STL\CLR serialization & containers

    Will the containers within STL\CLR support the Serialization attribute Im using the alpha verisons and when i try to serialize a vector i get the following error message: Failed to serialize. Reason: Type 'cliext.vector<FunctionBase ^>' in Assembly 'Runtime2, Version=1.0.2161.21524, Culture=neutral, PublicKeyToken=null' is not marked as serializable To continue must i now implement the ISerializable interface and serialize the items mys ...Show All

  • Namtab C2059 error

    I was just writing some functions for a dll, but came across an interesting problem. int* __declspec(dllexport) TestFunc(); This results in a C2059 error, but if the function doesn't have a pointer return type, int __declspec(dllexport) TestFunc(); then it compiles without any problems. Was this intentional or is it a bug. In a moment of tiredness I got it the wrong way around, thats all. But I'm wondering why __declspec(dl ...Show All

  • swelsh12 ambiguous symbol

    Trying to compile a C++ WinForms Winsock related project with /clr option I get a few errors after adding #include <winsock2.h> statement. The reference is to a different header file: servprov.h . There is no direct reference in any of my files to this header. I verified it with quick find command. There is no reference to it in winsock2.h either. I do not know where the reference is coming from. Thus my first question is this: how come ...Show All

535455565758596061626364656667686970

©2008 Software Development Network

powered by phorum