[MonoTouch] How about using Visual Studio with MonoTouch?
akihiro uehara
rupppau at gmail.com
Mon Nov 9 19:37:01 EST 2009
Thanks,
Yes, of course I build and test on Mac.
I just want to show that I can use Visual Studio as an text editor in
monotouch app development.
I used MonoDevelop for a days, well... I still prefer VS as an text
editor for some reasons.
I made a Makefile generator from VS project file to build a monotouch
app. It is even possible to make a MonoDevelop project files generator
from VS project files, however I still making MonoDevelop project
files manually, because my small project that has a only few code
files does not need such tool.
I am interested in "mock" dlls that prosser pointed out, because it
may make testing app on any platform enable.
Bye,
2009/11/10 karl prosser <klumsy at gmail.com>:
> i really think you have to compile and link on the Mac.. however that can be
> done command line. i presume you should be able to develop (without running
> , and may with compiler errors (or maybe not) in vs.net having the files
> saved to a common location, then just use a shell script to build and deploy
> on your mac. To get rid of compiler errors you might be able to bring over
> the dependant DLLs and kind of "mock" em, and link against those on the
> windows side of the house. of course you couldn't run or debug.
>
> On Mon, Nov 9, 2009 at 3:46 PM, akihiro uehara <rupppau at gmail.com> wrote:
>>
>> Hi,
>>
>> I'm just starting iPhone app coding using MonoTouch. I still want to
>> stick to Visual Studio (VS) because it's my favorite code editor.
>>
>> So I've simply created a VS csharp project and simply adding a
>> monotouch assembly file
>> /Developer/MonoTouch/usr/lib/mono/2.1/monotouch.dll to its reference.
>> IntelliSense works. I can even build codes (of course I can not link),
>> this can be help of correcting compiling errors on VS.
>>
>> To build and debug, I've created another project files for MonoDevelop
>> manually.
>>
>> Bye,
>> _______________________________________________
>> MonoTouch mailing list
>> MonoTouch at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/monotouch
>
>
More information about the MonoTouch
mailing list