1. Win32lib For Eu 4.0
- Posted by Lone_EverGreen_Ranger Aug 22, 2009
- 2434 views
Hey
I was wondering when the new win32lib for Euphoria 4.0 would be released? I heard one was being written for 4.0, and I just wondering how close it was to release.
2. Re: Win32lib For Eu 4.0
- Posted by DerekParnell (admin) Aug 22, 2009
- 2421 views
Hey
I was wondering when the new win32lib for Euphoria 4.0 would be released? I heard one was being written for 4.0, and I just wondering how close it was to release.
Me too ... just kidding.
I'm working on it.
The first phase will be to get one that at least runs with eu4 and have that ready for the next beta release next week.
Subsequent phases will be to take more and more advantage of the new features in Euphoria.
4. Re: Win32lib For Eu 4.0
- Posted by ssallen Sep 25, 2009
- 2286 views
Hi Derek,
How is this process going? I downloaded 70.4a and the couple demos I ran seem to work with EU4 OK. Is there anything (specific) I should be cautious about developing further with EU4 and 70.4a?
Thanks! Steve A.
5. Re: Win32lib For Eu 4.0
- Posted by Fendaril Sep 25, 2009
- 2259 views
Hi Derek,
How is this process going? I downloaded 70.4a and the couple demos I ran seem to work with EU4 OK. Is there anything (specific) I should be cautious about developing further with EU4 and 70.4a?
Thanks! Steve A.
I'm sure there are still bugs he hasn't finished working out since the 4.0 compatible one is still in beta pretty much.
6. Re: Win32lib For Eu 4.0
- Posted by DerekParnell (admin) Sep 25, 2009
- 2302 views
Hi Derek,
How is this process going? I downloaded 70.4a and the couple demos I ran seem to work with EU4 OK. Is there anything (specific) I should be cautious about developing further with EU4 and 70.4a?
Thanks! Steve A.
A lot slower than I'd like it go, actually.
No, there is nothing to be cautious about with v4 and win32lib. Applications developed now with v3 and the library should work as intended with v4, and with the new release of the win32lib library.
7. Re: Win32lib For Eu 4.0
- Posted by ghaberek (admin) Sep 26, 2009
- 1123 views
Derek,
Have you thought about moving to GDI+ for the graphics routines in Win32Lib-for-4.0? I may or may not already be working on a 4.0 set of wrappers for the GDI+ flat API, which could be incorporated into Win32Lib.
For those who don't know, GDI+ is the basis of .NET's "Graphics" paradigm. It does fancy stuff like vector drawing, anti-aliasing, and complex gradients.
-Greg
8. Re: Win32lib For Eu 4.0
- Posted by DerekParnell (admin) Sep 26, 2009
- 1061 views
Have you thought about moving to GDI+ for the graphics routines in Win32Lib-for-4.0?
Yes I have, and it would be a good thing.
9. Re: Win32lib For Eu 4.0
- Posted by ghaberek (admin) Sep 26, 2009
- 1073 views
Yes I have, and it would be a good thing.
There's roughly 600 functions to wrap for the whole API. I'm about 5% done so far.
10. Re: Win32lib For Eu 4.0
- Posted by Lone_EverGreen_Ranger Sep 26, 2009
- 1071 views
Yes I have, and it would be a good thing.
There's roughly 600 functions to wrap for the whole API. I'm about 5% done so far.
Damn, that sucks. Only 5% done? There is a long way to go.