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
Printable View
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
Can you be more specific please!
Just more info on skinning:
http://www.codeguru.com/forum/showpo...82&postcount=3
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