Cameron Reikes

Results 26 comments of Cameron Reikes

MSVC compiler works with no issues ``` nim --threads:on r --cc:vcc hello.nim Hint: used config file 'C:\Users\Cameron\.choosenim\toolchains\nim-1.6.4\config\nim.cfg' [Conf] Hint: used config file 'C:\Users\Cameron\.choosenim\toolchains\nim-1.6.4\config\config.nims' [Conf] ................................................................. CC: stdlib_digitsutils.nim CC: stdlib_dollars.nim CC:...

@rockcavera it only happens when using gcc as a backend yes. I use the gcc shipped with choosenim, here is the gcc -v ``` C:\Users\Cameron\Documents>C:\Users\Cameron\.nimble\bin\gcc.exe -v Using built-in specs. COLLECT_GCC=C:\Users\Cameron\.choosenim\toolchains\mingw64\bin\gcc.exe...

Why does tlsEmulation:off break on my config in windows? It seems like it doesn't for others. @xflywind can you try compiling hello world with `nim --tlsEmulation:off --threads:on r -f hello.nim`...

> @creikey Hi, is this issue related to libwinthread.dll? Yeah, I forgot I opened this issue but I figured out how to fix it for me, I added the bin...

> > If we don't want an implicit dependency, maybe we should re-enable --tlsEmulation. #18146 was reopened. > > The problem actually lies with the mingw64 distribution that Nim uses,...

@juzzlin I would like to associate each message with an image by pasting images from google or screenshot capturing programs. Setting an image as the background of a node does...

@andrewrk I just compiled vkcube and ran it and it seems to work, screenshot: ![image](https://user-images.githubusercontent.com/28424206/100560205-fd721880-3269-11eb-96ef-15a01ba2f638.png) That latest patch has the same error: ``` ➜ Downloads ./static-window9 debug: detecting whether we...

Also just tested with the binary provided by the prebuilt `vulkan-tools` package and it works