adress

Reading the transactional dead-letter queue by wcf

Hello, I'm trying to create a dead letter queue service in wcf with following service configuration: <service name="NotificationDeadLetterQueueService"> <endpoint address="net.msmq://localhost/system$;DeadXact" binding="netMsmqBinding" contract="INotificationService" /> </service> If I start the service host, I get a System.Me...

VSC++, virtual method at bad adress, curious bug

Hello, This guy: virtual phTreeClass* GetTreeClass() const { return (phTreeClass*)m_entity_class; } When called, crashed the program with an access violation, even after a full recompile. All member functions and virtual member functions had correct memory adresses (I hovered mouse over the methods in debug mode), but this function h...