Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Skin Framework
  New Posts New Posts RSS Feed - Codejock Skin Framework component v13.3.1 crashing
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Codejock Skin Framework component v13.3.1 crashing

 Post Reply Post Reply
Author
Message
bsil View Drop Down
Groupie
Groupie


Joined: 08 March 2010
Status: Offline
Points: 21
Post Options Post Options   Thanks (0) Thanks(0)   Quote bsil Quote  Post ReplyReply Direct Link To This Post Topic: Codejock Skin Framework component v13.3.1 crashing
    Posted: 25 March 2010 at 9:11am
Hi,
 
Iam facinga big issue with the Codejock Skin Framework component v13.3.1 crashing everytime I perform an event in code (button click etc).
The code works fine if the Codejock Skin Framework  component v13.3.1 is not added to project ..
 
Is there any way to stop this from happening ??
 
It is very irritating....
 
Shall appreciate a quick reply .
Product: Xtreme SkinFramework
     Platform: Windows XP (32bit) - SP 2
     Language: Visual Basic 6.0, Visual C++ 6.0, VB.NET 2.0

Back to Top
jpbro View Drop Down
Senior Member
Senior Member
Avatar

Joined: 12 January 2007
Status: Offline
Points: 1354
Post Options Post Options   Thanks (0) Thanks(0)   Quote jpbro Quote  Post ReplyReply Direct Link To This Post Posted: 25 March 2010 at 10:23am
I'm using 13.3.1 and I haven't experienced this - do you have a test project? What skin are you using? Do you get an error message, or does the IDE just disappear? I see you are using VB6, VC6 and VB.NET 2.0 - is the framework crashing for a particular one or two of those, or all three?

Thanks.
Product: Xtreme SuitePro (ActiveX) version 16.2.6
Platform: Windows XP - SP3

Language: Visual Basic 6.0 SP6

Back to Top
bsil View Drop Down
Groupie
Groupie


Joined: 08 March 2010
Status: Offline
Points: 21
Post Options Post Options   Thanks (0) Thanks(0)   Quote bsil Quote  Post ReplyReply Direct Link To This Post Posted: 01 April 2010 at 11:50am
 
We are using full licensed version of codejock  13.3.1 with VB 6.0
 
It works fine for  VB.net and VC++ .
 
it crashes on line
 
Command.Execute , , adAsyncExecute
 
where command is adodb.command
 
i dont have a test project as of now but if possible you can try creating a test project using command object of adodb.
 
 
Product: Xtreme SkinFramework
     Platform: Windows XP (32bit) - SP 2
     Language: Visual Basic 6.0, Visual C++ 6.0, VB.NET 2.0

Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 01 April 2010 at 11:55am
Add these lines before you load skin:

  SkinFramework1.ExcludeModule "msado15.dll"
  SkinFramework1.ExcludeModule "msdard.dll"
  SkinFramework1.ExcludeModule "msjet40.dll"
  SkinFramework1.ExcludeModule "msjetoledb40.dll"
  SkinFramework1.ExcludeModule "msjiter40.dll"
  SkinFramework1.ExcludeModule "msjint40.dll"

https://forum.codejock.com/forum_posts.asp?TID=14967

if not, disable skinframwork, run process explorer and see what dll it uses, then exclude it.
Back to Top
Smucker View Drop Down
Senior Member
Senior Member
Avatar

Joined: 02 February 2008
Status: Offline
Points: 156
Post Options Post Options   Thanks (0) Thanks(0)   Quote Smucker Quote  Post ReplyReply Direct Link To This Post Posted: 02 April 2010 at 9:53am
Here are the some additional DLLs I have to exclude from my MFC project:
msctf.dll
mshtml.dll
msadce.dll
msadcer.dll
ws2_32.dll
ws2help.dll
netapi32.dll


Product: Xtreme Toolkit Pro version 13.2 (Unicode, static build)

Platform: Windows 200x/XP/Vista/Win7 (32/64 bit)

Language: Visual C++ 9.0 (Studio 2008)

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.109 seconds.