I wanted to use Extern "user32" so that I could access some API functions such as GetWindowLong, SetWindowLong, ShowWindow etc but the compiler says "Unrecognised calling convention 'User32'".
In fact the reason I want these is so that if I create a graphics window using depth 0 I can add minimise/maximise and close buttons (inc. System Menu) with API calls. Unless there is an easier way, is there?
In fact the reason I want these is so that if I create a graphics window using depth 0 I can add minimise/maximise and close buttons (inc. System Menu) with API calls. Unless there is an easier way, is there?