Leandro Lucarella wrote:
Andrei Alexandrescu, el 12 de junio a las 00:32 me escribiste:BCS wrote:http://stackoverflow.com/questions/3024136/link-compatibility-between-c-and-dI just posted an answer that contains a couple of news.As I said with your new RefCounted implementation, unless I'm missing something, there will be problems if you store pointers (or objects that have pointers) to the GC heap, as you never communicate with the GC.
Could you please give an example? Thanks! Andrei