Sancarn
Sancarn
To be honest, a link in the notification "Import it [here](http://google.com)" which links to the import screen would be a subtle way to make it obvious! So I don't think...
I'll give it a go, currently struggling with installing the npm repo... Because I don't have `yarn` installed, will see if I get through it and if I do, will...
> If you are referring to the data in the en_UK list, this list derives from the ipacards project and is somewhat less complete than the cmudict-ipa based dictionary used...
That being said I couldn't actually instantiate any other ABIs either, so I guess they aren't implemented in cygwin? Or maybe I'm just using the Closure class incorrectly...? ```rb begin;Class.new(Fiddle::Closure){}.new(Fiddle::TYPE_VOID,...
@Caellian I agree in principle. There may be a way to support mods though. You (or this project) defines a command interface for mod extensibility. Mods/mod frameworks conform to that...
Struggling to get process creation working correctly... The following code: ```vb Private Type SECURITY_ATTRIBUTES nLength As Long lpSecurityDescriptor As LongPtr bInheritHandle As Long End Type Private Type STARTUPINFO cb As...
Alternative specification for `OnTimeCall` could be as follows: ```vb class MyClass Public WithEvents com as stdCOM Private Sub com_OnTick() static i as long: i = i + 1 End Sub...
Related to https://github.com/sancarn/stdVBA/issues/17
Today I made a pretty large leap towards mac compatibility. One of the major problems we've been facing with Mac compatibility is a large number of the classes uses features...
Some shell running code, useful for stdProcess. ```vb #If Mac Then #If VBA7 Then ' 64 bit Office:mac Private Declare PtrSafe Function popen Lib "/usr/lib/libc.dylib" (ByVal command As String, ByVal...