mono
How to iterate over CGPDFDictionary using Monotouch?
I\'m using this code to get the contents of a PDF: var oDoc = new CGPDFDocument.FromFile(\"./test.pdf\");[详细]
2023-04-01 05:38 分类:问答What is the equivalent of CGPDFDocumentGetCatalog in Monotouch?
I\'m trying to get the catalog of a PDF document but I cannot find CGPDFDocumentGetCata开发者_JS百科log.[详细]
2023-04-01 05:14 分类:问答How to generate IL source code with csc (C# compiler) or dmcs (mono C# compiler)?
gcc has an option of -s to generate assembly source code. Does csc (MS C# compiler) or dmcs (mono C# compiler) have equivalence? I mean do those compilers provide an option to generate IL source code[详细]
2023-04-01 01:26 分类:问答Mono - ASP.NET Application in domain Subfolder
I have an Apache server with mod_mono hooked up to a legacy ASP.NET application. I can\'t seem to get this application to work if I move it from a top level folder.[详细]
2023-03-31 20:15 分类:问答Getting "__Unwind_Resume", referenced from xxxx, when compiling project to simulator
I\'m getting this error when compiling my project and linking the Flurry Analytics library. Ony when compiling to the simulator. Compiling开发者_JS百科 to device works fine.[详细]
2023-03-31 18:49 分类:问答Closing of window kills whole app
I have a GTK# app which has several windows. All windows behave as expected, except for a single window which crashes the whole application when I close it. Now, the thing here is that this was the on[详细]
2023-03-31 17:28 分类:问答Capturing TAB in a Gtk# TreeView widget
I have created a TreeView which is actually what it could be called a TableStringView: there are various cells in which text can be entered.[详细]
2023-03-31 08:32 分类:问答Calling Mono from PHP
it\'s a bit complicated. :-) I have a website written in PHP that needs to call an external program written in .NET, running under Mono. It calls the program with:[详细]
2023-03-31 06:18 分类:问答Bug in Mono System.Net.Socket or I misunderstand something? (incorrect number of bytes sent returned)
After playing a while with Mono, I see one strange thing - every call to Send(), EndSend(), SendAsync() etc return not number of bytes sent in this particular operation, but total number of bytes sent[详细]
2023-03-30 12:19 分类:问答Creating a single instance of a sound fx in MonoTouch and why is audio so bad for performance?
What I\'d like to do is create a re-usable audio class which doesn\'t allocate/deallocate resources beyond ints initialization/destruction.[详细]
2023-03-30 09:49 分类:问答