代码之家  ›  专栏  ›  技术社区  ›  rossmcm

Windows 98 SE-从16位控制台应用程序调用OutputDebugString

  •  1
  • rossmcm  · 技术社区  · 6 年前

    OutputDebugString 从Turbo Pascal 7.0控制台模式程序。主机运行的是Windows98,据我所知支持 输出调试字符串 . 我找不到任何声明入口点的头文件

    SysInternals实用程序DebugView可以 显示 来自Win16系统的调试消息,所以我相信它的结尾是排序的。根据系统内部文件:

    DebugView Capture
    Under Windows 95, 98, and Me DebugView will capture output from the following sources:
    
        Win32       OutputDebugString
        Win16       OutputDebugString
        Kernel-mode Out_Debug_String
        Kernel-mode _Debug_Printf_Service
    

    我搜索了TP7文档和字符串 dll 不会出现在任何地方。 谁能告诉我怎么打电话吗 输出调试字符串 或者如果有可能的话?

    1 回复  |  直到 6 年前
        1
  •  1
  •   Dávid Laczkó    6 年前

    根据 this