Click here to Skip to main content
15,889,808 members

Comments by flippydeflippydebop (Top 2 by date)

flippydeflippydebop 19-May-11 11:54am View    
I do understand inheritance. Its just that it wasnt defined in the original code. I dont know if Microsoft have changed the definition in the VS2010 sdk for the client developer to have to wire that up! - Like I say this project compiled cleanly in VS6
flippydeflippydebop 14-May-11 8:26am View    
Hi there. Thats a good idea. I followed your advice and commented out the line and now get these errors:

error C2039: 'UpdateRegistry' : is not a member of 'CFrontierOPCServer'
error C2065: 'UpdateRegistry' : undeclared identifier

Does this tell me there is something wrong with the local class. Should I be defining this function?