Re: Embedding Perl (Mail::SpamAssassin) in a C program

2003-07-07 Thread csaba . raduly
On 07/07/2003 16:09:21 perl-win32-users-admin wrote: [snip] I am really hoping for the fastest solution and not necessarily the easiest. I'm wondering if I can do something like: eval_pv(use Mail::SpamAssassin); eval_pv(my $spamobj = Mail::SpamAssassin-new()); eval_pv(my $status =

Re: Embedding Perl

2001-10-12 Thread Johan Lindstrom
MATA Tech wrote: About two years ago I had heard that there were methods for embedding VB in Perl. At that time, though, I was unable to find any information on how to do it. Since that time, I have a desire to embed Perl in VB, using VB just for GUI creation. Can it be done? You can create

RE: Embedding Perl

2001-10-12 Thread Bellenger, Bruno (Paris)
I guess your first port of call should be the VB SDK help files and documentation. Although I don't have the answer to your exact (current) question, here are some pointers that might prove somewhat helpful : You can have a look at WSH (the Windows Script Host), that allows you, via XML