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

Software Development Network >> Visual C++

Visual C++

New Question

Where to find website learn develop software step and software download?
the failure of C/C++
'static binding' with C++/CLI?
Introspection in C++
undeclarer identifier c2065 C2227 errors in xstring library code
cannot debug "Hello world!"
Problem to delete unmanaged object
PAGE_EXECUTE_READWRITE and the CLR -- debugging issues
How to compile without .net?
WinNT.h generating compiling errors

Top Answerers

som
mosa
Rick01
Jeff Lundstrom
Nicky7
mech55
Johan Andersson
antonio97b
jorgegrajales090
IntlTexasHoldem
CTE Solutions
Only Title

Answer Questions

  • Kunle Help needed on wave files : playing only some part of them

    Hello everybody, I need help to deal with this situation : I have a pre-recorded wave file on the harddisk and want to play some part of it ( for example from 3rd second to 10th second from beginning of the file ). What can I do ( Please please be as much clear as you can because I'm only a beginner ) Thanks for every single comment... Please use the newsgroups at http://msdn.microsoft.com/newsgroups Thanks, Ayman Shoukry V ...Show All

  • Christopher Webb pin_ptr and jagged arrays.

    I can't seem to find any specific information on pinning jagged arrays. For example: void SomeMethod(array<array<Byte>^ >^ data) { // ... pin_ptr<Byte> pinnedPointer = &data[0][0]; //... } Does this have the effect of pinning the entire data object or only the array data[0] The docs for pin_ptr only specify that it pins the entire array; but array<array<Byte>^ >^ is an array of arrays. I read i ...Show All

  • Francesco75 Debug Assertion Failed

     Hello,     I caught debugg assertion failed at run the exe file.    Program:C:\\program files\\companyname\\drawing\\drawing.exe   file:daocore.cpp   Line no:4279     The exe file created using VC++ 6.0(dialog based appliction with database mdb file(CDaoRecordset)).    the database file stored following location,    C:\\programfiles\\companyname ...Show All

  • PeterTheHorrible Link Error /w VS05 b2 (managed C++)

    . Thank you, dotnetrob, you saved us hours of frustration! Kind regards christof Thank you very much! Thanks a million... I've been struggling with this for over a day ! Do you have a main function You seem to be attempting to create a class library (thus no main method) but you are using an exe project settin ...Show All

  • brireed reference to an int array

    I was trying to understand the working of a reference to an int array and a pointer to an int array as parameters to a function. For example, a reference to an int array would be void func (int (&arr)[] )  and pointer to an int array would be void func(int (*arr)[]) But it seems like for a reference to an int array, you must specify a size for the array but for the pointer case, size is not required. In other words, void func ( ...Show All

  • David d How to detect lost Windows Network connection?

    I have established a connect and disconnect functionality using the WNetAddConnection2 and WNetCancelConnection2. Everything works fine and I can detect and cater for the errors whenever they occur with connection and disconnection. The problem came when I wanted to add a function to detect whenever a connection is lost, and attempt to reconnect. I've reviewed the msdn library ...Show All

  • Mapper Books about VC++ 2005

    Does anyone know if there are any books for someone to learn about VC++ 2005, specifically with the new syntax I have the 2003 book, but I can't compile anyone of the programs in it because the language has gone through extensive changes. The MSDN library doesn't give really good tutorials with the new syntax. Thanks for the help. Check out http://www.amazon.com/gp/product/1590596404/002-3698523-827366 ...Show All

  • ntradek windows.h not found...

    WOW, I can't believe this information isn't easier to find.  I downloaded and installed Visual C++ 2005 Express, and then downloaded and installed the Platform SDK SP2.  NOTHING WORKS!  The Directories are not found and there is no apparent way to set them.  Apparently users have found a hack to make it work, but this is crazy.  It seems like the first Microsoft person to install this would notice that it doesn't work an ...Show All

  • xulijie VS .Net 2005, how to disable intellisense...

    Hi I am really frustrated with the performance of VS .Net 2005. This is because I always see at the bottom "updating intellisense..." and it uses 60% to 70% of CPU. How to disable this updating of intellisense... Please this is making Visual studio unusable. Thanks Chandra I have the same problem (and may be working for the same company)  My solution has more then 30 projects consisting of a total ...Show All

  • sliderhouserules .NET Windows Forms

    Hi, I am only on my 2nd C++.NET project so this is somewhat of a basic question. With a C++.NET windows form project the .cpp file is pretty much empty, just some includes, and all the code is in the .h file. A bit different from what I am use to. Is there a reason, theory behind this Thanks Hoop As in MFC, when you double-click on a control in the Design View, you'll have a function created for you that will ...Show All

  • Webman vc++/oracle stored procedure, problem with command parameters

    i have a stored procedure to get the user pin. the stored procedure works perfectly as i tested it both in VB and ASP, but when i try to call stored procedure from VC++, the command object cannot initialize the input parameter. The problem is defnitely with the command parameters, but i dont know which type of string i should assign to input parameters. here is the code: BSTR newpin; BSTR userid; _bstr_t qsql = "{call user.getpin( ,{r ...Show All

  • hollander67 SaveToBitmapFile-Please see the Code.

    Hi. I can't Save my memBitmap in the bitmap file. I can't used from ONSAVE() function properly. please guide me. I don't enough information about HBITMAP. ////////////////////////////////////------------------------my Function void CTestDlg::SaveToBitmap() { CClientDC dc(this) ; CDC memDC ; CBitmap memBitmap ; CBitmap* oldBitmap ; memDC.CreateCompatibleDC(&dc) ; memBitmap.CreateCompatibleBitmap(&dc,(1+myRect.Width ...Show All

  • bambinor Merge IDEs

    I find the MSVC .NET GUI just awfull... (no offence :P). Is it possible to use the .NET linker and compiler with MSVC 6 Thanks. @1: O.o Huh The GUI is all there is to a dialog editor. Changing the GUI is changing the whole thing. You have to input the information into fields instead of just checking check boxes wich is much faster. I find that the new GUI ends up taking more time to create a simple dialog th ...Show All

  • JonS1 Reading a value in two different headers...

    Okay, new problem... I'm assuming I'd need the heap for this, but I can't figure out how to return the values or memory space I need... I've got two headers, gotoform.h and ScriptEdit.h... (both are forms of course).. gotoform asks for a linenumber to goto, it stores this (masked text box entry) as a System::String... i need to somehow return this to ScriptEdit and store it in a variable there... so in gotoform.h we have: private : S ...Show All

  • Nengwu Zhu error occur when develop in Visual C++ 6 and compile in Visual Studio 2005

    The code wrote in VC++ 6 (no error when compile) but now I have to move them to the Visual Studio 2005 version and try to compile it again it give me the error ==> fatal error LNK1104: cannot open file 'LIBC.lib'. Please help I'm still so new with Microsoft Visual Studio 2005. Are they so much differences. Thanks for your help in advance, Akiwa Thanks - So what is the new lib for me to call all the strcat or strcpy.... wh ...Show All

545556575859606162636465666768697071

©2008 Software Development Network

powered by phorum