Re: Re: Using winebuild explicitly

2004-01-05 Thread Ralf Juengling
On Mon, 2004-01-05 at 13:04, Dimitrie O. Paun wrote: > > There is at least one difference in using a wrapper & dll vs. > > using a single executable: The function GetModuleFileName > > doesn't yield the path to the program (the wrapper) with the > > wrapper-approach (there was some discussion on th

Re: Using winebuild explicitly

2004-01-05 Thread Ralf Juengling
The directory in which libwine.so.1 lives, is contained in my /etc/ld.so.conf. Are you saying this should be enough for gcc to find the library file? In the other Makefile (the one where I invoke winebuild explicitly), the path is passed (as an -L option) to winebuild and g++ (c.f. variable LDFLAGS). Ralf -- Ralf Juengling <[EMAIL PROTECTED]>

Using winebuild explicitly

2004-01-02 Thread Ralf Juengling
Hi Dimi, On Wed, 2003-12-31 at 16:47, Dimitrie O. Paun wrote: > On December 31, 2003 07:42 pm, Ralf Juengling wrote: > > okay, now it's as before: > > As I said, I think there's something wrong with your > ld setup. You need to have /usr/local/lib (where > the l

Re: winemine2 winelib example

2003-12-30 Thread Ralf Juengling
On Tue, December 23 2003 08:51 am, Dimitrie O. Paun wrote: > On December 23, 2003 09:03 am, Vincent Béron wrote: > > Not really. The problem in that case is that winemaker thinks every > > resource file needs to be compiled independantly, when there's really > > only one to compile in that case (as

Re: GetModuleFileName mysteries

2003-12-24 Thread Ralf Juengling
- Original Message - From: "Eric Pouech" <[EMAIL PROTECTED]> To: "Ralf Juengling" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, December 23, 2003 11:05 PM Subject: Re: GetModuleFileName mysteries > basically, because for buil

GetModuleFileName mysteries

2003-12-22 Thread Ralf Juengling
ication name given to wine by the wineapploader script is "phaeaco.exe" or "phaeaco.exe.so". This is a confusing picture. Could somebody point out what the expected result of GetModuleFileName is for this scenario (the full path to the dll, I guess) and how it comes about that it yields a path "C:\WINDOWS\SYSTEM\..."? I observed this with Wine-20031118, haven't tested more recent versions. Ralf -- Ralf Juengling <[EMAIL PROTECTED]>

Re: help with linking needed

2003-11-22 Thread Ralf Juengling
> I have successfully compiled sources of a Windows application, but > when starting up, it tries to locate and link to a windows dll > to access some C library functions: > > ... > err:module:import_dll No implementation for cw3230.DLL._strlen imported > from L"Z:\\local\\builts\\phaeaco-2003111

Re: help with linking needed

2003-11-22 Thread Ralf Juengling
> I have successfully compiled sources of a Windows application, but > when starting up, it tries to locate and link to a windows dll > to access some C library functions: > > ... > err:module:import_dll No implementation for cw3230.DLL._strlen imported > from L"Z:\\local\\builts\\phaeaco-2003111

help with linking needed

2003-11-21 Thread Ralf Juengling
fference. I hope somebody can introduce me to secrets of simultaneously linking against Winelib & Unix dynamic libraries.. Ralf -- Ralf Juengling <[EMAIL PROTECTED]>

Re: include files

2003-11-20 Thread Ralf Juengling
On Thu, 2003-11-20 at 11:21, Alexandre Julliard wrote: > Ralf Juengling <[EMAIL PROTECTED]> writes: > > > Why doesn't it also add > > /whereever/include/wine/msvcrt ? > > Because not everybody wants to use msvcrt. Unless you need some > specific features o

Re: include files

2003-11-20 Thread Ralf Juengling
Thanks. On Thu, 2003-11-20 at 11:21, Alexandre Julliard wrote: > Ralf Juengling <[EMAIL PROTECTED]> writes: > > > Why doesn't it also add > > /whereever/include/wine/msvcrt ? > > Because not everybody wants to use msvcrt. Unless you need some > specific fe

include files

2003-11-19 Thread Ralf Juengling
A Makefile created by winemake & configure adds /whereever/include/wine/windows to the include paths. Why doesn't it also add /whereever/include/wine/msvcrt ? What is the status of the include files in msvcrt? Ralf -- Ralf Juengling <[EMAIL PROTECTED]>

wine-20031016/include/msvcrt/limits.h

2003-11-06 Thread Ralf Juengling
__WINE_LIMITS_H #define INT_MAX 2147483647 -#define INT_MIN (-2147483648) +#define INT_MIN (-INT_MAX-1) #define SHRT_MAX 32767 #define SHRT_MIN (-32768) -- Ralf Juengling <[EMAIL PROTECTED]>

Status of Winelib?

2003-11-05 Thread Ralf Juengling
wonder whether something is wrong with my Wine installation or whether the test drive application simply doesn't work in the current Wine release (wine-20031016). Could somebody please confirm one or the other (winemine compiles and runs with wine-20031016 or not)? Thanks, Ralf -- Ra

winhq bugs

2003-11-01 Thread Ralf Juengling
ze (to the browser window). Thanks, Ralf -- Ralf Juengling <[EMAIL PROTECTED]>

Re: getting started with Winelib

2003-10-30 Thread Ralf Juengling
lib? Since I have no root account, I had to skip the invocation of /sbin/ldconfig when installing wine-20031016. So I set LD_LIBRARY_PATH to /local/lib:/local/lib/wine. Any help appreciated, Ralf On Mon, 2003-10-27 at 18:23, Ralf Juengling wrote: > On Mon, 2003-10-27 at 13:09, Alexandre Jullia

Re: compiling winemine resources

2003-10-30 Thread Ralf Juengling
On Thu, 2003-10-30 at 08:58, Vincent Béron wrote: > Le mer 29/10/2003 à 17:52, Ralf Juengling a écrit : > > I was not successful with compiling the winemine application in > > wine-20031016. When the resource compiler is to compile one > > of the language dependent files, it

compiling winemine resources

2003-10-30 Thread Ralf Juengling
s LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US So it looks like wrc does not know what to do with the constant LANG_ENGLISH. Is this a bug? Any idea whats going wrong here? Ralf -- Ralf Juengling <[EMAIL PROTECTED]>

Re: getting started with Winelib

2003-10-27 Thread Ralf Juengling
On Mon, 2003-10-27 at 13:09, Alexandre Julliard wrote: > Ralf Juengling <[EMAIL PROTECTED]> writes: > > > So there is nothing I can do about it at the moment? > > What is the most recent Wine version in which winemaker used to work? > > The previous release

Re: getting started with Winelib

2003-10-26 Thread Ralf Juengling
> > checking for -lwine_uuid... /local/lib > > checking for libntdll.dll.so... configure: error: Could not find the > > Wine dlls (libntdll.dll.so) > > > Have you added /local/lib to /etc/ld.so.conf? If not, there should be a warning when you install wine. no, but I've set LD_LIBRARY_PATH to /loca

getting started with Winelib

2003-10-23 Thread Ralf Juengling
wine_unicode.so... /local/lib checking for -lwine_unicode... /local/lib checking for libwine_uuid.a... /local/lib checking for -lwine_uuid... /local/lib checking for libntdll.dll.so... configure: error: Could not find the Wine dlls (libntdll.dll.so) -- Ralf Juengling <[EMAIL PROTECTED]>