I can't help with the volume, not something I've ever tried.  Making an exe
is dead easy, simply select Win 32 Executable instead of Application in the
Build Options screen which comes up when you click on the Build button on
the Project screen.  Be aware that it will delete any apps that may be there
with the same name.  You should then be able to come out of FoxPro and run
the program by double-clicking on the .exe file.  I suggest that you would
be better having several apps/exes rather than one giant app.  What I would
do would be to look at the complete app then identify its functionalities to
split it into several apps.  I would make a safe copy of the original as a
backup then decide which app I am building first.  Remove all other
functionality a bit at a time testing after each major change and making a
copy so you can roll back easily.  Keep testing as an app until you are
satisfied then build it as an exe.  Repeat for the next piece of
functionality that you want.  I always find it easier to work with several
smaller apps than one giant one.  Make sure your methods that are used in
several apps are in a suitable class library that you can then build into
each project.  I have a separate folder for each project with any project
specific forms, classes, etc and a folder I call VFP Common Code which
contains my libraries.

John Weller
01380 723235
07976 393631 


> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
On Behalf
> Of Gary Jeurink
> Sent: 04 January 2011 19:21
> To: [email protected]
> Subject: RE: running multiple apps
> 
>  I think your right about the exe but I've never done it. This is a giant
> APP with several hobbies mixed in.
> Will I need to take the individual databases out to make each EXE? What
> referrences would you recommend to walk me through the making of the
> individual EXE(s)?
> 
> I also need to probably learn C# so I can make my own com port calls to
turn
> Volume up and down on the stereo. My current function from foxpro will
send
> 1-call per push rather than
> Continuous until released. This may be more of a device limitation than a
> program inadequacy. I'm using
> A smarthome pc to ir linc.. I'm calling a program with the command
> attribute... Over and over for something
> like volume.
> 
> Gary Jeurink
> 
> -----Original Message-----
> From: John Weller [mailto:[email protected]]
> Sent: Monday, January 03, 2011 3:07 PM
> To: [email protected]
> Subject: RE: running multiple apps
> 
> Do you run it as an app or as an exe?  If you build the project as an exe
> file you can have as many running at once as your resources will allow.
(I
> think you can have as many apps running at once as resources will allow
also
> but I'm not as confident on that <g>)
> 
> Best of luck!
> 
> John Weller
> 01380 723235
> 07976 393631
> 
> 
> > -----Original Message-----
> > From: [email protected]
> > [mailto:[email protected]]
> On Behalf
> > Of Gary Jeurink
> > Sent: 03 January 2011 20:44
> > To: [email protected]
> > Subject: running multiple apps
> >
> > I am handicapped and I have built a monster app on which I select all
> > my forms which includes business stuff, house controls and and several
> > music jukebox forms that have 12,000 songs on a 600 cd player indexed
> > by year/style/etc... I am self-taught and need advice. My juke box
> > forms play music using a timer in order to start/stop/retrieve next
> > whenever I need
> to
> > run another form I have to abandon the jukebox form and thus letting
> > the
> cd
> > player go on its own.
> >
> > What if I make my music options a separate app. Can I run several
> > foxpro apps at the same time without interfering with one another. Is
> > there any tricks or pitfalls in doing this?
> >
> > Gary Jeurink
> >
> >
> > --- StripMime Report -- processed MIME parts --- multipart/alternative
> >   text/plain (text body -- kept)
> >   text/html
> > ---
> >
[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to