Please give me some hints. I need to call several C functions in a *.SO file from C++. The *.SO file is also written by me, but for some hard reasons, I must make it C instead of C++. Then, how should I link them to C++ and use g++ command to compile. My system is AIX.
Please provide more information about your 485 type. If your 140 has been approved, you do not need to file new application after 485. Only when USCIS ask for RFE about your new job, give them provement. If you are EB1, and 140 not approved, you probably need another one.
OK. I solved the problem myself. Really dislike AIX. It is much more difficult to use compared with UNIX. However, could somebody help me understanding name mangling issues? Thank you.
【在 G*****9 的大作中提到】 : OK. I solved the problem myself. Really dislike AIX. It is much more : difficult to use compared with UNIX. : However, could somebody help me understanding name mangling issues? Thank : you.
I am creating *.SO files based on CPLEX ILOG Concert. However, this technology is not officially supported on AIX and the main issue lies in that g++ cannot link libraries right due to name mangling. On IBM's bbs, people told me it is very challenging to use c++/ILOG Concert on AIX. I want to try my luck here.
w*e
16 楼
到是在国内,我会找人把我老板的脚筋给挑了,让丫后半生做轮椅,在这里,事情不好 办
U*e
17 楼
窦唯年轻的时候精神状态还好吧
【在 s*****h 的大作中提到】 : people with mental problems look alike
b*i
18 楼
did you try extern "C" for your C function?
Concert
【在 G*****9 的大作中提到】 : I am creating *.SO files based on CPLEX ILOG Concert. However, this : technology is not officially supported on AIX and the main issue lies in : that g++ cannot link libraries right due to name mangling. : On IBM's bbs, people told me it is very challenging to use c++/ILOG Concert : on AIX. I want to try my luck here.