Search found 4 matches

by mschnell
Fri Jun 11, 2010 3:01 pm
Forum: madRemote
Topic: Multiple "MainForm"
Replies: 6
Views: 18556

madshi wrote:All of madExcept's runtime windows are built by using pure win32 APIs. It's rather ugly code, though, and for programmers who're used to do VCL processing, it's painful as hell.
I'll take a look at the source code.

Thanks a lot for trying to help !
-Michael
by mschnell
Fri Jun 11, 2010 1:19 pm
Forum: madRemote
Topic: Multiple "MainForm"
Replies: 6
Views: 18556

Thanks a lot for trying to help ! In fact I am not the creator of the said application, so I can't provide much information about the internals of same. But I do trust that my colleagues already did do a good job investigating ways of optimizing their program appropriately. It seems to be fact that ...
by mschnell
Fri Jun 11, 2010 11:59 am
Forum: madRemote
Topic: Multiple "MainForm"
Replies: 6
Views: 18556

If you don't have experience with heavily multithreaded apps, you need to learn the synchronization rules first.... In fact we do have experience with multithreaed apps and the project in question already is a heavily multithreaded application that works fine (regarding the synchronization problems...
by mschnell
Fri Jun 11, 2010 9:33 am
Forum: madRemote
Topic: Multiple "MainForm"
Replies: 6
Views: 18556

Multiple "MainForm"

I suppose madRemote could be the starting point to a solution of the following task: Is there a decent way to create multiple instances of the VCL "application" and/or GUI Main Frame to allow for an application that has multiple independent "Forms" (each with it's own main thread...