4
I Use This!
Activity Not Available

News

Analyzed over 1 year ago. based on code collected almost 2 years ago.
Posted over 11 years ago by Vidar Hasfjord
As planned, OWLNext 6.40 Beta has now been released: OWLNext 6.40.0 Beta (changes | source) To install this release, see our Installation Guide. It gives full instructions on how to download, set up and build the library. Version 6.40 completes ... [More] support for 64-bit, providing clean 64-bit builds for OWLNext, producing binary targets for Windows 64-bit. It introduces a new type-safe implementation of response tables, based on compile-time look-up of class template specializations, and message dispatchers with full support for 64-bit arguments. It also adds support for GDI+, fixes and enhances TNoteTab, improves the Doxygen documentation, and makes other minor corrections and improvements. For more detailed information, see OWLNext Releases | Version 6.40. Thanks to all that have contributed to this release! [Less]
Posted over 11 years ago by Vidar Hasfjord
SourceForge recently retired the Hosted Apps feature, and consequently our old MediaWiki setup was no longer functional. We have now migrated the contents to the Allura wiki tool, which is now up and running. Corrections and clean-up are underway. ... [More] Let us know if you find issues and errors. Wiki Main Page Also, after the retirement of our old wiki, the documentation links in OWLMaker no longer worked properly. Instead of showing the OWLMaker documentation page, the browser would only show the main OWLNext project page. This has now been corrected. The documentation links now point to the OWLMaker page on our new wiki. Build 2580 of OWLMaker includes this correction and is available for download in our Files section. If you have any broken links into our old wiki, you should update them now. [Less]
Posted over 11 years ago by Vidar Hasfjord
A new version of Armin Tueting's OLEProxyWizard is now available for download in our Files/Tools section. Changes: Added Windows 7/8 compatibility. Now generates correct namespaces for OWLNext 6.32 and later.
Posted over 11 years ago by Vidar Hasfjord
Owlet, an experimental branch for implementing and testing features proposed for version 7, has been uploaded to the OWLNext code repository at "branches/owlet". If you are interested in having a look, please do, and provide any feedback on our discussion forum. For more information, see Owlet leaves the nest.
Posted over 11 years ago by Vidar Hasfjord
The online OWLNext documentation has been updated, and it now reflects the latest changes on the upcoming 6.40 release branch. It has a refreshed look, similar to the SourceForge project site design, and now also includes a browser pane and a search ... [More] engine, making it convenient as a quick reference. See Online OWLNext Documentation. Offline HTML Help versions for 6.40 and 6.34 are also available for download in the Files section. [Less]
Posted over 11 years ago by Regis St-Gelais
Here is what I get in "owlmaker.out" I will investigate more tomorrow. Thanks C:\PROGRA~2\EMBARC~1\RADSTU~1\12.0\bin\make.exe -f bc.mak -l+ OWLVER=6.32 COMPVER=16 BCROOT=C:\PROGRA~2\EMBARC~1\RADSTU~1\12.0 ILINK=1 ILINKFLAG=-Gn SETUP=1 MAKE Version ... [More] 5.4 Copyright (c) 1987, 2010 Embarcadero Technologies, Inc. Warning: Could not generate version header; SubWCRev.exe not found. LIBTARGET = ....\lib\owl-6.32-b16-x86-s.lib BCCVER = 16 OWL_VERSION = 6.32 [Less]
Posted over 11 years ago by Vidar Hasfjord
I use XE5 I don't have any Embarcadero products so I cannot duplicate your setup for testing, but "bc.mak" works fine here, and invokes "update_version_header.bat" as expected, when I select "Borland C++ 5.5" and "Perform build setup" in OWLMaker. ... [More] Is there anything in your build output (see "owlmaker.out") that indicates the problem? My build output starts as follows: C:\Borland\BCC55\bin\make.exe -f bc.mak -l+ OWLVER=6.32 COMPVER=5 BCROOT=C:\Borland\BCC55 ILINK=1 ILINKFLAG=-Gn DEBUG=1 DIAGS=1 MT=1 SETUP=1 MAKE Version 5.2 Copyright (c) 1987, 2000 Borland SubWCRev: 'C:\OWLNext\branch-6.32' Last committed at revision 1985 Updated to revision 2057 Updated version info header "..\..\include\owl\version.h". LIBTARGET = ..\..\lib\owl-6.32-b5-x86-dt.lib BCCVER = 5 OWL_VERSION = 6.32 CDEFINES = -D_OWLPCH -D_USE_OWL_CM_EXIT -D__DEBUG=2 -D__TRACE -D__WARN C:\Borland\BCC55\bin\bcc32 ... What happens if you run "source/update_version_header.bat" manually from a command prompt? [Less]
Posted over 11 years ago by Regis St-Gelais
SubWCRev is in the system path (I can manualy start in from a command prompt) Also "Perform build setup" is checked in the last setup screen of OwlMaker. When I build I get tons of error, the first been that it is not able to include version.h (so of coarse there are tons of errors) I use XE5
Posted over 11 years ago by Vidar Hasfjord
I tought version.h in the include directory would be automaticaly created If you select "Perform build setup" in OWLMaker, and all is well, it should be. The make file should call the command script "source/update_version_header.bat". See target ... [More] "SetupBuild" in "bc.mak" and target "Setup" in "vc.mak". Make sure SubWCRev is in your system environment variable PATH. Also, it looks like there is no V632_07 tag in the repository Thanks for alerting me. I will create it ASAP. [Less]
Posted over 11 years ago by Regis St-Gelais
Also, it looks like there is no V632_07 tag in the repository