Re: load library problem

2003-09-14 Thread Alexandre Julliard
Eric Pouech <[EMAIL PROTECTED]> writes: > after some more exchanges with Dimi, it turned out that this was > caused by a too short buffer in > relay32/[EMAIL PROTECTED] (dllname was way to > short). > Alexandre, any reason for keeping this at 20 chars ? No, there's no reason, that's a leftover fr

Re: load library problem

2003-09-14 Thread Eric Pouech
Dimitrie O. Paun wrote: On September 14, 2003 03:07 am, Eric Pouech wrote: Another issue could be the (.so) dependencies on wine-calendar.dll.so which cannot be resolved. I think you mean calendar-wrap.dll.so. Hmm, that would be very odd. Do you see any problem with these: [EMAIL PROTECTED] cale

Re: load library problem

2003-09-14 Thread Dimitrie O. Paun
On September 14, 2003 03:07 am, Eric Pouech wrote: > Another issue could be the (.so) dependencies on wine-calendar.dll.so > which cannot be resolved. I think you mean calendar-wrap.dll.so. Hmm, that would be very odd. Do you see any problem with these: [EMAIL PROTECTED] calendar]$ ldd calendar.e

Re: load library problem

2003-09-14 Thread Eric Pouech
Dimitrie O. Paun wrote: On September 14, 2003 02:50 am, Eric Pouech wrote: [EMAIL PROTECTED] calendar]$ export WINEDLLPATH=/usr/local/lib/wine:`pwd` [EMAIL PROTECTED] calendar]$ echo $WINEDLLPATH /usr/local/lib/wine:/home/dimi/dev/wine/wxWindows/samples/calendar [EMAIL PROTECTED] calendar]$ wine c

Re: load library problem

2003-09-14 Thread Dimitrie O. Paun
On September 14, 2003 02:50 am, Eric Pouech wrote: > > [EMAIL PROTECTED] calendar]$ export WINEDLLPATH=/usr/local/lib/wine:`pwd` > > [EMAIL PROTECTED] calendar]$ echo $WINEDLLPATH > > /usr/local/lib/wine:/home/dimi/dev/wine/wxWindows/samples/calendar > > [EMAIL PROTECTED] calendar]$ wine calendar.e

Re: load library problem

2003-09-13 Thread Eric Pouech
Dimitrie O. Paun wrote: On September 12, 2003 06:47 am, Vincent Béron wrote: Try setting WINEDLLPATH="/usr/local/lib/wine:`pwd`" and see if it goes further. No, I got the same problem: [EMAIL PROTECTED] calendar]$ export WINEDLLPATH=/usr/local/lib/wine:`pwd` [EMAIL PROTECTED] calendar]$ echo $W

Re: load library problem

2003-09-13 Thread Dimitrie O. Paun
On September 12, 2003 06:47 am, Vincent Béron wrote: > Try setting WINEDLLPATH="/usr/local/lib/wine:`pwd`" and see if it goes > further. No, I got the same problem: [EMAIL PROTECTED] calendar]$ export WINEDLLPATH=/usr/local/lib/wine:`pwd` [EMAIL PROTECTED] calendar]$ echo $WINEDLLPATH /usr/local/

Re: load library problem

2003-09-12 Thread Vincent Béron
Le ven 12/09/2003 à 03:13, Dimitrie O. Paun a écrit : > Hi folks, > > I have flagged this before, but got no answer. Once again, > this a C++ Winelib app (one of the wxWindows samples): > > [EMAIL PROTECTED] calendar]$ ls calendar* > calendar calendar_calendar.o calendar.cpp calendar.ex

load library problem

2003-09-12 Thread Dimitrie O. Paun
Hi folks, I have flagged this before, but got no answer. Once again, this a C++ Winelib app (one of the wxWindows samples): [EMAIL PROTECTED] calendar]$ ls calendar* calendar calendar_calendar.o calendar.cpp calendar.exe.so calendar.o calendar.rc calendar-wrap.dll.so cale