This occurs in everything I've done to date in CPP, which I don't understand why it keeps popping up. i've only used tinyptc for drawing to the screen with, just as its what im used to.
1>LIBCMT.lib(cpu_disp.obj) : warning LNK4210: .CRT section exists; there may be unhandled static initializers or terminators
firstly, what is .CRT ( is that a lib for the monitor? )
does this also mean that in the LIBCMT.lib there are static variables that aren't set to for eg static int scan_line=0 and maybe aren't being used?
I know this is a warning, so I may have to count my stars and live with it!
Cheers and thanks so much,
Clyds.