Search the web
Sign In
New User? Sign Up
pcsharp · Pocket C#
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1 - 33 of 1441   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1
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...
Vitaliy
pronvit
Offline Send Email
Jun 9, 2004
7:02 pm
2
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 ...
Eduardo García Vil...
garcia_ville...
Offline Send Email
Jun 9, 2004
8:27 pm
3
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...
Vitaliy
pronvit
Offline Send Email
Jun 9, 2004
9:19 pm
4
Hi, I got the same result (nothing) when I tried to compile the examples using these commandline. Regards Eduardo García...
Eduardo García Vil...
garcia_ville...
Offline Send Email
Jun 9, 2004
10:41 pm
5
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...
billy_he_2000
Offline Send Email
Jun 10, 2004
12:40 am
6
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...
Vitaliy
pronvit
Offline Send Email
Jun 10, 2004
8:57 am
7
And even simple 'cscc --help' doesn't work? Hm.. What device/os version do you have? ... examples ... install ... when ... runcsant.bat...
Vitaliy
pronvit
Offline Send Email
Jun 10, 2004
8:57 am
8
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...
marovada
Offline Send Email
Jun 10, 2004
11:26 am
9
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...
Vitaliy
pronvit
Offline Send Email
Jun 10, 2004
11:43 am
10
Hi, cscc --help doesn't work neither. I have a Toshiba e335 300 mhz, Windows CE 3.0 2002. Regards, Eduardo García...
Eduardo García Vil...
garcia_ville...
Offline Send Email
Jun 10, 2004
2:22 pm
11
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#...
dinocho_tw
Offline Send Email
Jun 10, 2004
4:18 pm
12
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...
dinocho_tw
Offline Send Email
Jun 10, 2004
4:24 pm
13
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...
Vitaliy
pronvit
Offline Send Email
Jun 10, 2004
5:25 pm
14
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...
Eduardo García Vi...
garcia_ville...
Offline Send Email
Jun 10, 2004
6:17 pm
15
Yes, everything else worked flawlwssly(well, as far as I can see..) ... unzipped,...
billy_he_2000
Offline Send Email
Jun 10, 2004
9:50 pm
16
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...
marovada
Offline Send Email
Jun 11, 2004
3:49 am
17
Well,you're right. I'll try to find out the reason ^^|| By the way,UTF-8 support seems have some error? ... modifier! ... code. ... point...
dinocho_tw
Offline Send Email
Jun 11, 2004
4:37 am
18
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 ... ...
Vitaliy
pronvit
Offline Send Email
Jun 11, 2004
9:11 am
20
Can you post more info about UTF-8 problems? ... MS's .net...
Vitaliy
pronvit
Offline Send Email
Jun 11, 2004
9:13 am
21
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...
Vitaliy
pronvit
Offline Send Email
Jun 11, 2004
12:38 pm
22
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...
Harry Konstas
hkonstas2001
Offline Send Email
Jun 11, 2004
12:40 pm
23
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...
Vitaliy
pronvit
Offline Send Email
Jun 11, 2004
12:59 pm
25
Spasiba Vitalij. All works fine for me. Ipaq h2200. Goran ... directory...
milogoran
Offline Send Email
Jun 11, 2004
3:42 pm
26
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
Send Email
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...
billy_he_2000
Offline Send Email
Jun 12, 2004
8:43 am
29
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...
jaycoles
Offline Send Email
Jun 12, 2004
10:20 am
30
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
pronvit
Offline Send Email
Jun 12, 2004
10:38 am
31
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....
marovada
Offline Send Email
Jun 12, 2004
11:33 am
32
Correction, it only works for C# and VB not C++....
marovada
Offline Send Email
Jun 12, 2004
11:34 am
33
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...
Vitaliy
pronvit
Offline Send Email
Jun 12, 2004
11:59 am
Messages 1 - 33 of 1441   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help