<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN"
            "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">

<channel>
<title>visualperl-discuss archive @ ASPN</title>
<link>http://ASPN.ActiveState.com/ASPN/Mail/Browse/Threaded/visualperl-discuss</link>
<description>Discussion of Visual Perl, ActiveState's Perl plug-in for Visual Studio .NET.</description>
<language>en-us</language>
<copyright>Copyright 2005, ActiveState</copyright>
<managingEditor>aspn-feedback@activestate.com</managingEditor>
<webMaster>aspn-feedback@activestate.com</webMaster>

<image>
<title>visualperl-discuss @ ASPN Mail Archive</title>
<url>http://ASPN.ActiveState.com/ASPN/img/logo_78x25.gif</url>
<link>http://ASPN.ActiveState.com/ASPN/Mail/Browse/Threaded/visualperl-discuss</link>
</image>

<item>
<title>PAYMENTS-REPRESENTATIVE REQUIRED..</title>
<link>http://ASPN.ActiveState.com/ASPN/Mail/Message/visualperl-discuss/3028669</link>
<description>&lt;PRE>OUR REF#:CM2334/U 
DATE:18TH/02/2006 
 





Dear Sir/Madam,  


 
    I am Mr. Leu Cheng,we are a group of business men who deal on 
import and export raw of materials into the MEXICO;COLOMBIA;ECAUDOR;USA AND EUROPE. We are
searching for representatives who can help us establish a medium of getting to our
customers in the Mexico,America AND SOUTH AMERICA as well as making payments through you to
us.
 
 
  Please if you are interested in transacting business with us we will 
be very glad. Please contact us for more information. Subject to your 
satisfaction you will be given the opportunity to negotiate your mode of 
payments,which we will pay for your services as our representative in 
MEXICO,USA AND SOUTH AMERICA.
 
Note that, as our representative, you will receive 10% of whatever 
amount you clear for the company and the balance will be paid into an 
account,we will avail to you.
 
Please, to facilitate the conclusion of this transaction.
If accepted, do send me promptly to by mailing to our : leucheng88_cmiecch@...
 
(1)YOUR FULL NAME...........
(2)CONTACT ADDRESS.......
(3)TELEPHONE#..................
(4)OCCUPATION(S).............
(5)AGE/SEX................................
(6)MARITAL STATUS...........
 
We do sincerely hope to hear from you soon.
 
Thank you.
 
Best Regards, 
Mr.Leu Cheng, 
MANAGER
EM@... ME: leucheng88_cmiecch@...
=========================================
DISCLAIMER NOTE AND CONFIDENTIALITY: leucheng and associates want to inform that the total
content of this e-mail is intended only for the person or entity to which it is addressed
and may contain confidential and/or privileged material. If you are not the intended
recipient of this message you are hereby notified that any
use,review,retransmission,dissemination,distribution, reproduction whether orally or
through any other media and/or any action taken upon this message is prohibited. If you
received this in error, please contact the sender and delete the 
material from any computer.


___________________________________________________________________________
Fullmer Family Genealogical Information Website
http://www.fullmer.info
&lt;/PRE></description>
</item>

<item>
<title>Re: [Visualperl-discuss] RE: Opening perl file while a C++ solution	is	open</title>
<link>http://ASPN.ActiveState.com/ASPN/Mail/Message/visualperl-discuss/3000318</link>
<description>&lt;PRE>This is a known problem -- trying to
open very large Perl files does
cause Visual Studio to crash.  The application was designed with the
idea that most files would never exceed 8,000 lines in length, but
we made sure we could work with files like CGI.pm, SOAP/Lite.pm, and
parsers generated by modules like Parse::RecDescent.

- Eric

John Heisey wrote:
> After a little more experimentation I can reproduce the problem with my 
> own generated solution and perlproj file.
> Apparently the perl parser doesn't like something in my perl file.
>  
> Could it be that it happen to be over 17000 lines of code. Is there some 
> way for me to have trace output from the perl parser?
>  
> I have another one that's over 19000 lines that gives me the same result.
>  
> JR
> 
>     -----Original Message-----
>     *From:* John Heisey
>     *Sent:* Friday, January 27, 2006 5:14 PM
>     *To:* 'Visual Perl (visualperl-discuss@...
>     *Subject:* Opening perl file while a C++ solution is open
> 
>      
>     If I open a .pl file while in one of my C++ based solutions /
>     projects it just causes Visual Studio .NET to close or crash with no
>     error message.
>      
>     I changed the VS Tools / Options / Projects / VisualPerl / PDK
>     Install Location to C:\Program Files\ActiveState Perl Dev Kit 6.0
>     Productivity\bin where it installed by default rather than into
>     c:\perl\bin. I was able to open the Response Tracker sample and step
>     through the code.
>      
>     Could the PDK folder still be an issue or is this a known bug?
>      
>     Thanks,
>     J.R. Heisey
>      
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> VisualPerl-discuss mailing list
> VisualPerl-discuss@...
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

