FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Access Violation

 
Post new topic   Reply to topic     Forum Index -> Tutorials
View previous topic :: View next topic  
Author Message
negerns



Joined: 08 Jul 2006
Posts: 13

PostPosted: Fri Aug 04, 2006 11:54 am    Post subject: Access Violation Reply with quote

I get an access violation during debug build but not in release build. I'm using DMD 0.163, DDBI 0.2.3 and DWT 0.36. The access violation message box seem to come from my main routine.
Code:

int main()
{
   Application app = new Application();
   try   {
      app.open();
   } catch(Object o) {
      MessageBox.showMsg(o.toString());
   }
   return 0;
}
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> Tutorials All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group