Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: thaj
  • Order by date
  1. thaj

    exe compiled

    Hi, I would like to know whether an exe compiled in windows by gcc compiler, will run in unix OS?. The question may be silly. Please, help me. Regards, Thaj.
  2. thaj

    Maximum length of argument for SQL script

    Thanks DrD123 for your valuable idea. yes, It is a Telecom company. Thaj
  3. thaj

    Maximum length of argument for SQL script

    Hi mrn, I am passing \"$desc"\ as an argument to the sql script Sample_CDR_Report.sql. The "desc" is a string of length 210. But, it seems that the argument not received by the sql sctipt. sqlplus ITR_APP/IT765 @/home/modula/itprod1/Satyam/CDR_Extraction_Scripts/SQLs/Sample_CDR_Report.sql...
  4. thaj

    Maximum length of argument for SQL script

    Hi, I am passing an argument in a .SQL scrpit. The length of value of argument is around 210. Is it possible to send this much length as argument. Bcos, i am getting proper output becous of this. can anyone please answer?. Regards, Thajudheen
  5. thaj

    how signal works

    Hi, I want to know how the signal works in the following code. The signal is called for every true and false condition and quits the application also. I want to know how signal works in the following code. Can anyone pls. help me to explain this. while (1) { /* check for a file to...
  6. thaj

    GUI Debugger

    Mingis, Yes, It is third windows workstation in between. I am not connecting HP directly from my local PC. I installed Exceed on remote PC only and set the DISPLAY in HP with the ip of remote PC. But, All in vain, i am getting the above mentioned error.
  7. thaj

    GUI Debugger

    Hi mingis, I installed exceed'97 evaluation version. And tried with onsite ip address. Still i am getting the following error. error as follows "(152)==> wdb Error: Can't open display: 10.49.237.153:0.0
  8. thaj

    GUI Debugger

    Hi Salem, Answering to your question. 1.Which system did you set the DISPLAY variable on (the remote?) I am connecting a remote system(windows) using remote desktop connection. It has its own ip address. This system is dedicated to me only in onsite. Here, using putty i am...
  9. thaj

    GUI Debugger

    Hi Sam, Though i set display, both ip addresses(local pc as well remote pc ip), I am getting the following error. But, i am sure wdb is installed in our server.(gdb works fine, but not WDB). " Error: Can't open display: 172.18.79.7:0.0 " Regards, Thaj.
  10. thaj

    GUI Debugger

    When i invoke WDB debugger(HP box), i am getting the following error. Actually, it is a remote server that i am trying to access for debugging. The error is as follows: " Error: Can't open display:" Regards, Thaj
  11. thaj

    how to use forte C++ debugger?.

    Hi bfitzmai, Thanks a lot. It works fine. Now i am able to debug using forte C++ debugger. Regards,
  12. thaj

    how to use forte C++ debugger?.

    Hi, Can anyone tell me how to use forte C++ workshop for a small 'C' program compiled?. This is for exploring the flow of the C program?.

Part and Inventory Search

Back
Top