 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Andrea Raimondi Guest
|
Posted: Tue Dec 28, 2004 4:41 pm Post subject: D2005 and compact framework |
|
|
Hello,
I already know that D2005 lacks design support for CompactFramework.
What I wanted to know, instead, is if anyone managed to get through
this limitation and create GUI applications for hand-held devices.
This being the case, would you mind pointing me to any related
links that can help in this regard?
Cheers,
Andrew
--
Online thoughts blog
http://araimondi.blogspot.com
|
|
| Back to top |
|
 |
Jim Cooper Guest
|
Posted: Tue Dec 28, 2004 6:33 pm Post subject: Re: D2005 and compact framework |
|
|
| Quote: | I already know that D2005 lacks design support for CompactFramework.
|
It also lacks debugging support (a more serious problem, IMO), and in
the case of Delphi for .NET, lacks codegen support too (most serious of
all <g>). You can make CF apps using the C# personality. I believe info
on how to do that should be forthcoming shortly
Cheers,
Jim Cooper
_______________________________________________
Jim Cooper [email]jim (AT) falafelsoft (DOT) com[/email]
Falafel Software http://www.falafelsoft.com
_______________________________________________
|
|
| Back to top |
|
 |
Andrea Raimondi Guest
|
Posted: Tue Dec 28, 2004 6:57 pm Post subject: Re: D2005 and compact framework |
|
|
Jim Cooper wrote:
| Quote: | It also lacks debugging support (a more serious problem, IMO), and in
the case of Delphi for .NET, lacks codegen support too (most serious of
all <g>). You can make CF apps using the C# personality. I believe info
on how to do that should be forthcoming shortly
|
Good to know about forthcoming info.
Didn't know about lack of debugging support - but that can be somehow
managed through by developing applications that make only use of
methods and classes supported by CF as well.
AFAIR the dotNET help is very explicit about what's supported and
what's not by CF.
Thus, keeping the code the most common should avoid more than one issue
with debugging. What makes me think is the lack of design-time support
(forms, emus and whatnot).
Will I be buyng VS.NET then? <g>
Who knows... :-P
Cheers,
Andrew
--
Online thoughts blog
http://araimondi.blogspot.com
Experts Exchange profile
http://www.experts-exchange.com/M_1621390.html
|
|
| Back to top |
|
 |
Jim Cooper Guest
|
Posted: Tue Dec 28, 2004 7:11 pm Post subject: Re: D2005 and compact framework |
|
|
| Quote: | Didn't know about lack of debugging support - but that can be somehow
managed through by developing applications that make only use of
methods and classes supported by CF as well.
|
I'm not sure what you mean, exactly. Do you mean you will run the CF app
under the full framework and debug that way? Hmmm, might be possible.
| Quote: | AFAIR the dotNET help is very explicit about what's supported and
what's not by CF.
|
It is, but it's a PITA to have to look up everything you use :-)
| Quote: | What makes me think is the lack of design-time support
(forms, emus and whatnot).
|
Not such a big deal. Forms are small, so you don't have many controls,
and it's pretty easy to do it all in code.
| Quote: | | Will I be buyng VS.NET then?
|
Currently that is the most pleasant way to do CF work. CF v2 should
surface more designer and debugger support for non-VS environments to use.
Cheers,
Jim Cooper
_______________________________________________
Jim Cooper [email]jim (AT) falafelsoft (DOT) com[/email]
Falafel Software http://www.falafelsoft.com
_______________________________________________
|
|
| Back to top |
|
 |
Marc Rohloff [TeamB] Guest
|
Posted: Tue Dec 28, 2004 11:32 pm Post subject: Re: D2005 and compact framework |
|
|
On Tue, 28 Dec 2004 19:11:59 +0000, Jim Cooper wrote:
| Quote: | Didn't know about lack of debugging support - but that can be somehow
managed through by developing applications that make only use of
methods and classes supported by CF as well.
I'm not sure what you mean, exactly. Do you mean you will run the CF app
under the full framework and debug that way? Hmmm, might be possible.
|
This is possible if you don't use any CF specific classes or
functions, avoid P/Invoke and don't use any 3rd party CF components.
This last one's a bit hard since you can't even access the registry in
CF without using 3rd party stuff.
--
Marc Rohloff [TeamB]
marc rohloff -at- myrealbox -dot- com
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|