DSSS problem

2008-12-19 Thread Tim M
Hi I am using dsss and I'm not sure if I'm not using it right or there is a bug in it. I have 2 projects using the same dsss.conf and sharing a lot of common code. The linking of a large resource file makes the .exe I expect to be a lot larger leaving the other alot smaller but code from th

Re: struct inheritance need?

2008-12-19 Thread Kagamin
Derek Parnell Wrote: > A static constructor (also known as the Module constructor) executes at > program run-time and not at program compile-time. So do C++ static object constructors. Though C++ has syntax sugar, which helps writing declaration and initialization at the same place.

Re: DSSS problem

2008-12-19 Thread Tim M
NVM I have found that it was caused by both projects had the same namespace.

Re: DSSS problem

2008-12-19 Thread Sergey Gromov
Fri, 19 Dec 2008 22:01:09 +1300, Tim M wrote: > Hi I am using dsss and I'm not sure if I'm not using it right or there is > a bug in it. I have 2 projects using the same dsss.conf and sharing a lot > of common code. The linking of a large resource file makes the .exe I > expect to be a lot l

Re: DSSS problem

2008-12-19 Thread Tim M
I did metion the problem. In my first post I said that one project has the code from the other rather than it's own code. It's linked with an image resource but because it's using the other's code it nothing but extra megs that are unused. Re-read. On Sat, 20 Dec 2008 01:06:55 +1300, Serge

Re: struct inheritance need?

2008-12-19 Thread Sergey Gromov
Fri, 19 Dec 2008 04:07:40 -0500, Kagamin wrote: > Derek Parnell Wrote: > >> A static constructor (also known as the Module constructor) executes at >> program run-time and not at program compile-time. > > So do C++ static object constructors. Though C++ has syntax sugar, > which helps writing de

Re: struct inheritance need?

2008-12-19 Thread Sergey Gromov
Thu, 18 Dec 2008 18:36:07 -0500, Christopher Wright wrote: > Weed wrote: >> Compile-time creation an object of class or (most likely wrong) struct >> inheritance. >> >> I have prepared a distinct feature request and send it later > > You aren't providing a use case, though. Why not show an exam

Re: struct inheritance need?

2008-12-19 Thread Derek Parnell
On Fri, 19 Dec 2008 04:07:40 -0500, Kagamin wrote: > Derek Parnell Wrote: > >> A static constructor (also known as the Module constructor) executes at >> program run-time and not at program compile-time. > > So do C++ static object constructors. Though C++ has syntax sugar, which > helps writin