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 Chriss Miller 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: abp
  • Content: Threads
  • Order by date
  1. abp

    Copying Files

    Hi All Is there a portable function in ANSI c library to copy a file to another location. Of course system("copy ...") is there but I need a better solution if possible. Thanks Anand :) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Mail me at abpillai@excite.com if you want additional...
  2. abp

    Reading lotus notes mail in another client

    Hi! My company runs a lotus notes mail server/domino web server. I use a lots notes client to read my mails. I tried to hook up the mail server to emacs 'Rmail' package. I am able to get the messages by using my pop login/pass but emacs cannpt read the contents of them. This is the error I...
  3. abp

    Multithread debugging

    How do i debug a multithreaded program using MS VC++ 6.0 ? Does it support multithreaded debugging ? I am not able to debug a new thread in a program. The debugger seems to be following the main thread. Thanks Anand ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Mail me at abpillai@excite.com if you...
  4. abp

    extern "C" data import

    Hi All! I am converting a "C" file to a C++ file for a project. The file uses external functions definitions from a shared library(dll) which is built with C linkage. So when I converted this file to C++ I set the function declarations of these functions as extern "C&quot...
  5. abp

    Which library am I missing ?

    Hi there!! I am trying to link an application using MS VC++ 6.0 . When I do so i get the following errors. <p> <font color=red>DXViewer.obj : error LNK2001: unresolved external symbol &quot;bool __cdecl AddListViewItem(struct HWND__ *,char *,struct HICON__ *,struct HICON__ *,long)&quot...
  6. abp

    Singleton question

    Hi Is it legal to declare a destructor for a class that follows the 'Singleton' pattern ? I mean is there anything inherent in the pattern that prevents or rather discourages the programmer to prevent declaring a destructor for the singleton class... Thanks Anand pillai...
  7. abp

    Problem in PIL(Python Imaging Library)

    Hi I installed PIL version 2.1 on windows NT machine. When I am trying to run any of the sample programs I get this error. $python player.py D:/users/anand/docs/docs/*.gif loading... Traceback (most recent call last): File &quot;player.py&quot;, line 120, in ? UI(root, im).pack() File...
  8. abp

    Redhat 7.1 and Tomato

    Hi all, I have a PC running Pentium III 45O(Katmai) chip on a TOMATO(Zida) Motherboard supporting Intel810 Graphics chipset. Here are the other features, 128MB RAM, 48X LG Atapi CDROM drive, 6.5GB HDD, Onboard Crystal 3D Audio Codec. I am trying to install RedHat 7.1 on the machine...
  9. abp

    Radio Button Help

    Hi I am creating a dialg box which uses Radio Button controls. I have no previos experience in Radio Buttons. What I want to know is ... 1. How to preselect a radio button when first displaying the dialog ? 2. How to find(in code) that a certain radio button is checked ? 3. How to gray...
  10. abp

    Heap Size

    Hi, How do I get a pointer to the current heap size in Win32? Thanks Anand ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Mail me at abpillai@excite.com if you want additional help. I dont promise that I can solve your problem, but I will try my best. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  11. abp

    Get User's Home Directory

    Hi, How do I get a the current user's home directory within a program, on Windows2000. The following code which works on NT fails in Windows2000 which uses Active Directory to retrieve directory information... It returns the HOMEDRIVE instead of HOME. Any help in this is welcome. Here is...
  12. abp

    Inheritance problem

    Hi I have a class defined like this class CATDnbDocs { public: virtual void doload() = 0; virtual void dodump() = 0; ... }; I derive from this class and implement the above pure virutal functions here: class CATPartDocs : public CATDnbDocs {...
  13. abp

    Compiling class file to native exe

    Hi All, Greetings. I would like to know if I can make a native executable which can execute a java program. I have this java program which I would like to mail as a Win32 executable to someone, rather than a class/jar file. Thanks for your help. Anand
  14. abp

    Timing a function

    Hi All My friend has this problem where he needs to measure the time spent inside a function in *Milliseconds*. I cant find any libary which allows measuring of time in milliseconds ? The best is to use the following code #include <time.h> static time_t start=NULL; static time_t...
  15. abp

    Run when minimized

    Hi, I am a newbie to Java programming so excuse me if this question is stupid :). I want to know how to make a Java Applet run when its window is minimized. I have a clock application which stops when I minimize its window. Thanks a lot, abp
  16. abp

    Exceed and Solaris

    Hi When I open a login session on a Solaris machine from an NT machine with Exceed and try to run a software that uses OpenGL I get the following error. Xlib: extension &quot;GLX&quot; missing on display &quot;10.111.1.127:0.0&quot;. Error: Can't match X11 Color visual for Display: Error...
  17. abp

    Vertex Normals

    Hi All I know this is not a regular question for this forum. But here goes... Hi I am writing an arcade game in OpenGL where I have a lot of cubes with textures to render. I am confused as to the code to be used for calculating the vertex normals of the cube for texturing. If i have a...
  18. abp

    Win32 Multithreading

    Hi all, I am trying to implement multithreading for a win 32 client/server application. Can anyone point out some resources in the net for learning Win32 multithreading, with examples if possible ? Thanks abp
  19. abp

    &quot;Trident&quot; bug ???

    Create an html file in notepad containing the following text. <!-- introducing the Trident team --> Save as say text.htm and open in I.E 5.0. The page shows names of lots of programmers floating and bouncing around in the IE window client area with colorful graphics in the background!!! If...
  20. abp

    The &quot;Trident&quot; bug !!!

    Hi, Create an html file in notepad containing the following text. <!-- introducing the Trident team --> Save as say text.htm and open in I.E 5.0. The page shows names of lots of programmers floating and bouncing around in the IE window client area with colorful graphics in the...

Part and Inventory Search

Back
Top