haxeui / hxWidgets

Haxe externs (and wrappers) for wxWidgets
MIT License
77 stars 22 forks source link

Can't compile the sample #26

Closed posxposy closed 8 years ago

posxposy commented 8 years ago

Hi there, can't get it working with hxcpp 3.2.205

Here is the errors what I got:

Window.cpp
./src/hx/widgets/Window.cpp(1219): error C2440: 'return': cannot convert from 'null' to 'wxWindow *'
./src/hx/widgets/Window.cpp(1219): note: No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called

Brush.cpp
EvtHandler.cpp
BoxSizer.cpp
Error: Build failed
Press enter to exit...

Did I miss something?

ianharrigan commented 8 years ago

You need git hxcpp currently.

posxposy commented 8 years ago

Now it's fine :) Thanks!