CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2005
    Posts
    64

    Regarding Skin Crafter Implementation

    Hi,
    I am using Skin Crafter for the skinization of my application.
    when I do any activity after loading the skin file, my application gets crashed.
    can u suggest some idea for this..

    Regs

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: Regarding Skin Crafter Implementation

    Can you be more specific please!

    Just more info on skinning:

    http://www.codeguru.com/forum/showpo...82&postcount=3

  3. #3
    Join Date
    Feb 2005
    Posts
    64

    Re: Regarding Skin Crafter Implementation

    Hi,
    Infact the problem is with when I am loading the skin.
    when I call LoadSkinFromFile(path) function, it loads that file.Now even than If i don't apply the skin and do any activity in my application,
    it gets crashed and reflect the problem like:

    Debug Assertion failed:
    shows the problem in AfxRegisterWndClass() in wincore.cpp.

    If i don't load the skin(using my earlier skin implementation)than there is no problem.
    so with this I came to know that it is the problem with LoadSkinFromFile(path) function.

    will this info. help u, to suggest something for my query.

    Regs

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured