[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: debugging c lib with visual studio
- From: "Thijs Schreijer" <thijs@...>
- Date: Sun, 29 Apr 2012 13:10:57 +0200
> 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!