|
From: Michele G. <M.G...@ex...> - 2012-02-10 10:18:16
|
Dear André, sorry for the late answer. In CWSNet, we use CMake (http://www.cmake.org/cmake/resources/software.html) to compile the code. In CMake, it is possible to create a building project for various compiler and environment. For example GCC in Linux (http://sourceforge.net/apps/trac/cwsnet/wiki/DevelopmentInLinux) or Visual Studio in Windows (http://sourceforge.net/apps/trac/cwsnet/wiki/DevelopmentInWindows). This two options are the only one that we tested. Unfortunately, we never tested compiling CWSNet using Borland Builder since we don't have access to this compiler. However, in CMake it is possible to crate a Borland Makefile by choosing this option as generator: http://www.cmake.org/cmake/help/cmake2.6docs.html#gen:BorlandMakefiles Please Let us know if you are able to compile CWSNet using Borland Compiler. If it is not the case, please let us know any eventual compiling error. Hope this help. Michele. On 07/02/12 11:23, André William wrote: > Hi! > > I'm currently developing with Epanet and OOTEN but I would really like > to migrate to CWSNet. > What would be the easiest way for me to import/convert/compile CWS > under Borland/Embarcadero's C++ Builder, assuming it is possible? > I tried converting both the static and shared libraries with the > implib and coff2omf utilities, but they couldn't produce a working > version. > > Thanks in advance! > André William > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-d2d > _______________________________________________ > CWSNet-users mailing list > CWS...@li... > https://lists.sourceforge.net/lists/listinfo/cwsnet-users |