From: Nick M. <nic...@gm...> - 2008-06-11 20:07:33
|
Hey Guys, I see there is a screenshot.h in dvc_app, is this a method to take a screen shot? Do you have some sample code for how to do this? Have you used this to make movies, or have you used a screen capture program to save an animation? Thanks, Nick On Thu, May 22, 2008 at 12:46 PM, <ma...@rp...> wrote: > USE_GUI isn't required. It provides a gui for modifying dynamics > settings at runtime and other controls. > > We are migrating from Gtkmm to Qt, so to build the current dvc > application you'll need Qt. Soon we'll provide a convenient dvc > installer so that you can create custom applications without needing to > install any 3rd party libraries at all! > > > Pat > > > > ==============Original message text=============== > On Thu, 22 May 2008 12:11:23 EDT "Nick Marchuk" wrote: > > Hi Pat, > I disabled USE_GUI but VS gives me the same error when I build: > example3 error LNK2019: unresolved external symbol __alloca_probe_16 > referenced in function _main > Do you think I missed a step during installation or do I need to try VS > 2005? > Nick > > On Tue, May 20, 2008 at 11:28 PM, <ma...@rp...> wrote: > > > Hi Nick, > > > > If you installed gtkmm using the wiki instructions then USE_GUI will be > > enabled by default. Try disabling USE_GUI with cmake and rebuild. Does > > that work? > > > > Unfortunately gtkmm won't work with Visual Studio 2003. I have only had > > luck with VS 2005. We're trying to migrate from gtkmm to Qt for dvc's > > gui support. > > > > The warning in your attached jpg is OK to ignore. DVC's cmake files are > > missing a backward compatibility flag needed to suppress the warning > > (caused by the new 2.6 release of CMake) > > > > > > You're right, it crashes on the Feeder scene. I just tested it and mine > > crashed too. This bug must be a regression in our SPK plugin. Try > > changing the timestepper from SPK to ST_MCP before unpausing the scene. > > > > Pat > > > > > > ==============Original message text=============== > > On Tue, 20 May 2008 23:12:22 EDT "Nick Marchuk" wrote: > > > > Hi Pat, > > I'm using XP SP2 and Visual Studio 7 .NET 2003. > > USE_APP does appear in CMake, but I do get a warning when I hit OK after > > configuring, I've attached a screen shot. > > Examples 1 and 2 will build and run, Examples 3 and 4 will not. > > Example 3 generates the following warning and error: > > > > example3 warning LNK4229: invalid directive > > '/manifestdependency:type='win32' name='Microsoft.VC80.CRT' > > version='8.0.50727.762' processorArchitecture='x86' > > publicKeyToken='1fc8b3b9a1e18e3b'' encountered; ignored > > > > example3 error LNK2019: unresolved external symbol __alloca_probe_16 > > referenced in function _main > > > > planarshaker, robots, wam, shaker and example4 give similar errors. > > > > I assume this has something to do with the gui. Any ideas? > > > > The Windows DVC installer works, but the Feeder app crashes. > > > > Thanks for the help, > > Nick > > ===========End of original message text=========== > > > > > > > > > ===========End of original message text=========== > > > > |
From: <ma...@rp...> - 2008-06-12 02:24:00
|
Yes there are screenshots... unfortunately there is a bug on Windows where the red and green color channels are reversed. You can save a single frame by hitting 's'. The frame will be saved to the working directory. You can toggle record mode (writes every frame) by hitting 'r'. You'll know you're in record mode because the cursor will change. For a listing of all controls, see line 324 at: http://dvc.svn.sourceforge.net/viewvc/dvc/trunk/application/sdl/DVC_AppGL.cpp?revision=473&view=markup Pat ==============Original message text=============== On Wed, 11 Jun 2008 16:07:31 EDT "Nick Marchuk" wrote: Hey Guys, I see there is a screenshot.h in dvc_app, is this a method to take a screen shot? Do you have some sample code for how to do this? Have you used this to make movies, or have you used a screen capture program to save an animation? Thanks, Nick On Thu, May 22, 2008 at 12:46 PM, <ma...@rp...> wrote: > USE_GUI isn't required. It provides a gui for modifying dynamics > settings at runtime and other controls. > > We are migrating from Gtkmm to Qt, so to build the current dvc > application you'll need Qt. Soon we'll provide a convenient dvc > installer so that you can create custom applications without needing to > install any 3rd party libraries at all! > > > Pat > > > > ==============Original message text=============== > On Thu, 22 May 2008 12:11:23 EDT "Nick Marchuk" wrote: > > Hi Pat, > I disabled USE_GUI but VS gives me the same error when I build: > example3 error LNK2019: unresolved external symbol __alloca_probe_16 > referenced in function _main > Do you think I missed a step during installation or do I need to try VS > 2005? > Nick > > On Tue, May 20, 2008 at 11:28 PM, <ma...@rp...> wrote: > > > Hi Nick, > > > > If you installed gtkmm using the wiki instructions then USE_GUI will be > > enabled by default. Try disabling USE_GUI with cmake and rebuild. Does > > that work? > > > > Unfortunately gtkmm won't work with Visual Studio 2003. I have only had > > luck with VS 2005. We're trying to migrate from gtkmm to Qt for dvc's > > gui support. > > > > The warning in your attached jpg is OK to ignore. DVC's cmake files are > > missing a backward compatibility flag needed to suppress the warning > > (caused by the new 2.6 release of CMake) > > > > > > You're right, it crashes on the Feeder scene. I just tested it and mine > > crashed too. This bug must be a regression in our SPK plugin. Try > > changing the timestepper from SPK to ST_MCP before unpausing the scene. > > > > Pat > > > > > > ==============Original message text=============== > > On Tue, 20 May 2008 23:12:22 EDT "Nick Marchuk" wrote: > > > > Hi Pat, > > I'm using XP SP2 and Visual Studio 7 .NET 2003. > > USE_APP does appear in CMake, but I do get a warning when I hit OK after > > configuring, I've attached a screen shot. > > Examples 1 and 2 will build and run, Examples 3 and 4 will not. > > Example 3 generates the following warning and error: > > > > example3 warning LNK4229: invalid directive > > '/manifestdependency:type='win32' name='Microsoft.VC80.CRT' > > version='8.0.50727.762' processorArchitecture='x86' > > publicKeyToken='1fc8b3b9a1e18e3b'' encountered; ignored > > > > example3 error LNK2019: unresolved external symbol __alloca_probe_16 > > referenced in function _main > > > > planarshaker, robots, wam, shaker and example4 give similar errors. > > > > I assume this has something to do with the gui. Any ideas? > > > > The Windows DVC installer works, but the Feeder app crashes. > > > > Thanks for the help, > > Nick > > ===========End of original message text=========== > > > > > > > > > ===========End of original message text=========== > > > > ===========End of original message text=========== |