Re: Project using Visual Basic
Posted by
jeffalanp
on 2003-03-08 09:57:57 UTC
Hi,
If you also have Visual C (as well as VB), you could try building
a DLL program. Each VB program could call that DLL which would have
its own variable space. The DLL can accept parameter lists from a VB
program. The parameter list can hold data to be transfered, commands
to be processed, as well as the identity of the caller. This way the
DLL can move data around to each caller, or store it localy as
necessary.
Jeff
http://www.xylotex.com
--- In CAD_CAM_EDM_DRO@yahoogroups.com, "Pablo Roufogalis L."
<proufo@c...> wrote:
If you also have Visual C (as well as VB), you could try building
a DLL program. Each VB program could call that DLL which would have
its own variable space. The DLL can accept parameter lists from a VB
program. The parameter list can hold data to be transfered, commands
to be processed, as well as the identity of the caller. This way the
DLL can move data around to each caller, or store it localy as
necessary.
Jeff
http://www.xylotex.com
--- In CAD_CAM_EDM_DRO@yahoogroups.com, "Pablo Roufogalis L."
<proufo@c...> wrote:
> Hello to all. I'm new to stepper motors and its control butlearning at a good rate.
>steady-state velocity and the other for corrections.
> At this point my project will require two VB programs, one for
>programs. I'd prefer not to use an HD file or similar.
> I wonder if there is a way to share a variable between two .exe
>
> Thanks in advance.
Discussion Thread
Pablo Roufogalis L.
2003-03-08 09:39:07 UTC
Project using Visual Basic
jeffalanp
2003-03-08 09:57:57 UTC
Re: Project using Visual Basic
Pablo Roufogalis L.
2003-03-08 17:23:36 UTC
Re: Project using Visual Basic
James Wilsom
2003-03-08 17:29:11 UTC
Re: [CAD_CAM_EDM_DRO] Project using Visual Basic
andyolney
2003-03-08 18:39:52 UTC
Re: Project using Visual Basic
Pablo Roufogalis L.
2003-03-09 05:19:17 UTC
Re: Project using Visual Basic
Pablo Roufogalis L.
2003-03-09 05:26:39 UTC
Re: Project using Visual Basic
James Wilsom
2003-03-09 11:41:06 UTC
Re: [CAD_CAM_EDM_DRO] Re: Project using Visual Basic
Pablo Roufogalis L.
2003-03-10 03:45:40 UTC
Re: Project using Visual Basic
Tim Goldstein
2003-03-10 07:14:15 UTC
RE: [CAD_CAM_EDM_DRO] Re: Project using Visual Basic
James Wilsom
2003-03-10 08:00:11 UTC
Re: [CAD_CAM_EDM_DRO] Re: Project using Visual Basic
William Scalione
2003-03-10 09:51:49 UTC
Re: [CAD_CAM_EDM_DRO] Re: Project using Visual Basic