Thanks a lot Joe.. Regards, Leela
ToughGuy9
Posts
-
How to Debug VS 6.0 Code in VS .NET 2003 -
How to Debug VS 6.0 Code in VS .NET 2003Hi All, This is Leela from India. I have a VS 6.0 project (.dsw) from which i have built a binary. I want to do remote debugging with the newly built binary. But on VS 6.0 i couldn't see remote debugging option. Is there any way i can do remote debugging in VS 6.0? I know that VS .NET provides remote debugging facility. Is there anyway i can DEBUG the VS 6.0 built binary in VS .NET? If so how can i do that? To summarize: My main AIM is to Remote debug a binary built in VS 6.0. If i can remote debug from VS 6.0 that should be good OR if i can debug from VS .NET that should also be fine.. Hoping to get ur guidance on this.. Thanks a lot, Leela
-
(SUSE LINUX)Track which applications are updating a fileHi Mark, I see that inotify comes built into kernel in SuSE 10 but my problem is in SuSE 9. I checked on the machine but i couldn't find inotify. Any help is highly appreciated. Regards,
-
(SUSE LINUX)Track which applications are updating a fileHi, Thanks a lot mark.. But i can't rebuild the kernel.. It seems inotofy requires rebuilding the kernel. Any other way friends?? Regards,
-
(SUSE LINUX)Track which applications are updating a fileHi Friends, Iam facing with a peculiar problem. OS is Suse Entreprise Linux 9. Some applications are updating a file.. I would like to MONITOR all operations of a file. Is there any tool or command to do the same.. In a Nutshell: I want to track what all applications accessed a file or written into a particular file. Thanks a lot. Regards,
-
How to find System PATH variable MAX LENGTH in windowsHi, Iam Leela Krishna from India. I would like to know is there any to find the maximum length of PATH (system environment) Variable on a particular machine. As you might be aware that some windows systems at present support 1024 and 2048 characters, Is there anyway to find whether a particular machine is having the maximum limit of PATH is 1024 or 2048. Also is there anyway to find the list of PATCHES and HOT FIXES installed on a machine, this can help me atleast to find out if a machine has the Microsoft Hot Fix for increasing PATH length. Thanks a lot for your replies. Regards, Leela Krishna
-
Using MS SQL Profiler in SQL 2000Hi Pete, Thanks a lot.. Will try that.. Regards, Leela Krishna
-
Using MS SQL Profiler in SQL 2000Hi Friends, I want to know is there any way i can use SQL profiler to MONITOR all queries RUN on a PARTICULAR table. I see that there is a way to tracks all queries run a particular DATABASE, but i couldn't find a way to trace queries run on a PARTICULAR table in a database. Even though there is no direct way a Work around suggestion would be great. Thanks a lot for ur help.. Regards, Leela Krishna
-
dll viewerHi Vimal, I donno if this is what ur exactly looking for or not.. U can use Dependancy Walker http://www.dependencywalker.com/ to look into all the functions exported by a DLL. Regards,
-
Need msvcp71d.dll and msvcr71d.dll from Win 2k3 Enterprise French machine..Hi Sebastian, Thanks for the info but if U have a windows 2k3 Enterprise machine of French U can see the debug dlls in System32 along with normal dlls. If u can find plz send to me.. Thanks a lot, - Leela
-
Need msvcp71d.dll and msvcr71d.dll from Win 2k3 Enterprise French machine..Hi, I have a query regd the DLLs MSVCP(D) and MSVCR(D). R there DLLs dependent on Language (locale) or Unique for all the Language releases of Windows. Regards,
-
C -- Copy float to stringHi, Thanks to One and all for trying to help me in this regard,, As of now after copying the double to the string i.e., after sprintf statement Iam checking if string has , using strchr().. If i find a ,(comma) iam replacing it with a . (dot). But if can find some other alternative in which i can copy the value in the double variable as it is to a String.. Btw the double variable has value with .(dot) - Leela
-
C -- Copy float to stringHi David, I want the double to be stored into the integer string as with decimal point as dot (.) but NOT as a , comma. Regards, Leela
-
C -- Copy float to stringHi Friends, I would like to know is there any otherway to copy a double to string in C. I see that it can be done by using sprintf(.. , "%f", .. ) but I want to know anyother way to do this. My problem is: If i run the sprintf (.., "%f", .. ) on any machine in which has decimal point as , (comma) instead of a . (dot) (like French) it is converting . to , in the string even if the double value is having .(dot) . I don't want it to happen. Ur help is highly appreciated.. Thanks a lot.. Regards, Leela
-
Track DLL calls..Hi Vimal, Can u please share the resources? Thanks a lot.. Regards, Leela
-
Need msvcp71d.dll and msvcr71d.dll from Win 2k3 Enterprise French machine..Hi Friends, Iam in desperate need for the following debug DLLs from Windows 2k3 Enterprise Edition French edition. msvcp71d.dll and msvcr71d.dll (French) I have windows 2k3 French Standard, it has the normal dll but not the debug dll's. I need the debug DLLs to run one of my application in debug mode. Plz send them to its_leela@yahoo.com Thanks a lot, Regards, Leela
-
Track DLL callsHi Mark, Thanks for you suggestion. I see that we can track activity on SQL server using SQL Profiler.. http://msdn2.microsoft.com/en-us/library/ms979207.aspx Regards, Leela -- modified at 12:59 Monday 15th January, 2007
-
Track DLL callsHi Alok, Thanks for your post.. I am using depends (Dependancy Walker) to look at list of functions and what functions are called. But what i want is to track the FUNCTION CALLS.. Regd the contradiction with my Name (nick) and display name : My name is LEELA KRISHNA.. My nick is LEELA.. Regards,
-
Track DLL calls..Hi, Iam Leela from India.. I would like to know if there is any tool that helps us to know what all FUNCTION call are made on a particular DLL (Windows or third party) by a particular application.. Thanks a lot.. Regards, Leela PS: I posted the same question @ http://www.codeproject.com/script/comments/forums.asp?msg=1843505&forumid=1647#xx1843505xx BUT i thought SysAdmins might have knowledge so Iam posting here again..
-
Track DLL callsHi Mark, Thanks a lot for pointing the resource. But i want to know if there is any utility (free or paid) to track dll calls done on my system. I would like to know if atleast there is any utility to LOG all SQL queires run on a PARTICULAR table in MS SQL.. Thanks a lot..