Re: [opendx-dev] AIX c++ modules

2003-08-21 Thread David Thompson
So you no longer need to set the -e flag to set the entry point? Does the file dxexec.exp work as a -bE file if you change the first line to #!. I guess what I'm asking is can you fix dxexec.exp to work for both import and export? AIX is the only one that uses the .exp file. What does the -G

Re: [opendx-dev] AIX c++ modules

2003-08-21 Thread Ireneusz SZCZESNIAK
On Thu, 21 Aug 2003, David Thompson wrote: So you no longer need to set the -e flag to set the entry point? No. When you build libraries that will be open with the dlopen function, the entry point set with the -e flag will not be used. You also do not need to set an entry point to DXEntry,