Hello,
I need to write a ftp client in C++ on HP unix. Does ne one aware of any free/less expensive ftp library (in C/C++ on HP Ux) which can be used to develop such client. If not, does any one has developed such client in past ... Appreciate your help and any hints /pointers.
thanks and...
Hi,
You can always set the class path in startWebLogic.sh or startManagedWebLogic.sh.
That is being used by the applications running on weblogic or Managed server instance of Weblogic.
HTH.
Mahesh
Hi,
I am not able to use grep or egrep to get the matched lines for multiple patterns. For E.g. I want to get the lines matching to either "This is good" or "This is better" pattern.
The file can be like this ...
I say This is good or bad.
you say This is better may be...
Hi,
I am trying to compile the ejb and generate the jar. I am getting following error. (I have tools.jar already in CLASSPATH).
[echo] =========================================
[ejbjar] Could not resolve ( publicId: -//Sun Microsystems, Inc.//DTD Enterpr
ise JavaBeans 2.0//EN...
Hi,
I am not able to build my application with xalan-c. Am getting
following error -
/usr/ccs/bin/ld: Unsatisfied symbols:
xalanc_1_6::XSLTResultTarget::XSLTResultTarget(std::basic_ostream<char,s
td::char_traits<char>> *)%1 (first referenced in...
Hi,
While I am trying to start my servers (written in C++, compiled with visibroker and oracle on hp ux with aCC 3.45), the servers are throwing this error and exiting.
/usr/lib/dld.sl: Can't find path for shared library: ORACLE
/usr/lib/dld.sl: No such file or directory
Assertion failed: 0 !=...
Hi,
While trying to build my application .. I am getting linker error (Unable to write, connection timeout). Not sure why -
1. Taking long time to link and build the executable.
2. What is the reason for such linker error.
If anyone of you has faced similar error and resolved it, please let me...
Hi,
I want to execute this command at command prompt
"cat DSLEastCommon.h@@/main/sda_1.9/SDA_1.12.10/SDA_1.12.10_Visibroker_migration/1"
But the problem is whenever I copy this .. due to "@" symbol, it is not able to write the whole line. It becomes...
Hi,
Can I write an update statement to update values in two columns of two different table? For e.g. I want to update col A of Table A and col B of Table B in single update statement .. can it be possible?
thanks in advance,
Mahesh
Hi,
I am getting following compilation error -
Error 112: "/apps_serv/sourcepro/rw_buildspace/include/ansi/cwchar", line 123 # Include file <sys/_mbstate_t.h> not
found.
# include <sys/_mbstate_t.h>
^^^^^^^^^^^^^^^^^^
Error 484...
Hi,
I have a doubt wrt PL/SQL - nested update query ..
My requirement is to update one column value based on some conditions i.e. based on the values in two different tables.
Here is a select query for reference .. which gives the relation -
SELECT A.BILLING_ACCOUNT_NUMBER, A.ACCOUNT_ID...
Hi,
Can someone help me in ..
1. To understand the difference between compiler aCC version 3.13 and 3.35 and 3.45 on hpUx.
2. Migration of C++ code from aCC 3.13 to 3.45.
3. How and where to get aCC 3.45 for HPUx.
4. Any other pointers which can help in this migration...
thanks and regards,
Mahesh
Hi,
The requirement is to set secure ftp connection with unix box from Windows NT. We are aware of normal ftp windows API. Appreciate, if some one can give the reference for APIs on win NT for setting up secure connection with unix box.
If you can provide sample code, that would be great...
Hi,
I am currently trying to migrate my application to higher version of visibroker i.e to 5.2. I am facing strange problems in compiling the stubs and skeleton i.e. <idlName>_c.C and <idlName>_s.C files which are generated by idl2cpp compiler itself.
The errors which am getting are
line 165 #...
Hi,
Pete has given a very basic and good example to understand the factory pattern. Here from factory you wil get either circle or square or some other shape as shape object i.e. base class. All these different shapes will implement all the virtual methods defined in base class i.e. Shape. So...
Hi,
Static member function and member variables are class attributes .. and others are object attributes. In other words, say,In class C1, function F1 and variable V1 are static and function F2 and variable V2 are normal i.e.auto. Then,
1. Function F1 can use variable V1 but not V2.
2. Function...
Hi,
Let's take example of factory design pattern .. I hope you are aware of design patters ... in that, we actually use the virtual functions and abstract class. Base class has the virtual functions which are to be implemented in derived classes. If you declare some function and assign it to...
Hi,
I want to read some environment variables inside java code. I am not able to use System.getProperty() as it can read only some variables which are predefined. My requirement is -
1. I am declaring a variable and exporting it before execution of code starts.
2. i want to access the value of...
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.