1. can a separate interactive .exe run within Win32Lib pgm?
- Posted by DanM Jun 16, 2011
- 2377 views
I'm working toward writing a program which can among other things display an animation in a window (thanks to Matt & Greg's wrap of Media Player for Win32Lib!).
I'd also like to add a facility for an interactive graphical display, which I can potentially accomplish as a stand-alone .exe "game" by using a model building/animation open source graphics program called Blender which has an interior game engine which can output an .exe. (It does have a scripting API for Python, but that doesn't much help me, unless maybe I try to learn Python.)
So, I'm wondering if it's remotely possible for an .exe program to run within a window created under Win32Lib, allowing controls from the Win32Lib program to act on the .exe "game"?
I could live with having my Win32Lib program execute the "game" as a stand-separate with its own user controls, but I'd rather integrate it into my program, if possible.
I realize I/we wouldn't have this problem if we had a similar high-level graphics program written in Euphoria, but Blender took a LOT of work by a lot of people.
Any thoughts?
Dan
2. Re: can a separate interactive .exe run within Win32Lib pgm?
- Posted by ghaberek (admin) Jun 17, 2011
- 2220 views
It looks like they offer an ActiveX player which can be embedded via COM. Someone here made a control for wxPython. I will try playing around with it this weekend using Win32Lib and EuCOM. I might even be able to duplicate that wxBlenderPlayer in wxEuphoria. I'll keep you posted...
-Greg
3. Re: can a separate interactive .exe run within Win32Lib pgm?
- Posted by DanM Jun 17, 2011
- 2204 views
Wow, thanks, I can't wait! Well, actually, I have so much to learn about Blender just to start to begin that I'd have to wait anyway, but I'll be very glad to see what you can come up with!
Dan
4. Re: can a separate interactive .exe run within Win32Lib pgm?
- Posted by DanM Jun 26, 2011
- 2030 views
Any progress?
Dan
5. Re: can a separate interactive .exe run within Win32Lib pgm?
- Posted by ghaberek (admin) Jun 29, 2011
- 1939 views
Any progress?
No. I've been having trouble getting Euphoria 4, Win32Lib, and EuCOM to play nice together.
-Greg
6. Re: can a separate interactive .exe run within Win32Lib pgm?
- Posted by DanM Jun 29, 2011
- 1923 views
Well, shh, don't tell anyone, but for what it's worth, I'm still using Eu3, if that would make compatibility any easier.