On 01-Oct-14 17:59, Kurt Keller wrote: > How is it possible, to link a windows console application against > setargv.obj? Try cpp.linkerFlags: ["setargv.obj"] Most likely, you have to pass the absolute path to the object file. BR, Joerg