SDK and CF

G

Guest

Hi, folks.

I'm a newbie to .Net (Java programmer) and I donwload the SDK,
redistributable and the CF stuff and installed them all without problems. My
first program on my PC compiled just fine and ran OK. However, I noticed
from a thread on another forum that you cannot compile code for the Compact
Framework using the kit I mentioned above. They say that you *must* use
Visual Studio. Is this correct? I'm a bit loath to splash out that kind of
money just to make a couple of simple apps for my IPAQ.

Sorry for the puerile question but would greatly appreciate any pointers on
this one.
 
P

Paul G. Tobey [eMVP]

Yes, if you want to build managed code applications with VB.NET or C#, you
must use Visual Studio. If you want to use C/C++, you can download and
install eMbedded Visual C++, either version 3.0 or 4.0, depending on what OS
the target device is running (it's free). That's what your SDK was for.

Paul T.
 
D

David Clegg

Paul said:
Yes, if you want to build managed code applications with VB.NET or
C#, you must use Visual Studio.

That's not entirely correct.

It is technically possible to use the C# personality in Delphi 2005 to
create CF applications, as explained in this article :-

http://bdn.borland.com/article/0,1410,32950,00.html

Some PC mags have also started distributing copies of D2005 Personal,
so it may even be possible to do it without having to purchase a full
Professional (and above) license. However, if this Personal version is
anything like Borland's previous ones (with the exception of C#Builder
Personal), you won't be able to use it for commercial development.

--
Cheers,
David Clegg
(e-mail address removed)

Vote 1 http://cc.borland.com/codecentral/ccweb.exe/listing?id=21489 :)
Now supports Google Groups searching with Dyna-extend(tm) technology!

QualityCentral. The best way to bug Borland about bugs.
http://qc.borland.com

"Oh, yeah, what are you gonna do? Release the dogs? Or the bees? Or the
dogs with bees in their mouth and when they bark, they shoot bees at
you?" - Homer Simpson
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top