Results 26 comments of fahadash

I found the actual issue. In your Managed C++ assembly `amzinet`, you have to set `amzi.dll` to DelayLoad in the Linker Settings. I did that and I have no issues....

Hello, I would love to get an update on this one. I honestly have the least grip on the project or else I would've looked into it myself.

@jjatria Thank you for your response. Here is the output of --version PS C:\praat> .\Praat.exe --version PS C:\praat> Praat 6.0.14 (February 11 2016) I am using Windows Server 2012 R2....

@jjatria The 15 minute is not exact, we have noticed this done on slightly shorter audio files too. But yes we never had issues with files shorter than 10 minutes....

@jjatria Thank you for your help. Is there any way we could escalate this? I could provide you the audio file I am using, I may give you the access...

@PaulBoersma yes this is intentional. If we could get a different format that works on web, we are okay.

@jjatria That is what we have decided to do if we find out that we could not get an image file that long at all.

Why can't we do the inference the way C# does it? ```csharp Foo(0, "test"); // is same as Foo(0, "test"); ``` Why do we need underscores?

@TripleEmcoder I appreciate that. Until Microsoft decides to wake up and do something about it, I found a workaround. A powershell script that makes use of System.Net.Smtp to connect to...

> Where do you get the content from? Does the plugin write it somewhere accessible? Could you share the PowerShell script for others to use? > > Hopefully someone will...