Thanks, I put the dll into a custom property of the exe and dropped into the %windir% but it wouldn't run unless I moved the dll to the same dir as the executable. Guess I need the splash open and close to do the create/delete work. What do you think ? I'm on the east end boarder of OC / SM.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MisterX Sent: Sunday, March 06, 2005 9:22 AM To: 'How to use Revolution' Subject: RE: altBrowser application I've been walking distance from oak creek!!! ;) if the dll is in the same directory, your app will see it. Unless it's directory variable is not set right! Or put it into the %SystemRoot% or %windir% directory which is in the paths of windows by default and not likely to change. Remember to remove it after install or not replace the wrong one if one exists... get shell("echo %SystemRoot%") or the specialfolders(36) -- there's a few other csids with that value... cheers Xavier > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Michael > Sent: Sunday, February 06, 2005 15:28 > To: 'How to use Revolution' > Subject: RE: altBrowser application > > Derek > So I have to deliver the altBrowser app with an installer or > splash drop it into a directory then auto run the app from a > directory off the windows pc ? > > Yes Im here in Oak Creek Wisconsin, whats your location Wis also ? > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Derek Bump > Sent: Sunday, March 06, 2005 8:14 AM > To: How to use Revolution > Subject: Re: altBrowser application > > > I created a standalone altBrowser executable, what I would > like to do > is > > have the user run the executable right off by clicking on the > > executable. Now I read in the documentation that the altBrowser.dll > > needs to be in the same directory as the executable. Is > there a way to > > include and let run to say the altBrowser.dll inside the executable > > without having to drop the dll onto the PC ? > > You mean like how externals were treated with HyperCard, they > were stored in the resource fork? To my knowledge with > Windows standalones, no. I do believe for your Rev > standalone to recognize the DLL, it has to be in the > directory that you specify. > > So yeah, you have to put it into the same folder as your standalone. > Oh, > judging by your email address...do you reside in Wisconsin? > > Derek Bump > Dreamscape Software > http://www.dreamscapesoftware.com/ > > _______________________________________________ > use-revolution mailing list > [email protected] > http://lists.runrev.com/mailman/listinfo/use-revolution > > _______________________________________________ > use-revolution mailing list > [email protected] > http://lists.runrev.com/mailman/listinfo/use-revolution > _______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution _______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
