Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
V

voorugonda prashanth

@voorugonda prashanth
About
Posts
67
Topics
22
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Regarding MSXML3.0 [modified]
    V voorugonda prashanth

    Hi All, i'm using IXMLDOMDocumentPtr for loading xml and do operations on it. when i run my application with purify it is showing a memory leak in CreateInstance & loadXML. please give me a suggestion where am i wrong? or what changes i need to do. here is my sample code: BSTR bstrUserInputsXml=NULL; { CoInitialize(NULL); IXMLDOMDocumentPtr pXMLDom=NULL; hr=pXMLDom.CreateInstance( "Microsoft.XMLDOM" ); //hr=pXMLDom.CreateInstance( __uuidof(MSXML2::DOMDocument40)); if(FAILED(hr)) { //cout<<"Failed to instantiate DOMDocument40"<load("D:\\userinputs1.xml")!= VARIANT_TRUE) { //MessageBox(NULL,"Failed load xml string","KeyTable.s",MB_OK); return ; } bstrUserInputsXml = pXMLDom->xml; pXMLDom.Release(); CoUninitialize(); } Thanks in advance. Prashanthv -- modified at 14:02 Friday 27th April, 2007

    C / C++ / MFC xml performance question announcement

  • Memory leak in ADO CreateParameter
    V voorugonda prashanth

    Hi All, when i rational purify it is showing a memory leak in ADO CreateParameter method. is there really any memory leak? please do the needful help.

    C / C++ / MFC performance help question

  • Memory Leak in ADO Connection->open()
    V voorugonda prashanth

    Hi All, i have a sample ADO application when i test through Rational Purify it is showing that there is leak in raw_Open() function. please give me a suggestion where there is any leak in that? [I] Summary of all memory leaks... {65488 bytes, 676 blocks} [I] MPK: Potential memory leak of 18552 bytes from 147 blocks allocated in Connection15::Open(_bstr_t,_bstr_t,_bstr_t,long) [TestMemLeakADOConn.exe] Offset 0x00000008 referenced by 0x0279ffe0, a location in a HeapAlloc'd block Distribution of potentially leaked blocks Allocation location HeapAlloc [C:\WINDOWS\system32\KERNEL32.dll] Connection15::Open(_bstr_t,_bstr_t,_bstr_t,long) [d:\samples\testmemleakadoconn\debug\msado15.tli:367] } inline HRESULT Connection15::Open ( _bstr_t ConnectionString, _bstr_t UserID, _bstr_t Password, long Options ) { => HRESULT _hr = raw_Open(ConnectionString, UserID, Password, Options); if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this)); return _hr; } TestFunction(void) [D:\samples\TestMemLeakADOConn\test.cpp:88] m_pConn->put_ConnectionTimeout (300); => m_pConn->Open(bstrConnect, "","",-1); _CommandPtr pCmd(__uuidof(Command)); main [D:\samples\TestMemLeakADOConn\test.cpp:171] Thanks, Prashanth.v

    C / C++ / MFC c++ debugging performance question

  • Leak in ADO Connection->open()
    V voorugonda prashanth

    Hi All, i have a sample ADO application when i test through Rational Purify it is showing that there is leak in raw_Open() function. please give me a suggestion where there is any leak in that? [I] Summary of all memory leaks... {65488 bytes, 676 blocks} [I] MPK: Potential memory leak of 18552 bytes from 147 blocks allocated in Connection15::Open(_bstr_t,_bstr_t,_bstr_t,long) [TestMemLeakADOConn.exe] Offset 0x00000008 referenced by 0x0279ffe0, a location in a HeapAlloc'd block Distribution of potentially leaked blocks Allocation location HeapAlloc [C:\WINDOWS\system32\KERNEL32.dll] Connection15::Open(_bstr_t,_bstr_t,_bstr_t,long) [d:\samples\testmemleakadoconn\debug\msado15.tli:367] } inline HRESULT Connection15::Open ( _bstr_t ConnectionString, _bstr_t UserID, _bstr_t Password, long Options ) { => HRESULT _hr = raw_Open(ConnectionString, UserID, Password, Options); if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this)); return _hr; } TestFunction(void) [D:\samples\TestMemLeakADOConn\test.cpp:88] m_pConn->put_ConnectionTimeout (300); => m_pConn->Open(bstrConnect, "","",-1); _CommandPtr pCmd(__uuidof(Command)); main [D:\samples\TestMemLeakADOConn\test.cpp:171] Thanks, Prashanth.v

    C / C++ / MFC c++ debugging performance question

  • memory leak in IXMLDOMDocument
    V voorugonda prashanth

    Hi All, when i call loadXML there is some memory leak. please give me a solution to avoid memory leak.

    C / C++ / MFC performance

  • memory leak in ADO Connection & Excute methods
    V voorugonda prashanth

    Hi All, please suggest me how to avoid memory leak ADO.

    C / C++ / MFC performance tutorial

  • Maximum request length exceeded while uploading file
    V voorugonda prashanth

    i mean every message is follwed by statements like "asdfasdf..." or "fghdfghdgfh..". this normally done when u go for training for learning type.

    ASP.NET help

  • Virtual memory Problem [modified]
    V voorugonda prashanth

    hi, i'm not using malloc or new in my application. i'm using only vectors of class objects allocated on stack itself. i dont see any problem with vectors of class objects allocating on stack. steps: 1) client application talks to the component 2) which internally talks DBHandler component which connects to SQL Server and returns the result back. 3) the result i'm storing in vectors for processing. 4) return back to the client. i'm not able get what exactly the problem is??

    C / C++ / MFC c++ com business performance help

  • Maximum request length exceeded while uploading file
    V voorugonda prashanth

    till now u didn't clear your typing test?

    ASP.NET help

  • Maximum request length exceeded while uploading file
    V voorugonda prashanth

    hi keerthi, does aspnet_wp.exe in server will be closed any time?

    ASP.NET help

  • aspnet_wp.exe problem
    V voorugonda prashanth

    no memory leaks in my component.

    ASP.NET asp-net csharp com business help

  • aspnet_wp.exe problem
    V voorugonda prashanth

    Hi All, i have a ASP.NET client and i'm using com components having business logic. Problem: exe size of aspnet_wp.exe is increasing every time i run the component thru asp.net client. is it will be problem?????? please give me the solution. Thanks in Advance. Prashanth.

    ASP.NET asp-net csharp com business help

  • Virtual memory Problem [modified]
    V voorugonda prashanth

    Hi All, i have a vc++client and i'm using com components having business logic. Problem: i'll not close the client application. but the virtual memory accupied by the process is not freed. when it reaches maximum of virtual memory client application crashes. please give me the solution what to do avoid crashing. Thanks in Advance. Prashanth. -- modified at 2:58 Friday 2nd February, 2007

    C / C++ / MFC c++ com business performance help

  • how to access a COM component from ASP.net?
    V voorugonda prashanth

    hi all, how to access a COM component developed in vc++6.0 from ASP.net? what r the issues need to be considered in this case?? Thanks in advance. Prashanth.v

    COM csharp c++ asp-net com tutorial

  • Need to read value from config file
    V voorugonda prashanth

    hi Shilpa, how to access a COM component developed in vc++6.0 from ASP.net? what r the issues need to be considered in this case?? Thanks in advance. Prashanth.v

    COM csharp question

  • how to access a COM component from ASP.net?
    V voorugonda prashanth

    hi all, how to access a COM component developed in vc++6.0 from ASP.net? what r the issues need to be considered in this case?? Thanks in advance. Prashanth.v

    C / C++ / MFC csharp c++ asp-net com tutorial

  • how to access a COM component from ASP.net? [modified]
    V voorugonda prashanth

    hi all, how to access a COM component developed in vc++6.0 from ASP.net? what r the issues need to be considered in this case?? Thanks in advance. Prashanth.v -- modified at 4:59 Monday 30th October, 2006

    ASP.NET csharp c++ asp-net com tutorial

  • Error while returning value from try block
    V voorugonda prashanth

    hi all, when i'm returning a value from a try block of function, control is jumping in to catch block. thanks in advance. Regards, Prashanth -- modified at 5:32 Monday 23rd October, 2006

    C / C++ / MFC help

  • Identifying Dynamic Controls click
    V voorugonda prashanth

    which application it is??(MFC APP)

    COM help javascript

  • any one from hyderabad?
    V voorugonda prashanth

    good.

    Get-Togethers question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups