D
Daniele Piccinini
Hi all,
In my vc++ 2005 dialog based application i need to use a comunication
activex component in a secondary thread:
CFINSAxEFS* pNewAx = new CFINSAxEFS();
if ( !pNewAx->Create( NULL, NULL, CRect( 0,0,0,0), pParent,
pNode->m_nFinsID) )
throw FALSE;
If i use this code in the main dialog it works fine.
If i use this code in a secondary thread, the program execution don't exit
from the pNewAx->Create function and any exception / error will be rised.
The same code compiled in VC++ 6.0 or VC++ 2003 works fine.
Someone can help me?
Thank you.
- Dany -
In my vc++ 2005 dialog based application i need to use a comunication
activex component in a secondary thread:
CFINSAxEFS* pNewAx = new CFINSAxEFS();
if ( !pNewAx->Create( NULL, NULL, CRect( 0,0,0,0), pParent,
pNode->m_nFinsID) )
throw FALSE;
If i use this code in the main dialog it works fine.
If i use this code in a secondary thread, the program execution don't exit
from the pNewAx->Create function and any exception / error will be rised.
The same code compiled in VC++ 6.0 or VC++ 2003 works fine.
Someone can help me?
Thank you.
- Dany -