EvEmu-Project / evemu_Crucible

Emulator for EvE Online's Crucible expansion
https://evemu.dev
170 stars 66 forks source link

Fix account creation on windows machines #229

Closed Almamu closed 1 year ago

Almamu commented 1 year ago

Signed-off-by: Alexis Maiquez Murcia almamu@almamu.com

Almamu commented 1 year ago

I have not been able to test it myself, but thats a good point. I do remember having a define that changed based on the platform for these kind of formats. I64d and I64u I think they were.

jdhirst commented 1 year ago

I'll test it in gcc as-is and let you know the results 🙂

jdhirst commented 1 year ago

Confirmed this works fine on Linux systems. Merging :slightly_smiling_face:

Almamu commented 1 year ago

Nice! Now this is a problem almost everywhere in the server 😅 The biggest offender I'd say is timestamps as these are always saved as bigint and long long... I'll create an issue so we can keep track of this...