29 Discussion / Question Topics
Remove Filter Hi, I have a Win32 Console Application which is throwing the Debug Assertion Failed! .. _CrtIsValidHeapPointer( pUserData ) and followed by a Debug Assertion Failed! .. _BLOCK_TYPE_IS_VALID(pHead->nBlockUse). After I did a Step by Step Debug strangely what I saw was it is throwing error once it is exittin the main … | |
[B]Product[/B]: [B][COLOR="Red"]Matlab, Simulink[/COLOR][/B] [B]Problem Statement[/B]: Complex feedback loops implying usage of Unit Delay Block. At certain simulation frame calculation of required values for test generation is becoming complex. Is there a way to override the Unit Delay block output without changing the model (as I am not allowed to do … | |
Hi All, Currently I have an excel workbook which can send emails using smtp mail server on a specific trigger. The limitation I am having is the mail body is in Plain Text. Is there a way to create HTML emails via the Macro and send it across using SMTP … | |
Hi There, I have a third party EXE file (on which I have no control of any modification) which invokes a new CMD window in order to execute itself. In other words it a windows console application. Now it executes with some switches for runtime options [ICODE]<exe_name> /opt1 "param" /op2[/ICODE] … | |
Hi All, I have a VB6 application which can work in UI as well as in CMD mode. Now when I am running it in CMD mode I need to write few line into the console after completion of the program before quitting the application. The rest of the application … | |
Hi, I am using a scheduled task that runs every night to take backup of important files. This task creates a folder in the following format Backup_DD_MM_YY where DD_MM_YY denotes the date when the backup was taken. Now everytime this scheduler runs I need to remove the older directory and … | |
HI There, I am a user of Excel 2003. I need to open a text file via Macro and read it from the bottom one line at a time moving up with conditional match to a pattern of String. If the conditional String is found I have to read the … | |
Hi All, I have a shared excel sheet which is simultaneously used by couple of users placed in a network share. At certain instance of time I want to know who all are using the Workbook. You would say goto Tools-> Share Workbook. Instead I want to obtain the list … | |
Hi All, I am need of using a excel file as a standard template and then use a list of .csv files to populate certain rows and columns of this standard template and save it with a different name so that I can always reuse the standard template and it … | |
Hi All, We have many test artifacts and each unit is known as [B]U[/B]nit [B]U[/B]nder [B]T[/B]est (UUT). Each UUT is unique entity so it can be considered as a Primary Key. Also there are various defect categories (viz. CAT-I,CAT-II). Moreover each Category can be broken down into exact defect name. … | |
Hi All, I am trying to develop an application which would use a combo box to obtain a set of records from a database table. Now on the count of number of records that are available in the table I need to populate a JPanel say Parent with another JPanel … | |
Hi, We, in our office use a remote Matlab License server running FlexLM license manager. Since we have very few floating licenses we end up asking to release the license from the fellow engineers many times a day.This creates confusion as we are not knowing who is actually using the … | |
Hi, can anybody tell how come a standalone laptop is giving this error. [B]PXE-561[/B] I tried Googling just to end up without finding even a single result. PXE alone yields many results but nowhere 561 is mentioned. what i it some kind of error number I suppose. For more information … | |
Follow this link to know more about us :) [URL]http://www.networksolutions.com/whois/results.jsp?domain=daniweb.com[/URL] See the attachment for the location info. | |
What exactly is this crawler special about, and why didn;t this take off. Recently Wikia acquired this. [URL]http://grub.org/[/URL] Sorry if this is a wrong thread to have posted | |
Hi, I have installed SUSE10.0 over VMware Workstation 6.1. I was stupid enough to allocate only 8GB of space where I installed everything within that space(webmin...Apache2...etc.) and very little space remains back. Now after all when I tried to Install VMware tools it is throwing an error while trying to … | |
Just Curious. How many server keeps Daniweb up and running!!! :) | |
Microsoft Office Live Communicator is a very effective conferencing tool which actually works in synchronization with Outlook. We have a corporate global address book for Microsoft Exchange Server. Now in Communicator u can add contacts by searching a name in the find area. whatever search string u give it does … | |
recently while studying STL i came thru functors and facades > http://en.wikipedia.org/wiki/Function_object] > A typical use of a functor is in writing more intelligent callback functions. A callback in procedural languages, such as C, may be accomplished by using function pointers. However it can be difficult or awkward to pass … | |
As we all know we don't have Hashes in STL can anybody please suggest an analogous way of emulating it. Or also has any library added it as a standard component? Please do let me know | |
Hi, Few days back I had been infected with a Virus [COLOR=red]w32.Fujacks.K[/COLOR]...Thereafter it has changed my FolderOptions->Show All files options. Even if I change it from Do not show hidden files to Show all files and click apply the System is stubborn to revert it back. Could anybody help me … | |
Hi all, Most of u must have used Microsoft Office Communicator. Earlier the conferencing options on the top of any conversation used to be missing in my window. No matter whatever I tried, editing security policies etc...nothing worked even unistalling/reinstaling didn't. Finally I unistalled it and then manually removed all … | |
I want to write a parser for C++ which can extract methods and members pertaining to a particular class(es) in a CPP file. I used Parser Generattor tool by BumbleBee softwares and did all the project settings as required by them but still keep on getting fatal errors in Exception … ![]() | |
hi, I'm doing a project which requires extraction of all the methods and members of a class in CPP files and such similar other informations. One big hurdle is these methods might use values/variables from other modules/classes. so I'm in need of creation of a complete symbol table which is … ![]() | |
In our institution the firewall exclusively allows HTTP traffic alone. It does allow for ports other than 80 but the packet format should confirm to HTTP. Now I have a system at home connected to the internet by a router. I even have a static IP provided to me by … | |
| |
Hi all, we al know the preffered load address of any proj is 0x00400000 and DLL is 0x10000000. now if the OS is unable to use this address it relocates the project. now i have a need to use the Rva+Base address of all the methods available in a class … | |
Say if we ve certain private methods along with private data members and public methods. other than friend function is thr any other way we access these members(they being private only) directly. its one of the requirements in a project of mine. The real prob comes when accessing function. say … | |
The End.