hi there,

i'm not really a qt newbie - but in this field here i am

i have to develop a dll (and a so, later, too) which uses qtcore. in particular i need container classes, threads and mutexes as well as signals and slots. i don't need any gui stuff.

my first question: i have qt 4.3.3 installed, as well as the vs 2005 integration. now, when i choose 'new project' and specify 'qt library', i obviously get a dll project and i can build it - but - where is DllMain()

do i have to add the code?

my second question: do i have to have a QCoreApplication? What if the caller of my dll runs it's own event loop?

thanks for any advice,

sepp