> I don't have ready access to an NT box anymore (we used to have lots > here, but they were "upgraded"...) If the fltk-2 code is copied from the > fltk-1.1 tree, which loads the required dlls and fumctions dynamically > *if they are available* then all should be well. The existing 1.1 code > was written to support my NT boxes when I still had them... > > SELEX Sensors and Airborne Systems Limited > Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 > 3EL > A company registered in England & Wales. Company no. 02426132 > ******************************************************************** > This email and any attachments are confidential to the intended > recipient and may also be privileged. If you are not the intended > recipient please delete it from your system and notify the sender. > You should not copy it or use it for any purpose nor disclose or > distribute its contents to any other person. > ********************************************************************
Here is implemented via GetMonitorInfo (I wasn't sure does it further call GetMonitorInfoA, but google solve the problem :)) user32.dll is differently loaded that in 1.1; in 1.1 is loaded when is needed, but here when app starts (which is a good indication to re-use 1.1 way :)) Rest of .dlls are loaded when needed. Thanks for the tip! -- Sanel _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
