How to send messages from Windows Box(98,NT,2000) to REDHAT LINUX 7.2?.Both Windows and Linux machines are in same domain.
I am able to send messages from LINUX to WINDOWS using smb command.
Help me out in this.
Thanks
HI,
I want find hard disk free space.
I tried to find by using statfs() function .But vaules that are coming from the statfs() function is different from the one i am getting using "df" command .
code:
#include<sys/types.h>
#include<sys/stat.h>
#include<sys/vfs.h>
#include<stdio.h>...
I have small program using structure.The elements in the structure are char arrays.After filling the structure , I am trying to print the values , but values are not printng correctly.
How to solve this problem?
typedef struct
{
char cName[3];
char cAddress[3];
char cLocation[3];
char...
I tried installing MDAC2.1 and I still have the same error.
Is it ok if I ignore the message during packaging and deploying as well as installing it from the setup file ? Also when I try and run my setup program on another machine. It says setup will need to restart my machine and install new...
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.