Icon error in Vis C++ 6 after writing splash class into app? *** Updated: 28/09/03 ***

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

DannyBoy

Diamond Member
Nov 27, 2002
8,820
2
81
www.danj.me
Forgot to say, sorted it myself :)

I forgot that I had 2 global variables for HINSTANCE's.

Because my original variable for HINSTANCE was "HINSTANCE g_hinst;" when I included the splash I forgot that i had included another global "HINSTANCE hinst;".

That explains why windiff did not pickup any change ;)

<<Mutters to self>>
Constant Learning Process
Constant Learning Process
<</Mutters to self>>

:p

Thanks for your help tho Dave :)