om VB6 using the VB.Net migration wizard as it is this
that
> inserts the line: DefineConstants = "Win32 = True".
>
> Paul.
>
> -Original Message-
> From: Gert Driesen [mailto:[EMAIL PROTECTED]
> Sent: 08 May 2004 13:44
> To: Martin Gainty; FRANCIS, Paul; [EMA
ROTECTED]>; <[EMAIL PROTECTED]>
Sent: Saturday, May 08, 2004 2:11 PM
Subject: Re: [Nant-users] Task does not work with all VB projects
Task does not work with all VB projectsPaul
The Ant way to handle this is to assign a property
then later on your scripts can reference ${basename} a
To: '[EMAIL PROTECTED]'
Sent: Friday, May 07, 2004 4:26 AM
Subject: [Nant-users]
Task does not work with all VB projects
I've had a problem compiling some VB.Net projects.
I debugged the source code and found it was because the VBC is being passed an
inval
Title: Task does not work with all VB projects
I've had a problem compiling some VB.Net projects. I debugged the source code and found it was because the VBC is being passed an invalid command line "/define:Win32 = True".See the following protion of my vbproj:
Na