Pycckue-Bnepeg / samp-rs

SA:MP SDK written in Rust
46 stars 11 forks source link

Fix compilation fail and cargo test. #6

Closed xakdog closed 6 years ago

xakdog commented 6 years ago

Change-log

Pycckue-Bnepeg commented 6 years ago

Have you tested on Windows? I'm not sure about logprintf_t signature.

xakdog commented 6 years ago

Yeah... On Windows all native calls are broken and causing segfault (including the logprintf_t). I can’t find a fast way to fix it. I’ve tried different versions of compiler and old commits, it seems to be broken through all history.

I think we need extra work to debug and fix master branch for windows.

Pycckue-Bnepeg commented 6 years ago

I haven't tested on Windows. I thought extern "system" should work fine but I likely was wrong.