gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GSPrivateLoadModule() bug on MinGW


From: Germán Arias
Subject: GSPrivateLoadModule() bug on MinGW
Date: Sat, 14 Feb 2015 23:40:10 -0600

Finally I found the problem, this occurs at function
GSPrivateLoadModule() in objc-load.m. The problem is the NSString method
-fileSystemRepresentation, that returns a 16-bit unicode string. The
function dlopen() on mingw don't support this. So I solved the problem
just using -UTF8String and now backend works again.

Germán





reply via email to

[Prev in Thread] Current Thread [Next in Thread]