Software Development Network Logo
  • SharePoint Products
  • Visual Studio
  • Audio and Video
  • Visual C#
  • Smart Devicet
  • SQL Server
  • IE Development
  • .NET Development
  • Game Technologies
  • Visual FoxPro
  • Visual Basic
  • VS Team System
  • Windows Vista
  • Visual C++
  • Windows Forms

Software Development Network >> micronax's Q&A profile

micronax

Member List

JasonG271009
bpeikes
Uwe Reisewitz
OSPACS
winwin
RFDID
dragoncells
chris441962
coolarian
Naheem
Steve Dunn
saffy_in_aus
Saravanavel
BalajiSanro
The Buffer
Robin Imrie
Mahyar154572
rravech
ashk1860
TheBlackhorse
Only Title

micronax's Q&A profile

  • Visual C++ MFC DLL load from Win32 App -> Memory Leaks

    I hope i'm clear to post the problem.  I'm using Visual Studio 2003 SP1 . The main application is a simple Win32 application that link dinamically a MFC dll. In some case when a try to execute FreeLibrary of the dll previusly loaded by LoadLibrary i get a memory leaks. For example in this code : a=new int [100]; hmod=LoadLibrary(FILEDLL); FreeLibrary(hmod); delete [] a; when i execute the FreeLibrary i get this memory dump: "TestLoadFree.exe": Load"C:\.......\TestMemLeaks.dll", .... "TestLoadFree.exe": Load"C:\WINDOWS\system32\mfc71d.dll", .... "TestLoadFree.exe": Load"C:\WINDOWS\system32\MFC71ITA.DLL", .... Detected memory leaks! Dumping objects -> {60} normal block at 0x00852C88, 400 bytes long. Data: <  &n ...Show All

  • Visual Studio Tools for Office How to get nested tables in Microsoft.Office.Interop.Word.Range.Tables

    Hi, I saw another posting on how to get the child nested table from within a cell using Cell.Tables instead of Cell.Range.Tables. My particular problem is the other way around. When there is a nested table inside the very FIRST cell of the outer table, all I can get is only the inner table. But what I need is really the outer table. If the nested table is from any other cell, I can get the outer table directly. I read in each paragraphs and try get the table from the paragraph: Tables tables = myParagraph.Range.Tables; // if there is a table inside the first cell of the outer table, the returned tables only contains the inner table. In this case, "paragraph.Range.Tables.NestingLevel" shows 2, but "pa ...Show All

  • SQL Server sql snake or similiar WORM

    is there any worms specific to 1433 that are taking out servers right now That sounds like something well beyond just SQL Server and port 1433. If services are being stopped and restarted and then you are getting blue screens, something is all the way through at an admin level. Have you tried a basic scan using whichever AV product they are running Is there any way to get back into the machines after they blue screen such as last known good configuration or safe mode Is there anything strange in the event logs (system, security, or application) ...Show All

  • SQL Server newbie - defining dimensions.

    I'm new to datawarehouse and needed some assistance in designing the cubes. Below is the scenario. I have two tables. tblbook with columns (bookid, author) tblauthor with columns (authorid, authorname) Now, my report should include the no. of books authored by an author and also include details of co-authors. i.e. tblbook has the following values 1 mike 1 joe 2 mike. 3 joe 4 richard my result should display mike 2, joe 1 joe 2 richard 1 I would really appreciate any help. You may have over simplified your example a little bit. In order to properly model this sort of situation I would have thought you would have needed at least 3 tables. tblBook(bookid, book_name, ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Writeline? Debug? I Need Text!

    I've tried "using System.Diagnostics" with "Debug.WriteLine" and I've tried using XNAExtra's SimpleText (which didn't work because it kept saying "cannot find file /content/comic.xml" which made no sense) but I still can't get text output, mostly just for debugging purposes at the moment, is there a good tutorial for getting text See also this post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1145100&SiteID=1 Cheers ...Show All

  • Visual Studio Express Editions Help with class templates

    help, I have a small project to try programming templates classes, BUT IT WILL NOT LINK. The linker complains of unresolved externals. Can anyone see what the problem is; I am darned if I can spot it. Thanks, Pat Pope the main program is :- #include "cBinTree.h" int _tmain( int argc, _TCHAR* argv[]) { cBinTree<cDataItem>* binTree = new cBinTree<cDataItem>; <<< PROBLEM HERE } *************************************************************************************************** AND BinTree is :- pragma once #include "cDataItem.h" #include "cBinTreeNode.h" #include "console.h" template < class T> class cBinT ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DEVICE_OMSETRENDERTARGETS_HAZARD & DEVICE_PSSETSHADERRESOURCES_HAZARD

    Hi, I receive the following warnings: D3D10: WARNING: ID3D10Device::OMSetRenderTargets: Resource being set to OM RenderTarget slot 0 is still bound on input! [ STATE_SETTING WARNING #9: DEVICE_OMSETRENDERTARGETS_HAZARD ] D3D10: WARNING: ID3D10Device::OMSetRenderTargets: Forcing PS shader resource slot 0 to NULL. [ STATE_SETTING WARNING #7: DEVICE_PSSETSHADERRESOURCES_HAZARD ] I have a rough idea what this tells me, but I would appreciate some explanation here. - Wolf First, note that this is a warning. It is possible that you need not fix anything, especially if the warning originates from an invocation to OMSetRenderTargets (ie. the RenderTargets are still what the application expects) ...Show All

  • Smart Device Development execute application

    how can i build appliction for execute it for pocket pc wen i finish my design ...Show All

  • Audio and Video Development advanced video not playing

    Hope someone can answer this one: I have successfully played an hd dvd project from a dvd which was authored and multiplexed using scenarist standard content. But now when I try to play a simple project which was multiplexed using scen. advanced content the Toshiba player throws a 4094C502 error which is a PAL/NTSC error. the files I burn are: In the ADV_OBJ map: DISCID.DAT VPLST000.XPL < xml version="1.0" encoding="UTF-8" > <Playlist xmlns=" http://www.dvdforum.org/2005/HDDVDVideo/Playlist " majorVersion="1" minorVersion="0">  <Configuration>   <StreamingBuffer size="0"/>   <Aperture size="1920x1080"/>   <MainVideoDefaultColor color="108080"/>  & ...Show All

  • Visual Studio Express Editions which feature do you mainly miss form the VS2005 full version?

    Hi all (hopefully i am asking to people owning the VC# 2005 Std or PRO versions) I have started using VC#2005 EE and i find it's really great! I have checked the page with Product Feature Comparisons http://msdn.microsoft.com/vstudio/products/compare/default.aspx I wonder what or (which ones) features among the list could be "mainly" missed, say, in a real production environement I suppose it could be depend on personal view points but say generally speaking which features could be considered really " fundamental " to a professional Another "curiosity": as the VC#2005 EE FAQ clarify that this wonderful product can be used also for commercial applications do you know if currently there are actually people/comp ...Show All

  • Visual Studio Relative Path="..\..\" in VS2005 .vcproj file able to load from VSS but not check in/out.

    This is the structure I have in VSS (6.0d): $/Solution/solution.sln $/Project/project.vcproj $/Tools32/Include/include.h After I open the solution.sln through VSS in VS2005, it loads the project.vcproject with all dependencies. It loads "include.h" from VSS, however, I'm not able to check in/out this file from VS2005 UI. the include.h file is referenced in the the project.vcproj as: <File RelativePath="..\..\Tools32\Include\include.h" > </File> Is there a way to fix this Thanks! Did you add your entire solution/project to source control(SCC) directly using Visual SourceSafe Explorer or through the source control integration in VS 2005 Reason, I ask is be ...Show All

  • SharePoint Products and Technologies Welcome!

       Welcome to this new forum, which is part of the SharePoint forums group that contains a comprehensive set of forums designed to cover all aspects of SharePoint Products and Technologies. I’ve held off on having these forums created for over a year because we already had a handful of newsgroups in place, but the benefits (search, moderation, filtering, stats, flexibility, planned enhancements, etc.) and the recent surge in usage have convinced me that it’s finally the right time to embrace forums as the de facto channel for community Q&A and discussion .      This particular forum is for general questions and discussions, which I’d expect will mostly be presales oriented. Detailed technical topic ...Show All

  • SQL Server Sending and checking Null value on IIF

    I Want to check if i have null value (not empty string) on param if it is null i would like to send back null value (not "") I Just wrote small code probably not correct How should i correct it =iif(Parameters!SelectedSite.Value.equals(NULL) ,NULL ,Parameters!UserSites.Value) I did some check on that and it returns null value to me. Maybe the way your are viewing the value converts it to empty value on the fly. Try this: =IIF(Isnothing(iif(IsNothing(Parameters!SelectedSite.Value),Nothing,Parameters!UserSites.Value)),"Nothing","Not nothing") It will check if the return from your expression is null and return "Nothing" case it is ou "Not not ...Show All

  • Visual C++ Retrive the frame window pointer of a splitter

    Hi, I have a frame window MyFrame in which i have a splitter which shows 2 windows from 2 different classes  CView1 and CView2 which are loaded at runtime. how can i get the pointer of the MyFrame class from CView1(the active pointer). Cview1 is derived from CFormView...   The MyFrame is again there in a MainFrame which is a workbook kind of window... Please help me thru this Thanks & Regards,  You must have CSplitterWnd member in the frame class. Use CSplitterWnd::GetPane function to get CView2 pointer. Cast return value to CView2*. ...Show All

  • Visual C++ Adding a feature to CPP

    Hello, I want to add a feature to CPP, which already have a realtive feature in CPP. It is similar to the Dtr. Every class have a default Dtr, the default Dtr calls all the Dtr of its sub members, but also you can write your own Dtr for each class specifically. What I want is to add a recursive method, called Recur. Every class will have a default Recur method which will simply call all the Recur methods of its sub members. It will be possible to write your own Recur method for each class specifically. However, I do not want Recur to be invokes when the class exits its scope like in Dtr. How do I do this Thanks in advance. What you describe is commonly addressed by use of ...Show All

©2008 Software Development Network