On 10/23/10 6:59 PM, bacchus wrote: > I failed to link a .so built with g++ to wine. > > winegcc can not link g++ .o files to .so file. > > how can I use c++ with wine? You use wineg++. Just be sure you aren't using any C++ functions or classes from DLLs that were compiled with Microsoft Visual C++. You'll get horrendous link errors if you do. Chip