Browse thread
[Caml-list] ocamldot on steroids
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Dmitry Bely <dbely@m...> |
| Subject: | Re: [Caml-list] Looking for sample DLL |
"Mattias Waldau" <mattias.waldau@abc.se> writes: > I have a big caml-program that I would like to call from VB/VBA. Then COM is obviously your choice. How else will you interface VB with your Ocaml library? > I prefer DLL to COM, I cannot understand this. DLL and COM are not concepts of the same level. That's like to say "I prefer fruits to oranges" :-) > since I do not need to register. I have already explaned you that in fact you can use COM DLL without registering, at least from C/C++ (don't know about VB since I never used it). > Also, VBA > cannot call normal COM-objects, they need the idispatch-interface. Not a problem. Camlidl lets you to equip Ocaml COM component with IDispatch interface. Dmitry Bely ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners