Build 815 & MinGW/dmake & ExtUtils::Embed

2005-11-24 Thread Sisyphus
Hi, E:\>type try.pl use ExtUtils::Embed; print ldopts(); E:\>perl try.pl Set up gcc environment - 3.4.4 (mingw special) Note (probably harmless): No library found for perl58.lib -s L"E:\Perl815\lib\CORE" D:\MinGW\lib\libkernel32.a D:\MinGW\lib\libuser32.a D:\MinGW\lib\libgdi32.a D:\MinGW\lib\l

RE: ActiveState Build 815

2005-11-24 Thread Jan Dubois
On Wed, 23 Nov 2005, Craig A Dayton wrote: > I've installed 815 on Windows XP SP2 with 813 being previously > installed. 815 was installed according to the release/installation > notes and I'm not experiencing this behavior. > > Did notice that the links 'Examples' and 'Benchmark' are broken > t

RE: ActiveState Build 815

2005-11-24 Thread Bullock, Howard A.
I've installed 815 on Windows XP SP2 with 813 being previously installed. 815 was installed according to the release/installation notes and I'm not experiencing this behavior. [Bullock, Howard A.] --- After removing Perl and following the manual deletion steps listed in the i

OLE problem with Outlook

2005-11-24 Thread LeFevre, Ken
I'm writing a program that monitors an Outlook mailbox and processes incoming e-mail in a given folder with a specified mailbox.  When I run the module that does that actual access in the debugger, it works great.  When I run the same module as a thread, I get the following error:   retrying

Re: SQL problem

2005-11-24 Thread Trevor Joerges
### when program starts $MinsUsedInRangeQuery1 = $DBH->prepare('DECLARE @StartRange datetime, @EndRange datetime' . ' SET @StartRange = ?, @EndRange = ?' . ' SELECT SUM(DATEDIFF(mi,StartTime,EndTime))' . ' AS MinsUsed FROM Sessions' . ' WHERE AuthSource = ? AND UserID = ?' . ' A