I have a standard EXE project and i want to declare global type to be known within all class moduls. If i define it as a public in a module or a class module i recieved an error message . What is the way to declare global types?
Thanks