OLE is preventing you from making an output synch call while processing a synch call yourself. Remedy, Don't do it or make an out asynch call, otherwise you could deadlock (Well you can't since OLE won't let you.) This really doesn't have anything to do MapInfo itself.
Check out you're code and see how you're creating this situation. I can't help you much because I have to be able to see you're code or know what you're app generally does. Arash -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 5:02 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: MI-L Problems creating a MDI aplication with mapinfo and Visu al C++ Forgive me for my lack of Spanish - is this the equivalent of 'The other application may be busy' message when you get the options (from Windows itself) "Switch to..", "retry" etc? Whats happening is that the focus is not being set onto the map when its busy because of the way you are handling the MDI windows - it could be a really easy fix but equally you could be chasing your tail for ages! Your best bet is to disable the right click (mapinfo.do "Create Menu ""MapperShortcut"" ID 17 As ""(-"" ") and give the users access to the "add layer" etc functions through other buttons. HTH Paul Crisp Syntegra Direct: 0191 461 4522 Mobile: 0776 414 3762 Fax: (0191) 461 1959 Innovation Place Metro Riverside Park Delta Bank Road Gateshead Tyne & Wear NE11 9DJ -----Original Message----- From: Trey Pattillo [mailto:[EMAIL PROTECTED]] Sent: 08 March 2002 23:56 To: porress; [EMAIL PROTECTED] Subject: Re: MI-L Problems creating a MDI aplication with mapinfo and Visual C++ I have seen this, but it has been a hard week and the long-term memory is having trouble If I remember, find the app/code that did it, or recreate it, I'll let you know. I use Delphi, so if you are not, it definately has something to do with the "integration" Trey Pattillo [EMAIL PROTECTED] www.wap3.com -97.665333W 27.799121N ----- Original Message ----- From: "porress" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 08 March, 2002 13:22 Subject: MI-L Problems creating a MDI aplication with mapinfo and Visual C++ > > > I try to develop an aplication using a MDI aplication, I open the View = > and the tables, the aplication seems to be ok, but if you do a right = > click with the mouse in the map and yoy try to do somethig like "Add = > layer", etc. The aplication show a MessageBox error with this text: > > > "It can not do a output call since the aplication that it=B4s = > executing a sincronized call of input" > > excuse me for my bab english in spanish the message is this: > > "No se puede hacer una llamada de salida desde la aplicacion que esta = > ejecutando una llamada de sincronizacion de entrada" > > Could someone help me?? > > > > > > _______________________________________________________________________ > List hosting provided by Directions Magazine | www.directionsmag.com | > To unsubscribe, send e-mail to [EMAIL PROTECTED] and > put "unsubscribe MapInfo-L" in the message body. _______________________________________________________________________ List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, send e-mail to [EMAIL PROTECTED] and put "unsubscribe MapInfo-L" in the message body. ******************************************************************** This email may contain information which is privileged or confidential. If you are not the intended recipient of this email, please notify the sender immediately and delete it without reading, copying, storing, forwarding or disclosing its contents to any other person Thank you Check us out at http://www.syntegra.com ******************************************************************** _______________________________________________________________________ List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, send e-mail to [EMAIL PROTECTED] and put "unsubscribe MapInfo-L" in the message body. _______________________________________________________________________ List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, send e-mail to [EMAIL PROTECTED] and put "unsubscribe MapInfo-L" in the message body.
