MathGroup Archive 2010

[Date Index] [Thread Index] [Author Index]

Search the Archive

Packages designed for use in player pro

  • To: mathgroup at smc.vnet.net
  • Subject: [mg111324] Packages designed for use in player pro
  • From: Nate Dudenhoeffer <ndudenhoeffer at gmail.com>
  • Date: Tue, 27 Jul 2010 07:53:33 -0400 (EDT)

What is the correct syntax to use for a BeginPackage statement for a package
which is to be deployed in player pro?

For a standard package I use BeginPackage["toplevel`",
{"anotherpackage`","anotherpackage2`", "lanotherpackage3`"}],
which requires that the packages all be somewhere on the $Path variable, and
be saved as *.m.  The problem I have is once they have been saved using
Encode[], I am no longer able to load them with this syntax.

Thanks,
Nate


  • Prev by Date: Disable save in player pro
  • Next by Date: Re: NDSolve - how to bypass safety chceck?
  • Previous by thread: Re: Disable save in player pro
  • Next by thread: Re: Packages designed for use in player pro