downloaded latest version of wxMax, can't compile
BlitzMax Modules Forums/Brucey's Modules/downloaded latest version of wxMax, can't compile
Hi Brucey,
I've just downloaded the latest version of wxMax with SVN but when I trie to compile I get the error:
error: source file not found.
Build Error: Failed to assemble C:/BlitzMax/mod/wx.mod/wxfontdialog.mod/.bmx/wxfontdialog.bmx.debug.win32.x86.s
Process complete
What todo...?
I saw that you added the wxDateTime and wxDatePickerCtrl. Thanx very much! That was quick - I can't wait to try 'em out.
I would try building again... you should never see that error as far as I know - it imples that bcc (blitzmax compiler) has failed in its job somewhere!)
As for wxDateTime - it's still WIP. DatePicker is done but without a fully functioning datetime, you might struggle getting things out of it. It's certainly being worked on though :-)
(as is wxCalendarCtrl)
No Error here.
> I saw that you added the wxDateTime and wxDatePickerCtrl. > Thanx very much! That was quick - I can't wait to try 'em out.
Wxcodegen does not show them up.
But i trust in Brucey :-)
I must have missed something while downloading, on the second attempt it grabbed a few more files and compiling seems to work fine now. I'm still waiting, compiling takes quite some time now - cool, it just finished without errors. Going to try out the new date widgets...
You'll probably want to update again if you want anything to compile with wxDatePickerCtrl :-p
(revision 300)
..right, I updated with revision 300 and compiled successfully.
I get wxEVT_DATE_CHANGED not found when i try to connect the wxDatePickerCtrl's OnChange event?
Hokay... decided it was a good idea to actually add wxDateEvent :-)
Should work a bit better now.
Still about 40ish methods to finish in wxDateTime....
Wxcodegen does not show them up.
Added wxDatePickerCtrl generation :-)
Compile Error: Identifier 'EVENT_OnDateChanged_NOT_AVAILABLE' not found
:-)
Apologies... I missed out the 'd' because the property grid in wxFormBuilder wasn't wide enough, so it looked like "OnDateChange"..
Lesson learned :-)
I see, same here. Only "OndateChange" visible.
I am sure, I would have found the error myself.
After two or three day of work :-)