Download Pelles C here: http://www.pellesc.se
Quote from: Robert on July 20, 2026, 12:47:15 AMHi Steven:
Did you clean the Project of the old .obj files before rebuilding ?
If the source of LotteryScratchOffs.obj has not been changed, the source for LotteryScratchOffs.obj will not be recompiled and the old .obj will be used.
REGEDIT4
[-HKEY_CURRENT_USER\Software\Pelle Orinius]QuoteRight click in any open area of the controls line to set the Alert time to the current system time.Thank you for taking the time to implement this feature.
QuoteI hope you don't mind that I acknowledge your assistance in the help file.No problem at all! In fact, thank you. I do the same when a user reports a bug to me regarding WinContig.
/* internal stuff */
...
/* macro overrides */
#define atof(s) __stod(s,0,0)
[155]extern _CRTIMP double __cdecl __stod(const char *, char **, long);
[172]#define atof(s) __stod(s,0,0)
[177]#define strtod(s,endptr) __stod(s,endptr,0)Page created in 0.030 seconds with 15 queries.