Download the free trial version
Basic4android Video
Features
Tutorials and manuals
Showcase
Screenshots

Go Back   Android Development Forum - Basic4android > Basic4ppc (Windows Mobile) > Code Samples & Tips
Documentation Wiki Register Members List B4P 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, 07:09 PM
taximania's Avatar
Basic4ppc Expert
 
Join Date: May 2007
Location: Derbyshire. UK
Posts: 592
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.
__________________
.
.
.
Don't ask, I'm fine, honest. !!
.
.
.
Just a little crazy at times



O2 XDA, GW Evo 2.1 UC WWE Rom, WM6.1
Radio Ver 03.34.90
With Basic4ppc V6.80


http://www.taximania.co.uk
Reply With Quote
  #42 (permalink)  
Old 07-29-2007, 07:32 PM
Cableguy's Avatar
Basic4ppc Expert
 
Join Date: Apr 2007
Location: N 41º11'30.30" W 8º39'46.60"
Posts: 2,344
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 - Living/Working in France
Mobile Device: Samsung Galaxy S, Android 2.3.4 CUstom ROM
Laptop: Toshiba NB100-130 (running on Win7Ultimate)

My Posts helped you? Consider Buying me a Porto Glass!
Reply With Quote
  #43 (permalink)  
Old 07-29-2007, 07:36 PM
Senior Member
 
Join Date: May 2007
Posts: 125
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, 08:48 PM
agraham's Avatar
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 6,072
Awards Showcase
Innovator medal Beta Tester Forum Contributer 
Total Awards: 3
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, 10:30 PM
dzt's Avatar
dzt dzt is offline
Basic4ppc Veteran
 
Join Date: May 2007
Location: Ioannina, Greece
Posts: 356
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:
<b><font color="#0000ff">public </font><font size="2"><font color="#ff0000">string </font></font></b><font size="2">Logo</font>
<font size=
"2"><font color="#006400">{</font></font>
<font size=
"2"><font color="#8b4513">set </font></font><font size="2"><font color="#006400">{</font></font><font size="2">Picturebox.image</font><font size="2"><font color="#006400">= </font></font><b><font size="2">value</font></b><font size="2"><font color="#006400">;}</font></font>
<font size=
"2"><font color="#006400">}</font></font>
__________________
Dimitris Zacharakis
http://www.terracom.gr
Reply With Quote
  #46 (permalink)  
Old 07-29-2007, 11:02 PM
dzt's Avatar
dzt dzt is offline
Basic4ppc Veteran
 
Join Date: May 2007
Location: Ioannina, Greece
Posts: 356
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, 03:11 AM
Senior Member
 
Join Date: May 2007
Posts: 125
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, 08:43 AM
agraham's Avatar
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 6,072
Awards Showcase
Innovator medal Beta Tester Forum Contributer 
Total Awards: 3
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, 08:46 AM
agraham's Avatar
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 6,072
Awards Showcase
Innovator medal Beta Tester Forum Contributer 
Total Awards: 3
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, 08:52 AM
agraham's Avatar
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 6,072
Awards Showcase
Innovator medal Beta Tester Forum Contributer 
Total Awards: 3
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 Off
Pingbacks are Off
Refbacks are On

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


All times are GMT. The time now is 10:14 PM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0