Shari wrote:

As for revXXX things... I still do not understand. The engine is the same regardless, right? The only difference between Rev 2.7 and MC 2.7 is the IDE, the user interface. So there must be libraries or stacks that contain the special revXXX items, that I could add to my stack to make them work?

All commands starting with "rev" are part of a set of libraries that are embedded in the Revolution IDE. They will all work fine in the IDE, as you found, but you must include those libraries when you build a standalone. If you tell the standalone builder to include the libraries, it puts them in during the build process.

One of the things the SB looks for when it does an auto-scan for resources are any of those "rev" commands. If you have turned off "search for inclusions" and are doing inclusions manually, then you need to specify in the standalone settings which libraries you want included.

The revDeleteFolder command is in the common library, and I believe that one always gets included in all standalones (you don't have to specially indicate it, and it isn't in the SB inclusion list.) But you do have to use the Rev standalone builder to get it into the standalone.


--
Jacqueline Landman Gay         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
metacard mailing list
metacard@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/metacard

Reply via email to