Skip to content

Reference classes by This.ClassLibrary #10

@DougHennig

Description

@DougHennig

There are several places in ParallelFox classes where an object in ParallelFox.vcx is instantiated. If the VCX isn't in the VFP search path, that causes an error. If you change those references from a hard-coded "ParallelFox.vcx" to This.ClassLibrary, then once the Parallel class is instantiated (e.g. Parallel = newobject('Parallel', 'SomeFolder\ParallelFox.vcx'), it can find its own classes without requiring the VCX be in the search path.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions