From: "Christian Budde" <[EMAIL PROTECTED]>
Hi Phil,
This has never worked. There was a time when you could put a form in a DLL and it would start okay (on Windows), but it wouldn't respond to keyboard inputs, as I recall. Now I can't even get a DLL containing a form to start without crashing the host app.

I got it working here with very carefully chosen compiler settings. It is still buggy as hell when it comes to libraries. With FPC 2.1.5 I'm able to compile a library (unfortunately without debug information). The problem is that the initialisation doesn't seem to be called correctly. For this reason I do all the initialisation in runtime.

Please test the latest FPC 2.3.1 from trunk. The problem with debugingo in DLLs was fixed yesterday.

Yury.
_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to