> I have 1 more question - can i put whole class in chosen section or only > it's methods ?
Only class methods will be in code sections -- class data is part of the whole program's data, and that will be in the data segment. I don't know how GCC handles the section attributes on a class -- I think you may need to label each of the methods. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
