Accessing DLLs

Discuss building things with or for the Mozilla Platform.
Post Reply
spiz
Posts: 98
Joined: November 5th, 2002, 7:57 am

Accessing DLLs

Post by spiz »

How do i get an front end written in xul to access procedures in DLLs? thanks
//SPiZ
Ted Mielczarek
Posts: 1269
Joined: November 5th, 2002, 7:32 am
Location: PA
Contact:

Re: Accessing DLLs

Post by Ted Mielczarek »

spiz wrote:How do i get an front end written in xul to access procedures in DLLs? thanks


You'll need to write an XPCOM interface to your C/C++ code so you can access it in Javascript.

http://www.mozilla.org/projects/xpcom/

That's about the extent of my knowledge on the subject.
spiz
Posts: 98
Joined: November 5th, 2002, 7:57 am

Post by spiz »

Can't immagine this being too easy :) i'll give it a shot - thanks!
//SPiZ
Post Reply