Results 1 to 3 of 3

Thread: Compiling a UK app for use on a German PC

  1. #1

    Thread Starter
    Frenzied Member David.Poundall's Avatar
    Join Date
    Sep 2002
    Location
    Robin Hood Land
    Posts
    1,457

    Compiling a UK app for use on a German PC

    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
    David

    Learn the Rules so that you know how to break them properly.

    Printing dll dBTools MZTools Winsock API WinsockVB More Winsock SGrid2 MSChart Mail2Web

    If you have found this thread useful then read this

  2. #2
    VB6, XHTML & CSS hobbyist Merri's Avatar
    Join Date
    Oct 2002
    Location
    Finland
    Posts
    6,654

    Re: Compiling a UK app for use on a German PC

    There shouldn't be anything special: the compiled app should work in the German computer without a problem and without additional files to your program. Mostly the issues are more related to standard "DLL hell" problem: make sure the installation program does it's work properly, doesn't overwrite new versions with old versions, registers the files that should be registered etc.

    A reason I like to keep any OCXs and DLLs out of a program...

    If you think about it, it would sound pretty silly if you had to compile a separate version for each locale in the world to get it working

  3. #3

    Thread Starter
    Frenzied Member David.Poundall's Avatar
    Join Date
    Sep 2002
    Location
    Robin Hood Land
    Posts
    1,457

    Re: Compiling a UK app for use on a German PC

    I agree Merri it would be silly. But as this is my first go, and as I had the dependency info (from somewhere and somewhen) I am checking all of the bases.

    There are certain OCX's that just have to be included. MSCOMM32.OCX being another. Like you, I can see no reason why locale issues would not be covered within the OCX's especially when they come out of the Microsoft stable.

    As I say - just checking is all.

    Thanks Merri
    David

    Learn the Rules so that you know how to break them properly.

    Printing dll dBTools MZTools Winsock API WinsockVB More Winsock SGrid2 MSChart Mail2Web

    If you have found this thread useful then read this

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width