Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - ShowWorkspace fails
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

ShowWorkspace fails

 Post Reply Post Reply
Author
Message
jitu View Drop Down
Newbie
Newbie
Avatar

Joined: 29 April 2005
Location: Germany
Status: Offline
Points: 21
Post Options Post Options   Thanks (0) Thanks(0)   Quote jitu Quote  Post ReplyReply Direct Link To This Post Topic: ShowWorkspace fails
    Posted: 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
Back to Top
Oleg View Drop Down
Senior Member
Senior Member


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
jitu View Drop Down
Newbie
Newbie
Avatar

Joined: 29 April 2005
Location: Germany
Status: Offline
Points: 21
Post Options Post Options   Thanks (0) Thanks(0)   Quote jitu Quote  Post ReplyReply Direct Link To This Post Posted: 27 September 2005 at 5:16am
OK.. but why it works in VS window and not thru explorer?
Regards
Back to Top
Oleg View Drop Down
Senior Member
Senior Member


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.062 seconds.