Project

General

Profile

Porting from wt3 to wt4

Added by Peter Müller almost 5 years ago

Hi!

Is there something like a guide, HOWTO or checklist for porting code from wt3 to wt4?

Thanks, Peter 2.0


Replies (1)

RE: Porting from wt3 to wt4 - Added by Emeric Poupon almost 5 years ago

The biggest change is the ownership model (i.e. the use of smart pointers).

I ported an application some times ago, you might get an idea of the work to be done (here is the commit, https://github.com/epoupon/fileshelter/commit/4e253ea92092ce77dc28db67a8bd14f323213fa8 but there is some cleanup too)

    (1-1/1)