Re: [Factor-talk] Build Factor on Windows with Win7 SDK

2016-05-26 Thread Björn Lindqvist
The one you download here is what I'm using: https://go.microsoft.com/fwlink/?LinkId=691978=0x409 2016-05-27 0:05 GMT+02:00 Alexander Ilin : > Hey, Doug! > > 27.05.2016, 00:54, "Doug Coleman" : > > We started using C++11 or C++14 features and this

Re: [Factor-talk] Issue #1573: interrupt a tight loop

2016-05-26 Thread Björn Lindqvist
Hello, You could certainly wrap the CreateThread function and call it from factor. See the windows.kernel32 vocab for how wrapping Windows system functions are done. On the VM:s level, threads are started with the start_thread() function which is defined in vm/os-windows.cpp. Oh, and didn't we

Re: [Factor-talk] Build Factor on Windows with Win7 SDK

2016-05-26 Thread John Benediktsson
Well maybe Doug can tell you how to get a smaller disk footprint for the few things we need. I just know how to reliably get it built! :-) > On May 26, 2016, at 4:09 PM, Alexander Ilin wrote: > > Hi! > > 27.05.2016, 01:11, "John Benediktsson" : >> The only

Re: [Factor-talk] Build Factor on Windows with Win7 SDK

2016-05-26 Thread Alexander Ilin
Hi! 27.05.2016, 01:11, "John Benediktsson" :The only thing you need is a recent Visual Studio (the community free one is fine).  OK, got it. Goodbye, 12.5Gb off my SSD, *sigh*, you will be missed. Then just run:     build.cmd latest That I'll have to try tomorrow, I'm afraid.

Re: [Factor-talk] Build Factor on Windows with Win7 SDK

2016-05-26 Thread John Benediktsson
The only thing you need is a recent Visual Studio (the community free one is fine). Then just run: build.cmd latest On Thu, May 26, 2016 at 3:05 PM, Alexander Ilin wrote: > Hey, Doug! > > 27.05.2016, 00:54, "Doug Coleman" : > > We started using

Re: [Factor-talk] Build Factor on Windows with Win7 SDK

2016-05-26 Thread Alexander Ilin
Hey, Doug! 27.05.2016, 00:54, "Doug Coleman" :We started using C++11 or C++14 features and this requires a newer compiler. Can you try with the latest Visual Studio?  I don't have anything installed, and I kinda liked the idea of only having an SDK.I'm not big on C++ or

Re: [Factor-talk] Build Factor on Windows with Win7 SDK

2016-05-26 Thread Doug Coleman
Hey Alexander, We started using C++11 or C++14 features and this requires a newer compiler. Can you try with the latest Visual Studio? The wiki is outdated and I can change it but I'm not sure why new users can't or why the email/password reset system is broken. I can check it out later. Doug

[Factor-talk] Build Factor on Windows with Win7 SDK

2016-05-26 Thread Alexander Ilin
Hello! I wanted to build Factor, so I downloaded and installed the Win 7 SDK as suggested here: https://concatenative.org/wiki/view/Factor/Requirements I only selected two items during the installation: "Windows Headers and Libraries" and "Visual C++ Compilers". The nmake was in the latter

[Factor-talk] Issue #1573: interrupt a tight loop

2016-05-26 Thread Alexander Ilin
Hello again! To fix https://github.com/factor/factor/issues/1573 I need to know one thing: can I start a native thread (WinAPI CreateThread) within the Factor.exe process with Factor code running in it? If so, how do I do it? If not, I'll have to implement it in VM's C++ code. ---=---

Re: [Factor-talk] Concatenative.org Wiki

2016-05-26 Thread Alexander Ilin
Hello! 26.05.2016, 17:55, "Alexander Ilin" : >   Is it possible to contribute to the Concatenative.org Wiki? > >   I can't login and "recover password" does not send me an e-mail. I still did not get that e-mail, but my contribution was somehow accepted when I tried just

[Factor-talk] Concatenative.org Wiki

2016-05-26 Thread Alexander Ilin
Hello! Is it possible to contribute to the Concatenative.org Wiki? I can't login and "recover password" does not send me an e-mail. ---=--- Александр -- Mobile security can be enabling, not merely restricting.

Re: [Factor-talk] Factor Code Analysis Tools

2016-05-26 Thread Alexander Ilin
Hello, Alex! Thank you, it looks nice, I'll give it a try, although it's not something I need at the moment.It's good to know such a thing exists. 25.05.2016, 18:41, "Alex Vondrak" :In case it helps, here's an ancient gist of mine where I did some basic vocab dependency

Re: [Factor-talk] Factor Code Analysis Tools

2016-05-26 Thread Alexander Ilin
Hello, Doug! I've read the lint vocab and I must say I'm impressed yet again by how simple things are in Factor.Thanks for the great tool! ---=---Александр  -- Mobile security can be enabling, not merely restricting.