Module Load Order

Started by David Martin, March 17, 2005, 09:10:56 AM

Previous topic - Next topic

David Martin

It would be nice if we could specify the order that Modules are loaded from within the Project Explorer.

Thanks,

TechSupport

What benefit would that give you? Maybe I am missing your reason for doing this. Do you mean the order in which they appear in the TreeView of the Project Explorer???

David Martin

Yes, that is what I mean.

I am assuming that is the order they are loaded into the program.

Some files need to be loaded before others as they have items defined within them that are dependent on the other.

TechSupport

Quote from: David MartinSome files need to be loaded before others as they have items defined within them that are dependent on the other.
FireFly does a scan of Forms and Modules and sucks out all of the sub/function declares. It then places them in a FireFly generated "declares" file. That file is placed in the generated source code immediately before any user defined module. That way, the user does not need to be concerned with the module ordering.

David Martin


Chris Cullen

And how we LOVE that feature!!

:)