Array ops give sharing violation under Windows 7 64 bit?

Walter Bright newshound2 at digitalmars.com
Sat Mar 24 14:53:10 PDT 2012


On 3/24/2012 2:39 PM, Andrej Mitrovic wrote:
> On 3/24/12, Walter Bright<newshound2 at digitalmars.com>  wrote:
>> On 3/24/2012 2:08 PM, Andrej Mitrovic wrote:
>>> But it's not Optlink's fault either. Unilink has the same issue:
>>
>> I did initially suspect Optlink. It's good to know that that is not the
>> problem.
>>
>
> In the meantime if you're just building and testing execution of
> multiple .d files individually you can use a for loop and the -of
> switch. E.g.:
>
> setlocal EnableDelayedExpansion
> For %%a in (*.d) do dmd -of%%~na.exe %%a&&  %%~na.exe

Yeah, looks like I'll have to add an iteration count to the exe name.


More information about the Digitalmars-d mailing list