General

Profile

Alexander Theißen

  • Login: rippz
  • Email: alex.theissen@me.com
  • Are you a spammer?: No
  • Registered on: 02/21/2014
  • Last connection: 07/30/2014

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

03/14/2014

07:21 PM Wt Help: Dbo: PostUpdate, PreUpdate, etc.
Is there are events or something I can hook functions to. For example to update a timestamp field whenever an object ... Alexander Theißen

03/01/2014

12:27 PM Wt Open discussion: The lacking use of smart pointers confuses me
It is not clear to me when I am responsible for an object I allocated and when not.
The manual makes it clear that t...
Alexander Theißen
11:08 AM Wt Open discussion: RE: How to implement non form based logins?
Thanks. I think I can work with this.
Alexander Theißen
11:07 AM Wt Open discussion: RE: Install Path is not set in dylibs (shared libs) on OS X
Thank you for your answer. I already committed a bug report and solved the problem using rpath:
http://redmine.webt...
Alexander Theißen

02/24/2014

07:33 PM Wt Bug #2705: Install Path is not set in dylibs (shared libs) on OS X
It works now. I need to apply the following settings and set the RPATH (-rpath <path to wt install dir> linker flag) ... Alexander Theißen
11:58 AM Wt Bug #2705: Install Path is not set in dylibs (shared libs) on OS X
I meant:
SET(CMAKE_SKIP_BUILD_RPATH FALSE)
SET(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
SET(CMAKE_INSTALL...
Alexander Theißen
11:57 AM Wt Bug #2705: Install Path is not set in dylibs (shared libs) on OS X
I added this to the CMakeLists.txt in the root dir:
SET (CMAKE\_SKIP\_BUILD\_RPATH FALSE)
SET (CMAKE\_BUILD\_WIT...
Alexander Theißen

02/23/2014

09:31 PM Wt Bug #2705 (Closed): Install Path is not set in dylibs (shared libs) on OS X
The OS X dynamic loader is special in a way that it doesn't look in some predefined locations to discover the referen... Alexander Theißen
07:42 PM Wt Open discussion: How to implement non form based logins?
In addition to my web app I am developing an REST API using WResource for an smartphone app. For the web app I can us... Alexander Theißen

02/21/2014

06:52 PM Wt Open discussion: Install Path is not set in dylibs (shared libs) on OS X
I installed wt-3.3.1 from source on OS X 10.9.1.
I followed the manual and called cmake:
cmake -DWT\_CPP\_11\_MODE...
Alexander Theißen

Also available in: Atom