RE: Re: Re: need help with visual studio

"Michael Geary" <[email protected]> Mon, 10 May 2004 00:30:00 -0700
Newsgroups gmane.comp.lang.prothon.devel
Message-ID <[email protected]>
> Will do. [change absolute paths to relative ones]

Oh, I forgot to mention. If you use the IDE to change the paths (or anything
that should be changed in both debug and release builds), be sure to select
Configuration/All Configurations in the property editor before making the
change. I forget to do that sometimes and it is a real nuisance!

OTH, for a change to many .vcproj files like this, it can be more convenient
to just open the .vcproj files in a text editor and do a global search and
replace. You can even use VS.NET's global replace for this.

> I followed their instructions for building [APR] with command lines 
> and it just worked.  So I probably don't have valid project files.

Ah, didn't think of that, I will try doing it that way.

> I seem to remember trying to build apr and/or regex in VS and 
> not being successful.  Maybe I should try again now that I 
> have a pro like you to help out :-)

I'll have to tinker with it sometime, but your tip of building with the
command line should get me started for now.

-Mike