|
I have, in the init of a button bar class which resembles txtbtns from WIZSTYLE.VCX, the following code:
#DEFINE C_WIZSTYLE "WIZSTYLE.VCX" IF ATC(C_WIZSTYLE,SET("CLASSLIB")) = 0 SET CLASS TO (C_WIZSTYLE) ADDITIVE ENDIF
About one time in three, usually right after recompiling, this code will generate a not found error, indicating that it was looking for the .VCX file in the current folder, which is not where I keep it. I have WIZSTYLE.VCX in my project, which knows where it is. What's going on?
|