User profile: seeplus

User info
User name:seeplus
History
Joined:
Number of posts:6572
Latest posts:

Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. This is...
[quote]you can choose to hunt down some of the offending memory hogs and move them to the heap or yo...

A class that supports taking ownership and not
Does the parser change the Lexer object? If not, then consider passing as a const ref. If it does ch...

Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. This is...
Re C6262. Your main local variables are using so much memory that they have exceeded the stack size ...

Redefinition Errors on Build
I suggest the issue is with import std.core; which is part of MS experimental library which has now ...

Redefinition Errors on Build
Unless you need it all, you can reduce the size of the windows header file by using #define WIN32_LE...