1. Virtualbox API wrapper (takeScreenShot function only)
- Posted by TheresNoTime Jun 24, 2013
- 1861 views
I need the same thing, but for Euphoria: http://www.freelancer.com/projects/PHP-C-Programming/VirtualBox-API-Wrapper-for-NET.html
Information about takeScreenShot function: http://www.virtualbox.org/sdkref/interface_i_display.html#a6a5c4f84adbe7ce8ffb5ebefe4f835ec
I need Euphoria function, that produce sequence of pixels' color. This feature is very important for me, but I can not do it yourself. I hope for your help.
2. Re: Virtualbox API wrapper (takeScreenShot function only)
- Posted by DerekParnell (admin) Jun 24, 2013
- 1835 views
I need the same thing, but for Euphoria: http://www.freelancer.com/projects/PHP-C-Programming/VirtualBox-API-Wrapper-for-NET.html
Information about takeScreenShot function: http://www.virtualbox.org/sdkref/interface_i_display.html#a6a5c4f84adbe7ce8ffb5ebefe4f835ec
I need Euphoria function, that produce sequence of pixels' color. This feature is very important for me, but I can not do it yourself. I hope for your help.
Convert this code to Euphoria and adapt as required.
3. Re: Virtualbox API wrapper (takeScreenShot function only)
- Posted by useless_ Jun 24, 2013
- 1775 views
I need the same thing, but for Euphoria: http://www.freelancer.com/projects/PHP-C-Programming/VirtualBox-API-Wrapper-for-NET.html
Information about takeScreenShot function: http://www.virtualbox.org/sdkref/interface_i_display.html#a6a5c4f84adbe7ce8ffb5ebefe4f835ec
I need Euphoria function, that produce sequence of pixels' color. This feature is very important for me, but I can not do it yourself. I hope for your help.
Convert this code to Euphoria and adapt as required.
It's nice to know it's as easy as being a master of C, C+, C++, all of the complete Windows APIs, and Euphoria. I was thinking we'd need to do something as unbelievably and devilishly complex as:
object screen = gets(1) -- '1' is screen, as in puts(1,"hello")
useless
4. Re: Virtualbox API wrapper (takeScreenShot function only)
- Posted by jimcbrown (admin) Jun 24, 2013
- 1632 views
It's nice to know it's as easy as being a master of C, C+, C++, all of the complete Windows APIs, and Euphoria. I was thinking we'd need to do something as unbelievably and devilishly complex as:
object screen = gets(1) -- '1' is screen, as in puts(1,"hello")
Alas, that's still only supported (with a different syntax) for consoles.
5. Re: Virtualbox API wrapper (takeScreenShot function only)
- Posted by TheresNoTime Jun 25, 2013
- 1625 views
Alas, that's still only supported (with a different syntax) for consoles.
It's suits me.
Convert this code to Euphoria and adapt as required.
Unfortunately, I'm newbie in Euphoria. As for C++, I'm not even a newbie, just a layman. I'm willing to pay for a solution, that ready for deployment.