pravic

Results 263 comments of pravic

I think, the problem is with `packfolder` arguments: it must be in `packfolder result_file.cpp input_directory` form.

Ditto. Uninstall BSIPA didn't work - the game was not able to start afterwards at all, it just started and immediately closed. "Validate integrity of game files" did help -...

+1 for this. Otherwise it's really hard to recall what mods were installed before the update.

@plsMajor No, those checkboxes work as long as the mods are installed AND they are available on the website. Once BS is updated, there are no mods available for the...

@ricobbe This RFC supports both situations via `#[link_ordinal]` and `#[link_name]` attributes. So, to answer your question, ```rust mod all_imports_together { #[link(name = "a.dll", kind = "raw-dylib")] extern "system" { #[link_name("f")]...

> FWIW, Windows binaries always use no_mangle or equivalent when exporting from a DLL. It depends what you mean by "Windows binaries". Standard Windows API dlls? Yes, they do not...

Perhaps. Is it necessary? I see that also there is a way to just [mention it](https://help.github.com/articles/licensing-a-repository/) in the README, but again, it's not obligatory (because of "may include"). I really...

Yeah, it is broken for a while. Need to sync.

Tried to update. 1. Float-free libcore (rust-lang/rfcs#1364). While someone claims about [+soft-float](https://github.com/rust-lang/rfcs/issues/1364#issuecomment-236374104), it doesn't work for me, so I had to use the [libcore_nofp](https://github.com/thepowersgang/rust-barebones-kernel/commit/78beb04339156c672e43ed3c01d22f0a4a1c63ec) patch still. 2. A lot of...

> Is the current master supposed to build right now? Nah, due to Rust changes it is broken at the moment. I 've managed to update the new libcore, but...