View Single Post

  #1 (permalink)  
Old 02-11-2003
dcarl dcarl is offline
Junior Member
White Belt
 
Join Date: Feb 2003
Posts: 3
Access Violation

I have a vc++ dialog app with dialogs in a tab control. One of the dialogs has the mappoint control in it. When I try to call m_mappointcontrol->NewMap(northamerica) I get an access violation. I can only call the NewMap from a button on the actual dialog with the mappoint control.

Have you seen this behavior? Has anyone found a solution?

thanks in advance
Reply With Quote