Good morning all,

Apart from the obvious langauge and locale considerations, when I compile an app on a UK system for use on a German PC do I have to compile with German versions of the windows core components??

For example - I notice that the dependencies of ComDlg32.OCX have this to say about German

; Localized Dependencies --------------------------------------------

; ** German (DE) ***
; (0007 = German)
;
[ComDlg32.ocx <0007>]
Uses1=CmDlgDE.dll
Uses2=

Now my UK install doesn't currently include CmDlgDE.dll, and so I am hoping that comDlgDE.dll would already live on a German system - but how to be sure, and what about other files that I can't get dependency information on?

So My question is three fold...

1. Where do I find dependency information on standard OCX's and DLL's?
2. Where would I find files such as CmDlgDE.dll if I needed to compile them?
3. Would I need to extend my installer to ship these extra files?

Thanks in advance