April 14, 200520 yr In fm dev 7. I made a runtime solution on an windows xp machine and it works fine on an xp machine but not on a windows 2000 machine. Any ideas? Would I need to create the runtime solution on windows 2000 machine in order for it to work on 2000 machine? Thanks, Doug
April 15, 200520 yr Yes, the files (like .dll) that are created when the runtime is made are specific for the OS on which it is created. Win2k simply can't handle those XP-specific files and the other way around.
Create an account or sign in to comment