Basic4ppc - Windows Mobile Development  

Go Back   Basic4ppc - Windows Mobile Development > Main Category > Code Samples & Tips
Home Register FAQ Members List Search Today's Posts Mark Forums Read

Code Samples & Tips Share your recent discoveries and ideas with other users.


How to create a Basic4ppc library


Reply
 
LinkBack Thread Tools Display Modes
  #41 (permalink)  
Old 07-29-2007, 08:09 PM
taximania's Avatar
Basic4ppc Veteran
 
Join Date: May 2007
Location: Derbyshire. UK
Posts: 237
Awards Showcase
Beta Tester 
Total Awards: 1
Default

I've complied the 'working' desktop file to a device .exe

Guess what, it doesn't work

I've got net 2 installed, but other programs don't seem to see it



And I love the MyMobile App from the other thread.
Screen captures are easy.
__________________
Endemol
Waste of space

O2 XDA Artemis Touch Flo 4.02 Full Cube Rom WM6.1

http://www.taximania.net
Reply With Quote
  #42 (permalink)  
Old 07-29-2007, 08:32 PM
Cableguy's Avatar
Basic4ppc Expert
 
Join Date: Apr 2007
Location: N 41º11'30.30" W 8º39'46.60"
Posts: 1,343
Awards Showcase
Forum Contributer 
Total Awards: 1
Default

Is there anyway of not showing "toString" as a dll option??

Any ideas on the image thing?
__________________
Paulo Gomes
Porto, Portugal

PC: Dual-Core 1,8Ghz, 2GB RAM, 80GB HD
PPC: Qtek9000, 1GB SD

DLL Version Listing
Reply With Quote
  #43 (permalink)  
Old 07-29-2007, 08:36 PM
Knows the basics
 
Join Date: May 2007
Posts: 98
Default

Hi. This is a problem. The Pocket PC I'm running doesn't have the right hardware yet to support .net CF 2.0 and/or its apps. I may either have to wait until I get the upgrade, or forget about developing DLLS. Even though I can afford an upgrade, not all of us who are blind and use this assistive technology are as lucky, as upgrades cost hundreds and even thousands of dollars to get. It would be in my best interest to stick with 1.0 as much as possible so we can all get the benefit of my software running on the PAC Mate devices. Does anyone know if the .net 1.0 SDK is included in the demo of Visual studio.net? Thanks.
Reply With Quote
  #44 (permalink)  
Old 07-29-2007, 09:48 PM
agraham's Avatar
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 1,752
Awards Showcase
Beta Tester Forum Contributer 
Total Awards: 2
Default

Quote:
Originally Posted by Louis View Post
Does anyone know if the .net 1.0 SDK is included in the demo of Visual studio.net? Thanks.
I don't know about the demo but the full version of Visual Studio 2005 can target CF .NET 1.0 device projects but to do so will (I think) need .NET Framework 1.1 installed on the PC. VS 2005 will install .NET 2.0 but not .NET 1.1 which would need installing separately.
Reply With Quote
  #45 (permalink)  
Old 07-29-2007, 11:30 PM
dzt's Avatar
dzt dzt is offline
Basic4ppc Veteran
 
Join Date: May 2007
Location: Greece
Posts: 353
Awards Showcase
Beta Tester Forum Contributer 
Total Awards: 2
Default

Quote:
Originally Posted by Cableguy View Post
HELP!!!

I have (hopefully) one more question...

In my custom form controls I have a picturebox, wich will receive its filename from a public property called "Logo"...
how to set it?

Picturebox.image=............Logo

please fill up the blanks...!
Exactly as other properties

Code:
public string Logo
{
set {Picturebox.image= value;}
}
__________________
Dimitris Zacharakis
http://www.terracom.gr
Reply With Quote
  #46 (permalink)  
Old 07-30-2007, 12:02 AM
dzt's Avatar
dzt dzt is offline
Basic4ppc Veteran
 
Join Date: May 2007
Location: Greece
Posts: 353
Awards Showcase
Beta Tester Forum Contributer 
Total Awards: 2
Default

Quote:
Originally Posted by Louis View Post
Does anyone know if the .net 1.0 SDK is included in the demo of Visual studio.net? Thanks.
I don't know about the demo but it could be here. Please take a look.
http://www.microsoft.com/downloads/d...displaylang=en
__________________
Dimitris Zacharakis
http://www.terracom.gr
Reply With Quote
  #47 (permalink)  
Old 07-30-2007, 04:11 AM
Knows the basics
 
Join Date: May 2007
Posts: 98
Default

Quote:
Originally Posted by dzt View Post
I don't know about the demo but it could be here. Please take a look.
http://www.microsoft.com/downloads/d...displaylang=en
Hi. Thanks. I installed this SDK and I cannot find the .net 1.0 CF SDK. Would you have the install package for the version DZT that you use? Thanks for all of your help. I'm sure I will start dll creation quite soon, just missing this SDK.
Reply With Quote
  #48 (permalink)  
Old 07-30-2007, 09:43 AM
agraham's Avatar
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 1,752
Awards Showcase
Beta Tester Forum Contributer 
Total Awards: 2
Default

Quote:
Originally Posted by Louis View Post
Hi. Thanks. I installed this SDK
According to the description of this SDK

"This version of the Pocket PC 2003 SDK allows you to create Pocket PC 2003 applications using eMbedded Visual C++ 4.0 (with Service Pack 3), and applications written in C# or Visual Basic .NET using Visual Studio .NET 2003."

Looks like you would also need Visual Studio 2003 to make CF .NET 1.0 dlls.
Reply With Quote
  #49 (permalink)  
Old 07-30-2007, 09:46 AM
agraham's Avatar
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 1,752
Awards Showcase
Beta Tester Forum Contributer 
Total Awards: 2
Default

Quote:
Originally Posted by Louis View Post
The Pocket PC I'm running doesn't have the right hardware yet to support .net CF 2.0 and/or its apps.
Out of interest could you give more detail? I would like to know more about this as I thought any device that could run .NET 1.0 could load and run the .NET 2.0 Framework.
Reply With Quote
  #50 (permalink)  
Old 07-30-2007, 09:52 AM
agraham's Avatar
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 1,752
Awards Showcase
Beta Tester Forum Contributer 
Total Awards: 2
Default

Quote:
Originally Posted by Louis View Post
Does anyone know if the .net 1.0 SDK is included in the demo of Visual studio.net? Thanks.
According to Microsoft

"The 90-Day Trial Edition is for users who want to evaluate Visual Studio 2005 Professional Edition. This is a time-limited, but fully functional, version of Visual Studio 2005 Professional Edition. However, none of the Visual Studio 2005 Team System features are present"

It does say "fully functional" so it should support mobile development. BTW you probably know this but the Express Editions don't.
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I use basic4ppc to create a Bluetooth middleware solution? Olav Questions & Help Needed 1 09-22-2008 12:21 PM
How to create a new appointment willisgt Questions & Help Needed 2 05-15-2008 09:21 PM
how to create a database ? gjoisa Questions & Help Needed 27 02-14-2008 06:38 PM
Can you help me create B4P lib? conf Questions & Help Needed 7 08-20-2007 08:41 PM
Table create with no data tvrman Questions & Help Needed 4 06-25-2007 09:46 PM


All times are GMT. The time now is 03:32 AM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0