# Help please

**URL:** https://forum.kirupa.com/t/help-please/272712
**Category:** Uncategorized
**Created:** [October 7, 2008, 10:08pm UTC](https://forum.kirupa.com/t/help-please/272712 "2008-10-07T22:08:52Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![surf](https://avatars.discourse-cdn.com/v4/letter/s/77aa72/32.png) [@surf](https://forum.kirupa.com/u/surf)
#### Post date: [October 7, 2008, 10:08pm UTC](https://forum.kirupa.com/t/help-please/272712/1 "2008-10-07T22:08:52Z")

</div>

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);
