lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Tue, Sep 9, 2008 at 3:07 PM, Ignacio Burgueño
<ignaciob@inconcertcc.com> wrote:
> Is it possible to get VS to link against MSVCRT on a per-project basis? Or
> does it imply IDE wide changes?

I may be a barbarian, but I did it all with the command line, even
used GNU make ;)  Although it's now just a matter of linking against
'crt.lib msvcrt.lib kernel32.lib' where crt.lib contains the basic
Matt Pietrek init code and msvcrt.lib is an import library for the old
runtime.  So it should be straightforward, and yes it would be on a
per-project basis.

> I know you did this with VS2005 but maybe the same principles apply on
> VS2008 ?

That's the next thing I'm going to try...

steve d.