Gisle Vanem

Results 232 comments of Gisle Vanem

> Perhaps it would be better to work with the original code? Or just clean-up and remove rstest.c from GnuRadio? It's rather messy and confusing now IMHO.

> Or perhaps it's a shell issue ... Yes it was. With this `mu-edit.bat`, it works: ``` @echo off setlocal on break quit set VBS_FILE="c:\Users\Gisle\AppData\Local\Programs\Mu Editor\Mu Editor.vbs" set COMSPEC=cmd.exe echo...

> Ah, is the issue that the shell is running 4NT ... Seems so. The quotes are not correct for 4NT. But why does it need to use the shell...

Since we now use WinInet API for remote files on Windows, this can be done using a callback set in `InternetSetStatusCallback()` and calling `InternetOpen (..., INTERNET_FLAG_ASYNC)`. Ref: https://msdn.microsoft.com/en-us/library/windows/desktop/aa385096(v=vs.85).aspx

I'm utterly confused about the time-presentation. AFAICS, I've setup everything to show in local-time. Yet I see (now at 13:00 local time) this *Next Event* of **HO-68** at 04:00: ![gpredict-time-error](https://user-images.githubusercontent.com/945271/35183198-49058e7c-fde2-11e7-9a71-72384441d0bf.png)...

> I agree, but confusing title for this issue. Done.

> However, since you apparently already read the wiki I read this: https://love2d.org/wiki/Main_Page which says: *Running this code will cause an 800 by 600 window to appear, and display white...

@rgetz No, I do not need anything from IIO besides the `.lib/.dll` files really. But a *"A cross platform library for interfacing with ..."* should be just that.

But why cannot gcc on Linux use this form too: ```c #define error(fmt, ...) printf("%s, %u: ERROR: " fmt, __func__, __LINE__, __VA_ARGS__) ``` I mean, what's the advantage of the...

I'm still getting this error in my 4NT shell with this [client](https://software-network.org/client/sw-master-windows-client.zip): ``` C:\Users\gvane\.sw>sw build --verbose org.sw.demo.llvm_project.clang.Analysis Exception in file D:/dev/cppan2/client2/src/sw/driver/compiler/detect.cpp:97, function detectMsvcPrefix: Cannot match VS include prefix (reg ex_search...