Maybe you can copy the lines from brlcad/misc/win32-msvc/Dll. Daniel
2009/7/13 David Loman <[email protected]>: > Excellent, thanks for the info. I will see if a non-intrusive solution is > possible so as to not mess with your code at all. > > > > On Mon, Jul 13, 2009 at 10:22 AM, Daniel Roßberg > <[email protected]> wrote: >> >> Dave, >> >> The short answer is: This file is generated by brlcad/misc/win32-msvc/Dll. >> >> I'm doing this because my programs need to know with witch version of >> the brlcad.dll (i.e. brlcad.dll interface) they were build. Because >> it is possible to replace the brlcad.dll with another version it is >> important to memorize the DLL's version in the program executable at >> build time. This way I've the chance to detect problems if the >> interface has changed meanwhile. >> >> And because of include/brlcad is the proposed BRL-CAD interface >> description directory for external programs brlcadversion.h is created >> in this directory. >> >> >> Regards, >> Daniel >> >> >> >> 2009/7/13 David Loman <[email protected]>: >> > Dr. Rossberg, >> > I am working on integrating src/coreInterface into the upcoming CMake >> > build system and ran into a small snag. src/coreInterface/globals.cpp >> > is >> > looking for a file 'brlcad/brlcadversion.h' and I cannot find it >> > anywhere in >> > the brlcad source, brlcad install dir, rt3 source or rt3 install >> > directories. Is this a file that I am supposed to have somewhere? >> > >> > Thanks again, >> > >> > Dave Loman. >> > >> > >> > ------------------------------------------------------------------------------ >> > Enter the BlackBerry Developer Challenge >> > This is your chance to win up to $100,000 in prizes! For a limited time, >> > vendors submitting new applications to BlackBerry App World(TM) will >> > have >> > the opportunity to enter the BlackBerry Developer Challenge. See full >> > prize >> > details at: http://p.sf.net/sfu/Challenge >> > _______________________________________________ >> > BRL-CAD Developer mailing list >> > [email protected] >> > https://lists.sourceforge.net/lists/listinfo/brlcad-devel >> > >> > >> >> >> ------------------------------------------------------------------------------ >> Enter the BlackBerry Developer Challenge >> This is your chance to win up to $100,000 in prizes! For a limited time, >> vendors submitting new applications to BlackBerry App World(TM) will have >> the opportunity to enter the BlackBerry Developer Challenge. See full >> prize >> details at: http://p.sf.net/sfu/Challenge >> _______________________________________________ >> BRL-CAD Developer mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/brlcad-devel > > > ------------------------------------------------------------------------------ > Enter the BlackBerry Developer Challenge > This is your chance to win up to $100,000 in prizes! For a limited time, > vendors submitting new applications to BlackBerry App World(TM) will have > the opportunity to enter the BlackBerry Developer Challenge. See full prize > details at: http://p.sf.net/sfu/Challenge > _______________________________________________ > BRL-CAD Developer mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/brlcad-devel > > ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ BRL-CAD Developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/brlcad-devel
