Can't pass [] to extern function object method

Bastiaan Veelo Bastiaan at Veelo.net
Thu Nov 19 07:46:20 UTC 2020


On Wednesday, 18 November 2020 at 10:50:12 UTC, frame wrote:
> I found the "bug". It was caused by a debug {} statement within 
> a struct method. I assume that the debug symbol is just 
> incompatible called from the DLL context.

Were the DLL and main program built in different modes 
(debug/release)? Then this problem is understandable. Otherwise I 
find this surprising, and probably worth a bug report?

— Bastiaan.


More information about the Digitalmars-d-learn mailing list