wineg++ compile error

Damjan Jovanovic damjan.jov at gmail.com
Mon Jan 19 23:37:41 CST 2009


On Tue, Jan 20, 2009 at 2:23 AM, Stefan Dösinger <stefan at codeweavers.com> wrote:
>> Yeah, it looks like there's some conflict with iostream and msvcrt:
>> http://www.mail-archive.com/[email protected]/msg08834.html
>>
>> I'm trying to follow the recommendations, but without much luck.
> Maybe try to use the iostream implementation from msvcrt(not sure how to do
> that, though - I never used winelib myself)
>
> Is there any reason why you have to compile the app using winelib? Unless
> you want to link against Linux libraries in your app there is no advantage
> over compiling the application as a PE .exe file(same performance, same
> runtime requirements etc). If you compile it as native .exe you avoid all
> the issues where Linux headers collide with Windows headers.
>

I thought that Wine's msvcrt didn't have any iostreams yet (#11910, #6457)?

Damjan



More information about the wine-devel mailing list