Re: [ADVANCED-DOTNET] regex: how to avoid capturing leading empty lines

2007-08-12 Thread Efran Cobisi, cobisi.com
Hello G G, I've just got back from my summer holiday in Tuscany, hope to be in time to answer your question! :) First of all I suggest you to make your expressions simpler. The custom character class [0-9], for example, could have been condensed in the simpler \d shorthand class; the {0,1} item q

Re: [ADVANCED-DOTNET] 64bit and .Net?

2007-08-12 Thread Curt Hagenlocher
On 8/12/07, Mike Collins <[EMAIL PROTECTED]> wrote: > > I created a 2.0 application and my brother tried to run it on a WinXP64 > machine and it would not run. > That's a pretty vague problem description. Does it actually give some kind of error message? -- Curt Hagenlocher [EMAIL PROTECTED] ==

Re: [ADVANCED-DOTNET] 64bit and .Net?

2007-08-12 Thread Mike Collins
I created a 2.0 application and my brother tried to run it on a WinXP64 machine and it would not run. Is there some web site that talks about the possible problems? Mike -Original Message- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Shawn Wildermuth (