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...
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...
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...
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"...
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 "bool __cdecl AddListViewItem(struct HWND__ *,char *,struct
HICON__ *,struct HICON__ *,long)"...
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...
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 "player.py", line 120, in ?
UI(root, im).pack()
File...
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...
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...
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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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...
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 {...
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
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...
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
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 "GLX" missing on display "10.111.1.127:0.0".
Error: Can't match X11 Color visual for Display:
Error...
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...
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
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.