On 26 June 2011 16:26, Jonathan Wakely wrote:
> On 26 June 2011 16:06, Ruben Van Boxem wrote:
>>
>> No extra #includes are necessary, and for now I #ifdef'ed the extra
>> code with #if _WIN32. Perhaps cleaner would be a configure check for
>> OS or CRT used and a __GLIBCXX* macro to enable this fun
On 26 June 2011 16:06, Ruben Van Boxem wrote:
> Hi,
>
> I have implemented a small patch that mirrors Microsoft's STL
> extension, where one can use wide strings as an argument to
> std::(w)fstream. This is very useful on Windows, where, without this
> extension, there is no way to open an fstream
On Sun, 26 Jun 2011 17:06:47 +0200, Ruben Van Boxem wrote:
> I have implemented a small patch that mirrors Microsoft's STL extension,
> where one can use wide strings as an argument to std::(w)fstream. This
> is very useful on Windows, where, without this extension, there is no
> way to open an fst
Hi,
I have implemented a small patch that mirrors Microsoft's STL
extension, where one can use wide strings as an argument to
std::(w)fstream. This is very useful on Windows, where, without this
extension, there is no way to open an fstream for a filename
containing non-ASCII characters not in the
On 6/26/2011 20:27, Farkas Levente wrote:
> On 06/26/2011 01:53 PM, JonY wrote:
>> On 6/26/2011 19:41, Farkas Levente wrote:
>>> yes it seem the headers are finally good, but now i've got some
>>> problem during link:
>>>
>>> CCLD lib
On 06/26/2011 01:53 PM, JonY wrote:
> On 6/26/2011 19:41, Farkas Levente wrote:
>> yes it seem the headers are finally good, but now i've got some
>> problem during link:
>>
>> CCLD libgstd3dvideosink.la
>> Creating library file:
>> .
On 6/26/2011 19:41, Farkas Levente wrote:
> yes it seem the headers are finally good, but now i've got some
> problem during link:
>
> CCLD libgstd3dvideosink.la
> Creating library file:
> .libs/libgstd3dvideosink.dll.a.libs/libgstd3d
On Sun, Jun 26, 2011 at 2:41 PM, Farkas Levente wrote:
> On Fri, Jun 24, 2011 at 15:13, Kai Tietz wrote:
>> 2011/6/24 Farkas Levente :
>>> On 06/23/2011 11:43 PM, Farkas Levente wrote:
On 06/23/2011 11:38 PM, Ozkan Sezer wrote:
> On Thu, Jun 23, 2011 at 11:08 PM, Kai Tietz
> wrote:
On Fri, Jun 24, 2011 at 15:13, Kai Tietz wrote:
> 2011/6/24 Farkas Levente :
>> On 06/23/2011 11:43 PM, Farkas Levente wrote:
>>> On 06/23/2011 11:38 PM, Ozkan Sezer wrote:
On Thu, Jun 23, 2011 at 11:08 PM, Kai Tietz
wrote:
> Problem fixed on trunk at revision 4228. This fix might