> I didnt do anything to them to deal with this. One is my main > virus scanner, and the 2nd is the one that is launched after a > hot sync. They both have code 1, but the 2nd app only deals with > a custom launch code sent by the first one.
Then you cannot simply merge the two of them into one. > The reason I need to combine them is so what we can put a link > online and let the user download the prc over the air right to > their device, and we dont want to trust that the user will > download both prcs, so i need to find a way to make them one prc, > or write something that on install will go online and download > both prcs. Two solutions to that problem: 1) Make a single multi-segment application. You'll have to design and compile it as such, though - you can't just mix together the resources of two applications. 2) Use an installer that will take care to download whatever is needed without relying on the user. Regards, Vesselin -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