_______________________________________________
VisualPerl-discuss mailing list
VisualPerl-discuss@...
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
&lt;/PRE></description>
</item>

<item>
<title>[Visualperl-discuss] RE: Opening perl file while a C++ solution is	open</title>
<link>http://ASPN.ActiveState.com/ASPN/Mail/Message/visualperl-discuss/2997769</link>
<description>&lt;PRE>I am able to successfully load a
truncated version of my file that is as
big as 14439. I'm not going to experiment any further. 
 
I don't know if the one responsible for this file will be willing to
break it up into multiple files.
 
Thanks,
JR

-----Original Message-----
From: John Heisey 
Sent: Friday, January 27, 2006 5:36 PM
To: 'Visual Perl (visualperl-discuss@...
Subject: RE: Opening perl file while a C++ solution is open


After a little more experimentation I can reproduce the problem with my
own generated solution and perlproj file.
Apparently the perl parser doesn't like something in my perl file.
 
Could it be that it happen to be over 17000 lines of code. Is there some
way for me to have trace output from the perl parser?
 
I have another one that's over 19000 lines that gives me the same
result.
 
JR

-----Original Message-----
From: John Heisey 
Sent: Friday, January 27, 2006 5:14 PM
To: 'Visual Perl (visualperl-discuss@...
Subject: Opening perl file while a C++ solution is open


 
If I open a .pl file while in one of my C++ based solutions / projects
it just causes Visual Studio .NET to close or crash with no error
message.
 
I changed the VS Tools / Options / Projects / VisualPerl / PDK Install
Location to C:\Program Files\ActiveState Perl Dev Kit 6.0
Productivity\bin where it installed by default rather than into
c:\perl\bin. I was able to open the Response Tracker sample and step
through the code.
 
Could the PDK folder still be an issue or is this a known bug?
 
Thanks,
J.R. Heisey
&lt;/PRE></description>
</item>

<item>
<title>[Visualperl-discuss] RE: Opening perl file while a C++ solution is	open</title>
<link>http://ASPN.ActiveState.com/ASPN/Mail/Message/visualperl-discuss/2997768</link>
<description>&lt;PRE>After a little more experimentation
I can reproduce the problem with my
own generated solution and perlproj file.
Apparently the perl parser doesn't like something in my perl file.
 
Could it be that it happen to be over 17000 lines of code. Is there some
way for me to have trace output from the perl parser?
 
I have another one that's over 19000 lines that gives me the same
result.
 
JR

-----Original Message-----
From: John Heisey 
Sent: Friday, January 27, 2006 5:14 PM
To: 'Visual Perl (visualperl-discuss@...
Subject: Opening perl file while a C++ solution is open


 
If I open a .pl file while in one of my C++ based solutions / projects
it just causes Visual Studio .NET to close or crash with no error
message.
 
I changed the VS Tools / Options / Projects / VisualPerl / PDK Install
Location to C:\Program Files\ActiveState Perl Dev Kit 6.0
Productivity\bin where it installed by default rather than into
c:\perl\bin. I was able to open the Response Tracker sample and step
through the code.
 
Could the PDK folder still be an issue or is this a known bug?
 
Thanks,
J.R. Heisey
&lt;/PRE></description>
</item>

<item>
<title>[Visualperl-discuss] Opening perl file while a C++ solution is open</title>
<link>http://ASPN.ActiveState.com/ASPN/Mail/Message/visualperl-discuss/2997753</link>
<description>&lt;PRE>If I open a .pl file while in one of my C++ based solutions / projects
it just causes Visual Studio .NET to close or crash with no error
message.
 
I changed the VS Tools / Options / Projects / VisualPerl / PDK Install
Location to C:\Program Files\ActiveState Perl Dev Kit 6.0
Productivity\bin where it installed by default rather than into
c:\perl\bin. I was able to open the Response Tracker sample and step
through the code.
 
Could the PDK folder still be an issue or is this a known bug?
 
Thanks,
J.R. Heisey
&lt;/PRE></description>
</item>

<item>
<title>[Visualperl-discuss] New VS 2005</title>
<link>http://ASPN.ActiveState.com/ASPN/Mail/Message/visualperl-discuss/2921916</link>
<description>&lt;PRE>Is there a new release of Visual Perl &amp; .Perl  .NET in the works for the
new release of MS Visual studio 2005?

In the interim, can the current Visual Perl 1.81 and Perl .NET 5.3 be
used with this new VS 2005?


Please advise,

M Molina

