![]() |
ShowWorkspace fails |
Post Reply
|
| Author | |
jitu
Newbie
Joined: 29 April 2005 Location: Germany Status: Offline Points: 21 |
Post Options
Thanks(0)
Quote Reply
Topic: ShowWorkspace failsPosted: 26 September 2005 at 4:15am |
|
Whenever i run my application from the explorer it does not run and it fails at the statement m_MTIClientWnd.ShowWorkspace(false); If i run the application from the visual studio in WIN32 Release and try to debug then i do not experience any problem. What could be reason? |
|
|
Regards
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 26 September 2005 at 6:56am |
|
unfortunally ShowWorkspace can't be used if you installed it with groups enabled. replace VERIFY(m_MTIClientWnd.Attach(this, TRUE)); to VERIFY(m_MTIClientWnd.Attach(this)); |
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
jitu
Newbie
Joined: 29 April 2005 Location: Germany Status: Offline Points: 21 |
Post Options
Thanks(0)
Quote Reply
Posted: 27 September 2005 at 5:16am |
|
OK.. but why it works in VS window and not thru explorer?
|
|
|
Regards
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 27 September 2005 at 6:16am |
|
to see asserts you must run as WIN32 Debug, not WIN32 Release.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |