南宫茜

Results 21 comments of 南宫茜

But it does compile using gcc or clang. 发自我的iPhone ------------------ Original ------------------ From: Konstantin

In my memory most Carbon functions on 64bits are just stubs. I built a simple Carbon application in Xcode, it only worked when I switched the architecture to i386 other...

Since Microsoft has released the full sources of WinForms and WPF, is it possible to combine those sources and Wine's 'native' libs to provide a better WinForms experience?

Thanks for your reply! The author or FNA has described about the relationship among XNA, FNA and MonoGame. https://github.com/FNA-XNA/FNA/issues/154

According to the upstream grub2 code base, replace `${OBJCOPY-objcopy} -O binary conftest.exec conftest` with `${OBJCOPY-objcopy} --only-section=.text -O binary conftest.exec conftest` in `configure` should work.

那对于支持iOS 10以下的系统只能依靠第三方的实现了

It seems that it's enough to build a toolchain targeting `ia16-elf` and compile some simple example program, but I'm not sure if it will work accurately as on other host...