All, I have posted a new version of DANCE with updated code at: http://www.magix.ucla.edu/dance/#download The new version is: dance_v4_012109.zip This version...
Hi, I try to compile with VS2005 and I get the following errors when I compile fltk library. I honestly cannot figure them out. All Include files are correctly...
The v4 codebase is compatible with the v3 codebase. There's a vs2005 project build file in the dance_v4/build directory. Is this what you mean? I use vs2005 to...
Hi, Ari. I have noticed following issues during the compiling V4 on VS2005. 1. Unlike V3 version, the projects in V4 version don't use FLTK_DIR anymore. Should...
... The FLTK_DIR is not needed anymore. I included the FLTK diretories in the solution's include and lib directories. ... Ok, that needs to be fixed. You can...
I just posted a new version of the DANCE binary for Windows with an installer. The file is: dance_v4_binary_012209.exe http://www.magix.ucla.edu/dance/ This...
Hi, The version is Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727-4200) Microsoft .NET Framework Version 2.0.50727 SP1 Installed Edition: VC...
I have tested my build on Visual Studio 2005, not the VC Express versions, although I'm not sure what the difference is. Has anyone else had trouble building...
Ok, I have places the fully build FLTK dlls and libs for Windows online, which would prevent you from needing to build the FLTK project: Place the following in...
This is so simple, it doesn't really need a patch. Under Windows the save session command consistently reported failure in creating the directory, despite...
Which file is it trying to load? Does it fail to load all files, or just that one? Ari ________________________________ From: yejink76 <yejink76@...> ...
All files in ./data/material. Program crashes whenever I choose any textured material from the material manager. ... just that one? ... program ... *fileName,...
Ok - here's the fix: In src/imageManager.cpp, replace lines 79-80: if (id==-1) { m_tex=this->makeTextureFromFile(tex, filename, false); with: if (id==-1) { ...
It fixes the crash, but I still don't see any texture on objects. I only see same greenish color from all texture files. ... files, or ... ImageMagick-...
Interestingly, I see the textures probably when I build DANCE in release mode, but not in debug mode. Do you also find this to be the case? Regards, Ari...
Hi I have tried to make the code using the makefile. I'm sure I have all the libraries built and the paths correct in the makefile but I get the following...
To fix this, you can just comment out the code at lines 282 and 299 (place a double slash // in front of the line). Let me know if there are any other errors...
Thanks Ari that did the trick. Right the next set of errors are : g++ -Wall -fPIC -O3 -I../math -I/usr/local/include/ImageMagick -I/usr/include/python2.5...
Hi Ari, I'm afraid that didn't change the errors. I read something online that it might be to do with the string.h used by fltk which causes some confusion. I...
I tried a quick compilation of DANCE using gcc 4.3 (suse11), and needed to make the following changes: core/src/Material.cxx: add #include <stdlib.h> ...
Hi there, I've been trying to upgrade FLTK to a newer revision because I need the ability to choose a directory through the GUI. The current FLTK 2.0 version...
Hi Tyler, The newer versions of FLTK do indeed work with DANCE with only minor modifications to the code. However, the application is noticeably slower with...
Hi, Thanks for your willingness to help. I'm actually using dance v3 but I've upgraded the FLTK version to 2.0r4773 as is included in dance v4. If necessary I...
Tyler, It looks like the GlWindow library can't be found. For the FLTK 4773 version that I included with DANCE, I manually added those source files to the...