How delphi7 access C# .net managed dll ? i\'m trying to access some DLL that compiled in c# and they are not those old style DLL. ( i dont have source for those DLL)
I have one table that maps locations to postal codes. For example, New York State has about 2000 postal codes. I have another table that maps mail to the postal codes it was sent to, but this table ha
I\'m uploading a file from an iPhone to a server with an HTTP POST, and monitoring the progress in NSURLConnection\'s connection:didSendBodyData:totalBytesWritten:totalBytesExpectedToWrite. The proble
I am adding online voice chat to a Silverlight app. I\'ve been reviewing current apps, services and SDKs found thru online searches and forums. I\'m finding that the majority of these implement a clie
I have a view that contains 10 UITextFields created programatically. I want the following behavior: When I click on a particular UITextField, the keyboard should hide all the text fields wh开发者_St
I am new to xml and unable to find a way to get content in between tags. My XML file is <?xml version=\"1.0\" encoding=\"utf-8\"?>
I have installed xapian-core + xapian-bindings with macports on snow leopard, then trying to install xapian gem fails:
I created a local event loop an开发者_开发知识库d showed up a borderless window (derived from NSPanel),
I have a many-to-many relationship with a link box, and I want to pull those models together into one form so I can update from the same page. I开发者_运维技巧\'m really struggling with getting the ch
Just seeking confirmation here : apache Thrift protocol does not seem to support running multiple services on one transport endpoint ? ( a socket, file, whatever )