User Profile

Collapse

Profile Sidebar

Collapse
mdshafi01
mdshafi01
Last Activity: Mar 31 '08, 03:15 PM
Joined: Jan 15 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mdshafi01
    started a topic Unable to compile using g++
    in C

    Unable to compile using g++

    Hi,
    I am trying to compile c++ program in SunOs,
    It is giving following error.

    does any one tell me why this error is getting
    error is

    program's name is corrid.cpp
    This c++ program is used to connect to MQ Series
    *************** *************** *************** *************** *************** *****
    g++ corrid.cpp
    In file included from /usr/local/lib/gcc/sparc-sun-solaris2.9/3.4.6/../../../../...
    See more | Go to post

  • mdshafi01
    started a topic How to identify dll is 32 bit or 64 bit
    in C

    How to identify dll is 32 bit or 64 bit

    Hi,
    I have two dlls my questions is how to identify which one is 32 bit dll and which one is 64 bit dll.

    please help me

    shafi
    See more | Go to post

  • How to call functions written in proc ( .pc ) files. in .c programs

    Hi,
    I have some programs those are written in .pc files.
    That is proc files. Some functions are available in .pc but its declaration is available in .h files and those functions are getting used in .c files.

    for example.

    in .h file

    int erro(char*) is available

    in .pc file
    int error(char *m) is available

    in . c file

    error("cap")...
    See more | Go to post

  • What is the difference between using
    int port and int _port;

    shafi
    See more | Go to post

    Leave a comment:


  • mdshafi01
    started a topic what is the meaing of this int _port; declaration
    in C

    what is the meaing of this int _port; declaration

    Please can any one able to explain about this type of declaration.

    int _port;
    See more | Go to post

  • mdshafi01
    started a topic directives problem
    in C

    directives problem

    please can any one explain me about this

    what is this i do not know please some one tell me

    #define MSG_NAME(name) name, #name
    #define FIELD_NAME(name ) name, #name

    shafi
    See more | Go to post

  • mdshafi01
    replied to Sending mail from perl in unix
    in Perl
    Hello here is the sample code with all the parameter filled still it is not working please let me know.


    [CODE=perl]#!/opt/perl/bin/perl -w

    my $send_to = "To: ".'shafi.mohamm ed@capgemini.co m'."\n";

    my $subject="hi";
    my $content="how r u";

    my $from='sandip.s wain@capgemini. com';
    my $sendmail = "/usr/sbin/sendmail -t";...
    See more | Go to post
    Last edited by eWish; Feb 19 '08, 03:33 PM. Reason: Please use [CODE][/CODE] tags

    Leave a comment:


  • mdshafi01
    started a topic Sending mail from perl in unix
    in Perl

    Sending mail from perl in unix

    Hi ,
    I am trying to send mail from unix perl.

    I am using following code to send mail.
    It is not triggering mail and also it is not giving any error.

    please tell me any special settings are required or this program should be executed from special user with higher permission or something.

    please tell me.


    what changes i should bring into this program so that this program...
    See more | Go to post
    Last edited by eWish; Feb 18 '08, 04:02 PM. Reason: Please use [CODE][/CODE] tags

  • Now i have executed ppm on run one windows apperard. But it is not showing any package names so that i can install that package one my system. It is required to do any invironemt variables to be configured or what.

    Because i am exectuing this comman on my windows xp operating sytem.

    shafi...
    See more | Go to post

    Leave a comment:


  • I am trying to install this package on windows plat form.
    please can any one tell what commands we should used to install this packages.

    what configurations we have to do.

    when i use ppm install package name i am getting following error.




    please tell me how to configure this


    i am getting failed 500 connt connect to active.... 80 some error i am get...
    See more | Go to post

    Leave a comment:


  • mdshafi01
    started a topic how to use perl -MCPAN -e'install Net::SFTP'
    in Perl

    how to use perl -MCPAN -e'install Net::SFTP'

    hello,
    I am trying to install this package from cpan using perl -MCPAN -e'install Net::SFTP' this command.
    but i am unable to instlal this package.


    I guess to use this comman on command probmp we need to have some configurations we have to do.

    please can any one tell me before using this command really what configurations are required.


    shafi
    See more | Go to post

  • mdshafi01
    replied to what is param() in CGI PERL
    in Perl
    I need details like where to keep this perl script.

    what are the webervers are required for my program.
    is it required to create any link between my program and webserver

    please tell me those details

    shafi
    See more | Go to post

    Leave a comment:


  • [CODE=perl]my @months = qw(Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec);
    my @weekDays = qw(Sun Mon Tue Wed Thu Fri Sat Sun);
    my ($second, $minute, $hour, $dayOfMonth, $month, $yearOffset, $dayOfWeek, $dayOfYear, $daylightSaving s);
    ($second, $minute, $hour, $dayOfMonth, $month, $yearOffset, $dayOfWeek, $dayOfYear, $daylightSaving s) = localtime();

    my $year;
    my $theTime;

    $year = 1900...
    See more | Go to post
    Last edited by eWish; Feb 6 '08, 04:59 AM. Reason: Please use [CODE][/CODE] tags

    Leave a comment:


  • mdshafi01
    replied to what is param() in CGI PERL
    in Perl
    Can any one tell me how to execute this CGI script.

    what are the configurations are required. and where to place this script. and any link or something is required for webserver or something.


    shafi
    See more | Go to post

    Leave a comment:


  • mdshafi01
    replied to Problem in installing DBD::ORACLE PACKAGE
    in Perl
    THIS ERROR I AM GETTIGN WHEN I TRY TO INSTALL
    Running Mkbootstrap for DBD::Oracle ()

    chmod 644 Oracle.bs

    rm -f blib/arch/auto/DBD/Oracle/Oracle.so

    /usr/bin/ld -Wl,+b"/opt/app/oracle/product/9.2.0/lib32:/opt/app/oracle/product/9.2.0/rdbms/lib32" -b +vnocompatwarni ngs -L/usr/lib/hpux32 Oracle.o dbdimp.o oci8.o -L/opt/app/oracle/product/9.2.0/rdbms/lib32/ -L/opt/app/oracle/product/9.2.0/lib32/...
    See more | Go to post

    Leave a comment:


  • mdshafi01
    started a topic what is param() in CGI PERL
    in Perl

    what is param() in CGI PERL

    HI,

    I have problem in this code

    it is not working it is not going insdie param condition...

    please what will be the problem

    please help me

    [code=perl]
    use CGI qw(:standard);

    print "Content-type: text/plain\n\n";

    if (param()) {
    my $dest = param('dest');
    my $opt = param('opt');
    my $file = param('file');...
    See more | Go to post
    Last edited by numberwhun; Feb 5 '08, 12:55 PM. Reason: add code tags

  • mdshafi01
    replied to Problem in installing DBD::ORACLE PACKAGE
    in Perl
    Please some one help me installing this.
    shafi
    See more | Go to post

    Leave a comment:


  • mdshafi01
    started a topic Using output of one exe in other exe
    in C

    Using output of one exe in other exe

    Hi,
    I have two programs (Exe)'s. One exe will take two arguments and it will produce some output.
    Whatever the output produced by first one should be used in second one.

    One condition these two programs will be executed independently.

    Please tell me how to achieve this.

    shafi
    See more | Go to post

  • mdshafi01
    replied to Problem in installing DBD::ORACLE PACKAGE
    in Perl
    What is this CPAN interface. From where i can receive this CPAN interface to install perl packages.

    Please give me some details setps and instructions which are should be followed to complete this task.

    shafi...
    See more | Go to post

    Leave a comment:


  • mdshafi01
    replied to Problem in installing DBD::ORACLE PACKAGE
    in Perl
    Erro while installing DBD::ORACLE

    Hello all,

    while installing DBD::ORACLE package in machine. I am getting following errorl


    I am using this command to install this package.

    ppm install DBD-Oracle.ppd

    This is my DBD-Oracle.ppd
    <?xml version="1.0" encoding="UTF-8"?>
    <SOFTPKG NAME="DBD-Oracle" VERSION="1,12,0 ,0">...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...