Hey All,

I'm currently attempting to use PerlEz to embed the interpreter into my
C++ .NET Application.  All works fine, except when I try to print to the
console.

Ie.                                                                             
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
          PerlEzEvalString(perl,"use Win32; Win32::MsgBox('Hello World!');",
                      buffer,sizeof(buffer));

Works fine.. but trying to "print 'Hello World';" does not.

The example I found online mentions linking against PerlCRT.lib, and
another page I've read mentioned it being removed from the distro..
so..  is there a way to get console output ?

I also tried just using the perlembed way of embedding the interpreter..
that can print to the console just fine, however it cannot load Win32. 
It complains about not being compiled with dynamic loading support.

Sooo.. Does anyone know a way around either one of these problems?  I
kinda need both things to work. ;)

Thanks In Advance :)

_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to