Hello everybody! I hope you'll find my port of C# compiler useful. I added some documentation to my site and also one extra sample program. It seems that it's...
Hello Vitaliy, I have not been able to compile the examples. I did not install the console, therefore already I have the CMD that use with Pocket Gcc. I ...
Hello First of all you can open cmd and type following commands to run csant manually: set path=\pc# csant -f \pc#\samp\gui\gui.csant and then see what will...
When I try to unzip pcsharp.zip I got the following message from WinRAR: ! C:\Documents and Settings\Billy\Desktop\PocketC#\pcsharp.zip: Cannot create folder...
Ou.. Yes, I just tried to unzip with winrar and got the same messages.. It seems that 'con' is reserved filename under Windows (I'm using Linux). I'll rename...
I may be wrong, but the .csant file seems to delete the generated .exe file. The only way I could get the gui sample to compile was with the following: cd...
No, there are two targets in .csant file - one to compile and one to delete. To delete you must specify 'clean' target. Yes, of course if you installed to...
Hi, I'm using PC# v1.1. I tried to compile the code below: using System; namespace pcctest{ class pct{ static void Main(){ Console.WriteLine("My First PC#...
I found the reason after I compiled it into MSIL. It need a access modifier before static. You must use public static for Main method. Is this a bug? or just...
Hm.. But all samples including GUI also don't have public modifier! And console sample even has private modifier. And they compiles successfully, so maybe...
Hi, Someone has been able to compile with PocketSharp using WinCE 3.0 2002? Someone has compiled using a PocketPC Toshiba e330 series? Regards Eduardo Garcia...
I now realise that my point about using the full path was based on a misunderstanding on my part that everyone would have a \pcsharp directory. I used Tascal...
You should put it not in the root dir but in 'My Documents' dir - it's standart behaviour of PocketPC file open dialog. ... a ... one ... the ... commands ... ...
Hello I just got one more email about problems running cscc on PocketC 2002 (on Jornada 568). I then called my friend and asked to test it (he has Jornada...
Excellent job Vitaliy! It works great (on a toshiba E800). I even managed to install it entirely on my SD card, but in order to do this I had to move all the...
Good way to learn C#, for example on the road :) Yes, it's possible to place libs to the same folder with tools and avoid -L switch. Maybe it will be default...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the pcsharp group. File : /The C#.doc ...
pcsharp@yahoogroups.com
Jun 12, 2004 5:57 am
27
Hello jaycoles, After I downloaded the tutorial, I realize it is the exact tutorial I have ben reading few the past week online. I have been thinking about...
Looks like you beat me to the punch, oh well. just updated it as i accedently repeated chapter 4 and didnt take out some of the command boxes, scince they dont...
1. maybe you will maintain one version of tutorial together?:) 2. I'm developing IDE already and because I started it long time ago for PocketGCC I already...
Vitaliy, you probably already know about this site: http://www.icsharpcode.net/OpenSource/SD/ They have an opensource ide which is far too "visual" for ppc....
No, I didn't know about this project. It looks very good, so thank you for the link! I hope I'll find good ideas there what to do and how to do. Yes, vb will...