Re: [ADVANCED-DOTNET] audio device programming

2005-11-11 Thread Antony Perkov
Hi Ravi, One option is to look in to the managed wrapper around DirectX. You can start here: http://msdn.microsoft.com/directx/ Antony Perkov -Original Message- From: ravi teja veerla [mailto:[EMAIL PROTECTED] Sent: 10 November 2005 17:29 Subject: audio device programming Hi All, I am

Re: [ADVANCED-DOTNET] XmlSerializer

2005-04-20 Thread Antony Perkov
Dave, Have you looked at: [1]? It might help. http://www.sellsbrothers.com/tools/#XmlSerializerPreCompiler Antony Antony Perkov Web: www.bitbolt.com -Original Message- From: dave wanta [mailto:[EMAIL PROTECTED] Sent: 20 April 2005 00:05 Subject

Re: [ADVANCED-DOTNET] RCW generation with automatic ReleaseCOMObject

2005-04-13 Thread Antony Perkov
Here is a blog entry on why Microsoft didn't just implement RCWs the way you are suggesting: http://blogs.msdn.com/cbrumme/archive/2003/04/16/51355.aspx Antony ____ Antony Perkov BitBolt Software Ltd Web: www.bitbolt.com -Original Message- From: Matthew Wills [m

Re: [ADVANCED-DOTNET] RCW generation with automatic ReleaseCOMObject

2005-04-13 Thread Antony Perkov
Here is a blog entry on why Microsoft didn't just implement RCWs the way you are suggesting: http://blogs.msdn.com/cbrumme/archive/2003/04/16/51355.aspx Antony ____ Antony Perkov BitBolt Software Ltd Web: www.bitbolt.com -Original Message- From: Matthew Wills [m

Re: [ADVANCED-DOTNET] ILASM questions

2004-08-10 Thread Antony
Thanks for response, Serge. -antony === This list is hosted by DevelopMentorĀ® http://www.develop.com Some .NET courses you may be interested in: Essential .NET: building applications and components with CSharp August 30 - September 3, in Los Angeles http

[ADVANCED-DOTNET] ILASM questions

2004-08-04 Thread Antony
I just read the first few chapters of Serge Lidin's ILASM book. I have the following questions and comments: - .namespace This is MS-specific. The spec seems to suggest the tool to 'flatten' the namespaces so the type name looks something like: Namespace1.Namespace2.MyTypeName. If you work on

Re: [ADVANCED-DOTNET] Problem generating dataset from xsd

2003-01-23 Thread Antony Perkov
I'm having some problems with the xsd.exe ... There was an error processing ota_airpricerq.xsd - Undefined data type: 'StringLength0to64' Have you tried passing all three of the schemas (OTA_AirPriceRQ.xsd, OTA_CommonTypes.xsd, and OTA_SimpleTypes.xsd) to the XSD tool on the command line at once?