RE: iostream and msvcrt?

2004-09-13 Thread Scott Snell
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.

RE: iostream and msvcrt?

2004-08-24 Thread Scott Snell
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

RE: Adventures in serial port.

2004-08-20 Thread Scott Snell
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

RE: iostream and msvcrt?

2004-08-18 Thread Scott Snell
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_

RE: iostream and msvcrt?

2004-08-17 Thread Scott Snell
? 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

RE: iostream and msvcrt?

2004-08-17 Thread Scott Snell
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

iostream and msvcrt?

2004-08-17 Thread Scott Snell
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++ -

linking with windows .lib fies?

2004-08-16 Thread Scott Snell
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

Adventures in serial port.

2004-08-16 Thread Scott Snell
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

Serial port patch in 20040716

2004-07-21 Thread Scott Snell
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