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
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
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
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
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
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
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/
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
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