lua-users home
lua-l archive

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


> From: lua-l-bounces@lists.lua.org [mailto:lua-l-bounces@lists.lua.org]
> On Behalf Of Ashwin Hirschi
> Sent: donderdag 26 april 2012 22:14
> To: Lua mailing list
> Subject: Re: debugging c lib with visual studio
> 
> 
> > Do you know of an easy way to get debug output into the VS output
> window?
> > When searching MSDN only comes up with .NET solutions.
> 
> Don't know about VS, but the good old-fashioned way to produce debug
> output is OutputDebugString.

Don't know about 'good old-fashioned', as I've been doing C for only a couple of weeks, but it does the job! Thx!