|
ECS-L Home Automation and Security Archives |
learn more
| view messages for this
month | NetBloc® | terms of use | search
subject (prev) or (next) |
time (prev) or (next) |
author (prev) or (next) |
view more subjects
Subject: From: Date: | Re: [ECS] Calling BASIC modules from C ? Ingo Pakleppa Thu, 31 Aug 2000 22:57:41 -0700 |
What kind of Basic modules are you talking about? If you are talking about
Visual Basic, yes, I do it at work all the time. You need to create a COM
DLL (also known as ActiveX) from Visual Basic, and you can call that from
the C code just like any other COM objects.
Visual C++ has a special notation to import COM DLLs:
#import "mybasicdll.dll"
Ingo
At 06:53 PM 8/30/2000 -0400, Mark Gilmore wrote:
>Does anyone know if this is possible ?
>Thanks,
>--
>Mark Gilmore
>Omnipotence (ECS home automation software)
>http://omnipotencesoftware.com
>423-745-0026
>Hours: Mon-Sat, 9AM-8PM/EST
subject (prev) or (next) |
time (prev) or (next) |
author (prev) or (next) |
view more subjects