_______________________________________________
VisualPerl-discuss mailing list
VisualPerl-discuss@...
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
&lt;/PRE></description>
</item>

<item>
<title>Re: [Visualperl-discuss] devenv and .perlproj</title>
<link>http://ASPN.ActiveState.com/ASPN/Mail/Message/visualperl-discuss/2757399</link>
<description>&lt;PRE>Williams, Alan wrote:
> Is it possible to use devenv.com to build perl projects from the 
> command line? I get an "Error: Unspecified error" at the point when 
> devenv should act on the .perlproj file. Thanks.
> 
> -Alan
> 
> 
> _______________________________________________
> VisualPerl-discuss mailing list
> VisualPerl-discuss@...
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

This is a long-running missing feature that we hadn't logged.
It's in bugzilla now, at

http://bugs.activestate.com/show_bug.cgi?id=40169


We hadn't implemented it as we saw Visual Perl as a tool used
far more for editing and debugging than for building.  I can
see that it would be convenient to access the build parameters
via the project, than to create a separate project file.

- Eric
_______________________________________________
VisualPerl-discuss mailing list
VisualPerl-discuss@...
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
&lt;/PRE></description>
</item>

<item>
<title>[Visualperl-discuss] devenv and .perlproj</title>
<link>http://ASPN.ActiveState.com/ASPN/Mail/Message/visualperl-discuss/2757375</link>
<description>&lt;PRE>Is it possible to use devenv.com to build perl projects from the 
command line? I get an "Error: Unspecified error" at the point when 
devenv should act on the .perlproj file. Thanks.

-Alan


_______________________________________________
VisualPerl-discuss mailing list
VisualPerl-discuss@...
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
&lt;/PRE></description>
</item>

<item>
<title>[Visualperl-discuss] newbie problem with Visual Perl Tutorial</title>
<link>http://ASPN.ActiveState.com/ASPN/Mail/Message/visualperl-discuss/2757043</link>
<description>&lt;PRE>Hi,

I ran into a couple of problems when trying to work through the Visual Perl
Tutorial: http://aspn.activestate.com/ASPN/docs/VisualPerl/demo.html
&lt;http://aspn.activestate.com/ASPN/docs/VisualPerl/demo.html> 
The problems may be related.

The first problem was that Visual Studio failed to compile the sample code
because it couldn't find C:\Perl\bin\pcl.exe. I poked around and found all
of the Visual Perl stuff under...
C:\Program Files\ActiveState Perl Dev Kit 6.0\. So, I copied the pcl.exe
file to C:\Perl\bin. I also had to copy the contents of the C:\Program
Files\ActiveState Perl Dev Kit 6.0\lib dir to C:\Perl\bin\lib. After that,
the code started compiling.

Now, I'm getting a runtime error when trying to run the "Associate Perl DLL"
demo. It says it "Can't locate perl5db.pl in @... (@... contains: .)."

I'm confused. When I do a perl -V from a cmd prompt, it says...

@...
   C:\Program Files\ActiveState Perl Dev Kit 6.0\lib   C:/Perl/lib
   C:/Perl/site/lib
   .

Why is @... empty (except for current working dir, i.e. "." ) when my
compiled app runs? Is my ActiveState install broken? Why didn't the
installer put the new ActiveState stuff under C:\Perl?

FYI - 
I purchased the ActivePerl Pro Studio and installed it after already having
the free version of ActiveState Perl installed in C:\Perl. And Microsoft
Visual Studio.NET was also already installed.

Thanks in advance,

cn
&lt;/PRE></description>
</item>

<item>
<title>Re: [Visualperl-discuss] Unable to start debugging: The project contains no runnable Perl files. </title>
<link>http://ASPN.ActiveState.com/ASPN/Mail/Message/visualperl-discuss/2659672</link>
<description>&lt;PRE>Shea Martin wrote:
> I created an empty VisualPerl project.  Chose Add Existing item, then 
> added a bunch of perl files in a project I am working on.
> 
>  
> 
> Then I choose run, or hit F5, and I get this error message from Visual 
> Studio:
> 
>  
> 
> *Unable to start debugging: The project contains no runnable Perl files.*
> 
>  
> 
> I suspect I have to denote one of the perl files to the be the default 
> file to run, but I canā??t seem to figure out how to do that.

Exactly.  Bring up the project properties -- easiest way is
right-clicking the project icon in the solution explorer --
and fill in the StartupObject field.

- Eric

> 
>  
> 
> Thanks,
> 
>  
> 
> ~Shea M.
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> VisualPerl-discuss mailing list
> VisualPerl-discuss@...
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

_______________________________________________
VisualPerl-discuss mailing list
VisualPerl-discuss@...
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
&lt;/PRE></description>
</item>

</channel>
</rss>