Help please

I have problems wiv compiling my air application.
it states the following

verifyError: Error #1014: Class flash.display::NativeWindow could not be found.

at global$init()

where i have clearly imported it
import flash.display.NativeWindow;

and then
private var win:NativeWindow;

and also the public methods
win = new NativeWindow(winOptions);