Win32 API Tango / using what ?
Sean Kelly
sean at f4.ca
Wed Nov 14 08:14:22 PST 2007
BLS wrote:
> Sascha Katzner schrieb:
>> Lars Ivar Igesund wrote:
>>> Also note that there are/used to be codegen issues and compile speed
>>> issues.
>>> Since all the Win32 headers are linked together like spaghetti, you risk
>>> having to compile all every time (and they are big, so it gets slow).
>>
>> If you use the provided makefile it creates a lib with all headers.
>> You can simply link this file in your projects without the need to
>> recompile it every time.
>>
>
>
> Seems that GNU Make is needed. Can you confirm ?
>
> I am a Tango fan. So I want to build my Windows GUI in conjunction with
> Tango but I WONDER how to manage it to use (to a certain degree) the
> binding project win sources and the Tango windows. stuff.
If you have a library with more Win32 stuff in it than Tango offers, you
can rename it to tango-win32-dmd.lib and replace the one shipped with
Tango. It will be linked automatically.
Sean
More information about the Digitalmars-d
mailing list