VC++ Headers Need Updating
Posted: Mon Jul 23, 2007 1:55 pm
There are three VC++ header files that need "pragma once" added to the top of them in order to eliminate redefinition errors. Most of the header files have "pragma once" in them but it seems the following were missed:
strings.h
canvas.h
pen.h
brush.h
Without the "pragma once" you get redefinition errors. Once you add it into those 4 header files everything works fine.
strings.h
canvas.h
pen.h
brush.h
Without the "pragma once" you get redefinition errors. Once you add it into those 4 header files everything works fine.