--- Log opened Wed Feb 26 00:00:22 2020 |
00:03 | | VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has quit [Connection closed] |
00:03 | | VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has joined #code |
00:03 | | mode/#code [+ao VirusJTG VirusJTG] by ChanServ |
00:23 | | macdjord|slep is now known as macdjord |
00:37 | | Kindamoody is now known as Kindamoody[zZz] |
00:52 | | catalyst [yaaic@Nightstar-295h3e.cpe.teksavvy.com] has quit [Connection reset by peer] |
01:00 | | catalyst [yaaic@Nightstar-295h3e.cpe.teksavvy.com] has joined #code |
01:31 | | celticminstrel [celticminst@Nightstar-80avij.dsl.bell.ca] has joined #code |
01:31 | | mode/#code [+o celticminstrel] by ChanServ |
01:52 | | Vorntastic [uid293981@Nightstar-h2b233.irccloud.com] has quit [[NS] Quit: Connection closed for inactivity] |
02:07 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed] |
03:03 | | Degi [Degi@Nightstar-sa7apa.dyn.telefonica.de] has quit [Operation timed out] |
03:05 | | Degi [Degi@Nightstar-0ghr3o.dyn.telefonica.de] has joined #code |
04:27 | | catalyst [yaaic@Nightstar-295h3e.cpe.teksavvy.com] has quit [[NS] Quit: Bye] |
05:21 | | Derakon is now known as Derakon[AFK] |
05:32 | | himi [sjjf@Nightstar-1drtbs.anu.edu.au] has quit [Ping timeout: 121 seconds] |
06:49 | | celticminstrel [celticminst@Nightstar-80avij.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!] |
07:08 | | macdjord [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Connection reset by peer] |
07:20 | | macdjord [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code |
07:20 | | mode/#code [+o macdjord] by ChanServ |
07:49 | | Kindamoody[zZz] is now known as Kindamoody |
08:04 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has joined #code |
08:04 | | mode/#code [+o himi] by ChanServ |
09:27 | | mac [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code |
09:27 | | mode/#code [+o mac] by ChanServ |
09:30 | | macdjord [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Operation timed out] |
09:33 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
09:33 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
11:30 | | macdjord|slep [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code |
11:30 | | mode/#code [+o macdjord|slep] by ChanServ |
11:33 | | mac [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
11:33 | | macdjord [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code |
11:33 | | mode/#code [+o macdjord] by ChanServ |
11:34 | | macdjord|slep [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
12:20 | | macdjord [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds] |
14:37 | | celticminstrel [celticminst@Nightstar-80avij.dsl.bell.ca] has joined #code |
14:37 | | mode/#code [+o celticminstrel] by ChanServ |
14:44 | <&ToxicFrog> | Yeah, the "loading function in .lib that collapses to real function in .dll at runtime" bit is MSVC-specific. MSYS gcc just lets you link against the DLLs directly. |
16:43 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has joined #code |
17:10 | | Derakon[AFK] is now known as Derakon |
20:23 | | bluefoxx [fuzzylombax@Nightstar-gmbj85.vs.shawcable.net] has quit [Ping timeout: 121 seconds] |
20:53 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds] |
23:09 | | himi [sjjf@Nightstar-1drtbs.anu.edu.au] has joined #code |
23:09 | | mode/#code [+o himi] by ChanServ |
23:46 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has quit [Ping timeout: 121 seconds] |
23:54 | <&McMartin> | The MSVC stuff enables some pretty crazy stuff that's otherwise hard to get, but it's pretty much just automating something you could build with a 20-line code generator |
23:55 | <&McMartin> | One of the more exciting ones being important symbols from a DLL with different names than those used in the DLL itself, which thanks to the way Windows uses a two-level linking namespace will let one file transparently and simultaneously use two DLLs with name conflicts |
23:56 | <&McMartin> | (My immediate goal when digging into that stuff was pretty much "getting that to work on Linux without too much pain, because the SDL1-in-SDL2 wrapper library icculus had been playing with was definitely too much pain") |
--- Log closed Thu Feb 27 00:00:23 2020 |