So I got package of classes that include the source as files as well as a compiled swc file. Now I want to use it in haxe. I converted the swc file by unziping it and using a haxe command prompt command to take care of that. So now I have a group of classes that are suppose to be usable by haxe. When I import the class it works fine.

The problem that I'm having is when I try to create an instance of the class it ends up giving me this error:
VerifyError: Error #1014: Class deng.fzip::FZip could not be found.
I'm not sure on how to deal with this.