2004 0:06
> To: Scott Snell
> Cc: Dimitrie O. Paun; Boaz Harrosh; Wine-Devel (E-mail)
> Subject: Re: iostream and msvcrt?
>
> Just got back from vacation. Why is it including a cstdlib?
> Anyway, can you send me exactly what you did, so I can try
> to reproduce it on my box?
>
> --
> Dimi.
t: Sunday, 22 August 2004 22:18
> To: Scott Snell
> Cc: Dimitrie O. Paun; Wine-Devel (E-mail)
> Subject: Re: iostream and msvcrt?
>
> You need to have your stlport/config/stl_wine.h (I based mine on
> stl_mycomp.h, not stl_gcc.h) and change /stlport/config/stlcomp.h t
TECTED]
> Sent: Thursday, 19 August 2004 3:14
> To: Scott Snell
> Subject: Re: Adventures in serial port.
>
> Scott Snell a écrit :
> > Fantastic! Can you let me know when it is committed?
> it is
Hi Dimi,
Thanks for helping out. I made the changes you suggested to the
gcc-mingw.mak file for STLPort. When I go make it does a:
wineg++ -I../stlport -W -Wno-sign-compare -Wno-unused -Wno-uninitialized
-mno-cygwin -O2 -D_STLP_USE_DYNAMIC_LIB dll_main.cpp -c -o
../lib/obj/MINGW32/ReleaseD/dll_
?
regards,
Scott.
> -Original Message-
> From: Boaz Harrosh [SMTP:[EMAIL PROTECTED]
> Sent: Tuesday, 17 August 2004 18:18
> To: Scott Snell
> Cc: Wine-Devel (E-mail)
> Subject: Re: iostream and msvcrt?
>
> Using gcc's c++ libraries will not work wi
wine wont work with my project.
regards,
Scott.
> -Original Message-
> From: Mike Hearn [SMTP:[EMAIL PROTECTED]
> Sent: Tuesday, 17 August 2004 18:38
> To: Scott Snell
> Cc: Wine-Devel (E-mail)
> Subject: Re: iostream and msvcrt?
>
> Why are you tryi
Hi All,
Thanks to everyone who has helped me with winelib, so far most things are
going really well! However here is an issue I cant solve - iostream and
msvcrt. Here is an example file:
// test.cpp module
#include
#include
int test()
{
return 1;
}
If I compile it using:
wineg++ -
Hi All,
I have a MSVC project I am converting with winebuild. My project links in a
windows .lib file that is provided by a third party. Can I link this
library file into my winelib project, and if so how? I cant seem to find any
recent discussion on this topic so if you could point me to some I
Hi All,
I have been trying for several weeks to transfer our product to linux using
wine. I am so close it hurts! The only issue has been the serial ports.
Threads, sockets, and timers appear to be working as advertised (an
impressive feat of wine as it is!). However the serial port has faile
I installed 20040716 from an rpm and although most of it worked very well I
had issues with the serial port. It would send out some characters at the
start but I couldnt read any characters. After reading the thread "General
serial communications issues" I found Eric Pouech's patch. I downloaded
10 matches
Mail list logo