WINELIB Use References

2004-11-15 Thread Dagan Shai
Hi,   I'm new to WINE / WINELIB. We're considering using WINELIB in order to port a commercial telephony application (service node).   I would appreciate some information from someone with experience porting commercial server-side applications with WINELIB regarding the problems that ar

STL with WINE problems

2004-11-07 Thread Dagan Shai
Hi,   I'm trying to compile a C++ file using WINE. The file includes STL's map. I am using STLPort with WINE.   I get a long list of errors starting with:   /starhome/iu/wine/include/wine/msvcrt/cstdlib:97: `div' not declared /starhome/iu/wine/include/wine/msvcrt/cstdlib:102: `ldiv'

RE: Test Drive failure

2004-11-03 Thread Dagan Shai
so I don't understand the problem here. Regards, Shai Dagan -Original Message- From: Dimitrie O. Paun [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 02, 2004 6:57 PM To: Dagan Shai Cc: Dimitrie O. Paun; [EMAIL PROTECTED] Subject: Re: Test Drive failure On Tue, Nov 02, 2004 at 06:40:

RE: Test Drive failure

2004-11-02 Thread Dagan Shai
? Shai Dagan -Original Message- From: Dimitrie O. Paun [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 02, 2004 6:14 PM To: Dagan Shai Cc: [EMAIL PROTECTED] Subject: Re: Test Drive failure On Tue, Nov 02, 2004 at 05:53:11PM +0200, Dagan Shai wrote: > Hi, > I'm new to WINELIB

Test Drive failure

2004-11-02 Thread Dagan Shai
  Hi, I'm new to WINELIB. As a test drive I tried to port the Hello World application, just to see that the environment is functioning. I called: winemaker --console --lower-uppercase . In the source directory. Then I called: make A helloworld.exe.so file was successfully created as