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

Software Development Network >> Visual C++

Visual C++

New Question

Averaging Ques???
porting vc++ 6.0 user exit to vc++ express edition
CString is not identified by Visual Studio 2005?
scripting method AddToolSettings broken in visual Studio 6.0 ????
File Open/Save As dialog box
cannot compile ANY C++ project in VS2003
Creating views for static splitter
Why in C always fopen creats file in its project folder
Convert project from 2005 to 2003
byte array to char array

Top Answerers

teomanx
miles2t17
Talinu
nikki6969
Frank Gervais
gcox18
JansenH
Brian Lounsberry MSFT
Valérie Prieur
crazy4sims
Sharepoint Hosting with Alentus
Only Title

Answer Questions

  • Amit Kumar Garg Moving CDialog with the parent window

    Hi, I've searched thru the forum archives, didn't find anything related to my problem. I have this following scenario: I have three dialogs designed in the resource editor. Two of them have to be placed on the top parent dialog based on a button click. If button A is clicked, dialog1 should show up in the center of the main parent dialog window, if Button B is clicked then dialog2 should show up in the center. I have corresponding classes for ...Show All

  • Megahalo STL/CLR verifiable??

    When compiling a project with /clr afe it is still possible to emit unverifiable code. This can happen when using operator* on an iterator which returns int&. Putting the resulting program through peverify results in an error as ByRef cannot be a return type (only locals and arguments). Example code: #include <cliext/vector> using namespace System; using namespace cliext; int main( array <String ^> ^args) ...Show All

  • Mohammed Habeeb Resource Editor: Add/Remove operation is impossible '(null)' is read only

    MESSAGE: Resource Editor: Add/Remove operation is impossible, because the code element '(null)' is  read only   So, I moved files from /ProjectA/ProjectA to just be /ProjectA fixed the project settings deleted and added files to go with the changes.  My 'ClassView' contains duplicate classes CMyClass and CMyClass with two different paths one in /ProjectA/ProjectA and the new one /ProjectA; I can't delete the old /ProjectA/Project ...Show All

  • Jose Lucas VC++ 2005 built times extremly long

    Hello together, i finished migrating one bigger project (400000 lines) to 2005. Compile times are extremly long about 3-4 times than with 2003. Also Intellisense needs to be switched of else the UI is just going around and playing all time with itself leaving the user watching the animation of the class browser flickering and the speed bar. Also the UI crashes often. Also sometimes the compiler or linker ends in nirvana, the UI do ...Show All

  • Z3rep msvcprtd.lib(MSVCP80D.dll) error LNK2005: "class std:: etc

    Hi all, When trying to compile a program using a small static lib which accesses directshow stuff, I get the following error: ------ Build started: Project: console_lib, Configuration: Debug Win32 ------ Linking... msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::operator<<<struct std::char_traits<char> >(class std::basic_o ...Show All

  • Premal Mistry VARIANT PARRAY

    <Vi@discussions.microsoft.com> wrote in message news:581e6584-adef-4824-8694-b14ac4f8b5f7@discussions.microsoft.com > I have a c++ method that accepts variant array as a parameter. > when I pass the variant array from  c# client , the value is assigned > to Variant.parray in c++ method but when pass the variant from vb > client the value is assigned to Variant.pparray. I want vb to assign ...Show All

  • Oscar Marquez Moving GraphicsPath objects with mouse

      Hi,   I recently started a little project on my own which purpose is the following:             - Having "furniture" modules displayed on screen by pressing specific pushbuttons.             - Being able to select modules by the mean of a mouse click and then move them.        &nbs ...Show All

  • GauravBJain help please with returning multi-dimensional array...

    is there some way to return a mutlidimensional array from a function double *MatrixMultiply ( double m1 [][ 3 ], double m2 [][ 3 ]) { int r, c; for (r = 0 ; r < 3 ; r++) for (c = 0 ; c < 3 ; c++) m1[r][ c ] = m2[r][ 0 ] * m1[ 0 ][ c ] + m2[r][ 1 ] * m1[ 1 ][ c ] + m2[r][ 2 ] * m1[ 2 ][ c ]; return (m1); } Yes: though it uses a very strange syntax double (*MatrixMultiply( double ...Show All

  • Oops Jun Problem compiling a program

    Hi all, recently i had to work on a program which was running ok on VC++ 6. Due to certain restrictions i only can work with visual studio 2005 express beta 2. When i tried to compile the program in VS 2005 express beta 2, i got these errors which never occurred in VC++ 6: Compiling... STDAFX.CPP Compiling... Database.cpp DatabaseMarpos.cpp DataCom.CPP DBMarpos.cpp EBlockEntry.cpp EBlockLabel.cpp EdcsSettings.cpp EDCSSetupDialog ...Show All

  • strombringer Problem solved?

    Dear all: I am stumped (again) with what appears to be the precision of the datetime field in an SQLServer table, where it is defined as 'datetime' length 8. I can enter date/time to the second there via the SQL Server Enterprise Manager. I use VC++ .NET 7.0 (just the ANSI C part of it though) doing ODBC. I got char strings and integers to work, but the datetime only works if full minutes are entered. As soon as a second is non-zero, it fails ...Show All

  • Anders J Manifest Issue

    I just ported the project from being a Visual Studio 2003 to 2005, and for each project I do it, I lose the manifest! Manifest is enabled in the compile process and it is commented in the resource file, but the windows are UNAFFECTED. Works fine in 2003 and creating a NEW project and using the manifest works fine. What is wrong Eretria-chan wrote: I just ported the project from being a Visual Studio 2 ...Show All

  • Ramon A. Paulino Can anybody look at this Hook dll??

    Hi.. I really have some problems with this hook.. more exactly i stall hook. everything its fine.. in the callback function i want to call a another function threw its pointer .. the pointer to that function is given as parameter in the CreateHook function DLL CODE #include "stdafx.h" #include "wnd32h.h" #include "windows.h" #include <string> #include <fstream> #include<iostream> using namespace std; HINSTANCE hinst ...Show All

  • Timski72 Writeing all listview elements to file

    hi. i am using ListView and i need to save all list view elements to file :S is there any way to save whole ListView i am writeing to list this way: Meritve is the name of listView this->StatiskitaNalisti= gcnew ListViewItem(this->EditImeRobota->Text->ToString()); this->StatiskitaNalisti->SubItems->Add("NE DELA"); this->StatiskitaNalisti->SubItems->Add(this->VCasi->PovprecenSpeed.ToString()); this-> ...Show All

  • ispjka Exporting unmanaged class from managed dll

    I have a managed dll in which I have a class whose functions I want to export. In VS2003 I was able to do this by creating a macro which generates __declspec(dllexport) when the managed dll is being built and __declspec(dllimport) when the managed dll is being consumed. This works fine, an import library is created, and other managed dlls which want to access the functional of this class link to the import library and use that functionality. In ...Show All

  • Rieekan What control can I use to let specify directory path???

    Hi, I am now writing MFC program in VS .Net 2003. I like to have include a control by that user can specify any folder(directory) where a collection of their files are stored. Any idea what control will work for me Thanks, vcboy It should look something like this: int CALLBACK BrowseCallbackProc(HWND hWnd, UINT uMsg, LPARAM lParam, LPARAM pData ) { LPCTST ...Show All

161718192021222324252627282930313233

©2008 Software Development Network

powered by phorum