User Activity

  • Created ticket #1878 on ooRexx (Open Object Rexx)

    SEEK does not affect WRITE position

  • Posted a comment on discussion Open Discussion on ooRexx (Open Object Rexx)

    What version ooRexx have you installed? Note similar bug report 1529: https://sourceforge.net/p/oorexx/bugs/1529/

  • Created ticket #1862 on ooRexx (Open Object Rexx)

    typo in rexxref.pdf - wrappered or wrapped

  • Posted a comment on ticket #1629 on ooRexx (Open Object Rexx)

    rexx.dll locked error message, still there: - ooRexx-5.0.0-12558.windows.x86_32 - on a clean WIN10 system that has no previous ooRexx installation It is not the error itself that concerns me (I know the solution), it is the misleading error message: .. this indicates that not all Rexx programs have been halted.

  • Posted a comment on discussion Open Discussion on ooRexx (Open Object Rexx)

    Hi Glenn, If you add a file with code to reproduce this error, and also mention your oRexx and Windows versions you will probably get quicker and better response to your questions.

  • Posted a comment on discussion Help on ooRexx (Open Object Rexx)

    Erich, Works fine. I built a 32bit installer with my VS2019 + CMake v3.20 and reverted to line cmake_policy(VERSION 2.8...3.3) Then executed the installer in a virgin WIN7 32-bit and rexx -v did not generate MSVC errors.

  • Posted a comment on discussion Help on ooRexx (Open Object Rexx)

    This code is apparantly supposed to replace /MD by /MT. But if the flag strings do not contain /MD (as it is in my local build environment) nothing changes to /MT. You mention a better solution for recent CMake. Care to share? I wish to force /MT for some tests.

  • Posted a comment on discussion Help on ooRexx (Open Object Rexx)

    While analyzing this I noticed the following lines in CMakeLists: # This replaces the /MD compile flag with /MT. set(CompilerFlags CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELEASE CMAKE_C_FLAGS CMAKE_C_FLAGS_DEBUG CMAKE_C_FLAGS_RELEASE ) foreach(CompilerFlag ${CompilerFlags}) string(REPLACE "/MD" "/MT" ${CompilerFlag} "${${CompilerFlag}}") endforeach() Is the intention to force compiler option to /MT (statically link MS VC Runtime files)? If so, then this code only does that if the flags...

View All

Personal Data

Username:
avanderputten
Joined:
2014-07-04 15:16:58
Location:
CEST
Gender:
Male

Projects

  • No projects to display.

Personal Tools