ChanServ changed the topic of #zig to: zig programming language | ziglang.org | be excellent to each other | channel logs: https://irclog.whitequark.org/zig/
cenomla has joined #zig
cenomla has quit [Quit: cenomla]
cenomla has joined #zig
cenomla has quit [Client Quit]
cenomla has joined #zig
steveno has joined #zig
steveno has quit [Client Quit]
aiwakura has quit [Quit: Ping timeout (120 seconds)]
<dimenus>
will save those, this is for kernel32.lib though
<dimenus>
which is in the windows sdk - which is an extra package shipped with each instance of visual studio
<dimenus>
all of this worked for me but I read online about people having issues with the keys not being created
<andrewrk>
this is for finding the folder that contains kernel32.lib?
<dimenus>
so i deleted mine without backing them up
<dimenus>
like an idiot
<dimenus>
correct
<andrewrk>
it's ok Dimenus, the science had to be done
<andrewrk>
btw we generate kernel32.lib if you don't link libc
<andrewrk>
but we do have to know where the system provided kernel32.lib is if the system-provided libc depends on it
<dimenus>
what generates it, llvm?
<andrewrk>
we create a .def file based on the functions we call, then generate it with LLD
<andrewrk>
the reason we need system provided kernel32.lib if you depend on system libc is we don't know what functions in kernel32 libc calls so we can't generate it
hasen_judy has joined #zig
<dimenus>
yeah that makes sense
hasen_judy has quit [Ping timeout: 252 seconds]
dimenus has quit [Read error: Connection reset by peer]
dimenus has joined #zig
ofelas has quit [Quit: shutdown -h now]
clownpriest has quit [Quit: My Mac has gone to sleep. ZZZzzz…]