#Response from .dll partially missing

3 messages · Page 1 of 1 (latest)

normal geode
#

Hi I have a .dll to get system information from windows bundled into json that I created from c.

but the .dll when I load it using tauri it has missing parts but if I use regular rust it has complete data.

Here's the comparison:

with tauri https://pastebin.com/DgEMM6rV (missing audio, cpu, storage, ramslots, motherboard value )

only rust https://pastebin.com/m4H3yYyE

limpid sleet
#

If this is still an issue, do you have any more information? Just the output is honestly not that helpful if we don't know how the dll works and how you load it.

normal geode