otya128 / winevdm

16-bit Windows (Windows 1.x, 2.x, 3.0, 3.1, etc.) on 64-bit Windows
GNU General Public License v2.0
2.63k stars 150 forks source link

Error when working with other DLLs. #664

Open LaserHack opened 4 years ago

LaserHack commented 4 years ago

I have an old laser program that is a 16bit windows application. It uses VBRUN300.DLL to work. Would this be able to work with programs that use other DLLs?

2020-05-13

Try the latest version first. Go here and click Environment: THIS_BUILD_IS_RECOMMENDED__VCXPROJ_BUILD=1-> Artifacts 1-> zip to download the latest version.

Describe the bug A clear and concise description of what the bug is.

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

Additional context Add any other context about the problem here.

It is very helpful to provide a trace file if possible. Please note that this file contains detailed information about the program. Procedure

  1. Run the command prompt.
  2. Set the environment variable:
    set WINEDEBUG=+all,-snoop,-ldt,-fixup,-module,-global,-local,-disasm,-syslevel,-thunk
  3. *old-executable-file* 2> trace.txt
  4. Upload trace.txt here.
cracyc commented 4 years ago

VBRUN300.DLL has to be in the program directory or the winevdm windows directory.