How is it possible, to link a windows console application against setargv.obj? If I use cpp.dynamicLibraries: ["setargv.obj"] or cpp.staticLibraries: ["setargv.obj"] I always get 'setargv.obj.lib' not found. (I use setargv.obj to expand wildcard arguments, see http://msdn.microsoft.com/de-de/library/8bch7bkk.aspx) Regards Kurt