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
T

ToughGuy9

@ToughGuy9
About
Posts
21
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to Debug VS 6.0 Code in VS .NET 2003
    T ToughGuy9

    Thanks a lot Joe.. Regards, Leela

    Visual Studio question csharp visual-studio debugging tutorial

  • How to Debug VS 6.0 Code in VS .NET 2003
    T ToughGuy9

    Hi 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

    Visual Studio question csharp visual-studio debugging tutorial

  • (SUSE LINUX)Track which applications are updating a file
    T ToughGuy9

    Hi 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,

    System Admin linux help

  • (SUSE LINUX)Track which applications are updating a file
    T ToughGuy9

    Hi, Thanks a lot mark.. But i can't rebuild the kernel.. It seems inotofy requires rebuilding the kernel. Any other way friends?? Regards,

    System Admin linux help

  • (SUSE LINUX)Track which applications are updating a file
    T ToughGuy9

    Hi 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,

    System Admin linux help

  • How to find System PATH variable MAX LENGTH in windows
    T ToughGuy9

    Hi, 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

    System Admin help tutorial workspace

  • Using MS SQL Profiler in SQL 2000
    T ToughGuy9

    Hi Pete, Thanks a lot.. Will try that.. Regards, Leela Krishna

    Database database debugging help

  • Using MS SQL Profiler in SQL 2000
    T ToughGuy9

    Hi 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

    Database database debugging help

  • dll viewer
    T ToughGuy9

    Hi 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,

    System Admin

  • Need msvcp71d.dll and msvcr71d.dll from Win 2k3 Enterprise French machine..
    T ToughGuy9

    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

    System Admin com debugging

  • Need msvcp71d.dll and msvcr71d.dll from Win 2k3 Enterprise French machine..
    T ToughGuy9

    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,

    System Admin com debugging

  • C -- Copy float to string
    T ToughGuy9

    Hi, 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 / C++ / MFC help

  • C -- Copy float to string
    T ToughGuy9

    Hi 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 / C++ / MFC help

  • C -- Copy float to string
    T ToughGuy9

    Hi 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

    C / C++ / MFC help

  • Track DLL calls..
    T ToughGuy9

    Hi Vimal, Can u please share the resources? Thanks a lot.. Regards, Leela

    System Admin question com tools

  • Need msvcp71d.dll and msvcr71d.dll from Win 2k3 Enterprise French machine..
    T ToughGuy9

    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

    System Admin com debugging

  • Track DLL calls
    T ToughGuy9

    Hi 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

    C / C++ / MFC

  • Track DLL calls
    T ToughGuy9

    Hi 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,

    C / C++ / MFC

  • Track DLL calls..
    T ToughGuy9

    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..

    System Admin question com tools

  • Track DLL calls
    T ToughGuy9

    Hi 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..

    C / C++ / MFC
  • Login

  • Don't have an account? Register

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