From: <st...@us...> - 2003-07-16 18:25:00
|
Update of /cvsroot/iaxclient/iaxclient/simpleclient/WinIAX In directory sc8-pr-cvs1:/tmp/cvs-serv21741 Added Files: default1.bin Log Message: From: fa...@ti... To: Steve Kann <st...@st...> Subject: WinXP resource Date: Wed, 16 Jul 2003 10:39:22 -0700 Hi. You might also need this bin file to be included in resources to give it a windows XP look on WIndowsXP. Thank you. Quoting Steve Kann <st...@st...>: > > What should I do with this file? Put it in the WinIAX directory? > Yes yess. if u try to compile it it would have given an error. --- NEW FILE: default1.bin --- <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity processorArchitecture="x86" version="5.1.0.0" type="win32" name="test.exe"/> <description>Test Application</description> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" publicKeyToken="6595b64144ccf1df" language="*" processorArchitecture="x86"/> </dependentAssembly> </dependency> </assembly> |