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 > Official Updates
Documentation Wiki Register Members List B4P Search Today's Posts Mark Forums Read

Official Updates Updates to official libraries could be found here.
This forum is only available to licensed users.

Merging Outlook library and Phone library

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-01-2008, 04:35 PM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 13,162
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default Merging Outlook library and Phone library

You can now merge the two libraries in the executable.
However as these libraries reference "non-standard" libraries you should first download Windows Mobile 5.0 or 6.0 SDK.
Setup instructions:
- Download Windows Mobile 6.0 SDK
- Copy all dll files under: C:\Program Files\Windows Mobile 6 SDK\Managed Libraries
to Basic4ppc libraries folder:
C:\Program Files\Anywhere Software\Basic4ppc Desktop\Libraries
- Download the attached file, unzip it and copy the two files to Basic4ppc libraries folder.

During compilation a message will say that Microsoft.WindowsMobile.*** should be distributed with the executable. However there is no need to distribute these files.
Attached Files
File Type: zip Phone.zip (3.8 KB, 148 views)
Reply With Quote
  #2 (permalink)  
Old 06-02-2008, 07:04 PM
taximania's Avatar
Basic4ppc Expert
 
Join Date: May 2007
Location: Derbyshire. UK
Posts: 585
Awards Showcase
Beta Tester 
Total Awards: 1
Default

I've just spent 1 and a 1/2 hour downloading a WM6 454MB SDK, and attempted to install it, I can't, I don't have Visual Studio 2005 or similiar on my system.

If the dll's you refer to are

Microsoft.WindowsMobile.Configuration.dll
Microsoft.WindowsMobile.dll
Microsoft.WindowsMobile.Forms.dll
Microsoft.WindowsMobile.PocketOutlook.dll
Microsoft.WindowsMobile.Status.dll
Microsoft.WindowsMobile.Telephony.dll

WM5 versions are available for download on my website.
Follow the XDA link.



Just optimized compiled my Caller app.
Copied it to my device.
Only library it needs to run is NotifyIcon.dll
__________________
.
.
.
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

Last edited by taximania : 06-02-2008 at 08:02 PM.
Reply With Quote
  #3 (permalink)  
Old 07-14-2008, 04:38 PM
Byak@'s Avatar
Basic4ppc Veteran
 
Join Date: Jul 2008
Posts: 416
Send a message via ICQ to Byak@
Awards Showcase
Beta Tester 
Total Awards: 1
Default

And these libs will be accessible and for wm2003 sometime? Would be super
Reply With Quote
  #4 (permalink)  
Old 12-25-2009, 07:51 AM
Newbie
 
Join Date: Sep 2009
Posts: 6
Default

I also do not have visual studio 2005 and would like to know if anyone has a download link for the needed DLL files to add to the libraries of B4PPC?
Reply With Quote
  #5 (permalink)  
Old 01-01-2010, 10:18 AM
taximania's Avatar
Basic4ppc Expert
 
Join Date: May 2007
Location: Derbyshire. UK
Posts: 585
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Quote:
Originally Posted by kruze View Post
I also do not have visual studio 2005 and would like to know if anyone has a download link for the needed DLL files to add to the libraries of B4PPC?
Click the link to my website in my signature.
Then click on the O2 XDA on my homepage.
__________________
.
.
.
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
  #6 (permalink)  
Old 09-13-2010, 12:24 AM
Junior Member
 
Join Date: Sep 2007
Posts: 16
Default Event On Incoming Call

Hi,

Is this library capable fireing events? I need to know if the phone is talking so I can reroute audio incase of a VoIP call. Current solutions floating around (not b4PPC) all have their faults.

And while we're on that subject, how come there is no library that passes the events of the Windows Mobile State and Notification Broker to b4PPC? I'm using the pwr_Battery of the PowerNotify.dll and wonder why there isn't a lib that does the same thing for all events that can be triggered by the Notification Broker.
I regret that the PowerNotify.cs isn't available, hoping I could rework it so other events are as easily implemented.

Maybe I'm just missing something, and all is doable already, and if so please poit me in the right direction.

Thanks,

Cheers,

/Cacti
Reply With Quote
  #7 (permalink)  
Old 09-13-2010, 09:45 AM
agraham's Avatar
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 5,953
Awards Showcase
Innovator medal Beta Tester Forum Contributer 
Total Awards: 3
Default

Quote:
Originally Posted by cactus View Post
how come there is no library that passes the events of the Windows Mobile State and Notification Broker to b4PPC?
Did you look throught the list of libraries here?

http://www.basic4ppc.com/forum/addit...5-0-later.html

You should have found

"SystemState 1.0 - Provides access to the WM 5.0 and later State and Notifications Broker."
__________________
Sorry, but I don't answer questions by PM or email.
Please post your queries in the forum.
Reply With Quote
  #8 (permalink)  
Old 09-13-2010, 06:13 PM
Junior Member
 
Join Date: Sep 2007
Posts: 16
Default

Doh!

I've been using it in the past, apperantly I forgot about it. Thanks for the tip, I saw it has a PhoneCallTalking property. Great!

Thanks again,

Cheers,
Cacti
Reply With Quote
  #9 (permalink)  
Old 09-13-2010, 07:23 PM
Junior Member
 
Join Date: Sep 2007
Posts: 16
Default

Hi,

Absolutly Marvelous! This is what I needed.

Pitty the library can't be merged, I hope there will be a version 2.0 that is mergable.

Cheers,
Cacti
Reply With Quote
  #10 (permalink)  
Old 09-14-2010, 09:22 AM
agraham's Avatar
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 5,953
Awards Showcase
Innovator medal Beta Tester Forum Contributer 
Total Awards: 3
Default

Quote:
Originally Posted by cactus View Post
I hope there will be a version 2.0 that is mergable.
It's not that the library itself can't be merged, it's that your system probably can't compile it merged unless you have the Windows Mobile 5.0 or later SDK installed as it references assemblies that are not available on "normal" non-development desktop .NET installations but are present on the device itself.
__________________
Sorry, but I don't answer questions by PM or email.
Please post your queries in the forum.
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
New Outlook library Erel Announcements 13 11-07-2008 03:39 PM
Teamtask problem (Outlook library) blue_wardrobe Bug Reports 4 07-07-2008 04:06 PM
New Phone library Erel Announcements 16 05-06-2008 05:43 AM
Outlook library - accessing phone numbers SteveA Questions (Windows Mobile) 0 12-28-2007 05:43 PM
Phone library was updated Erel Announcements 2 11-29-2007 04:35 PM


All times are GMT. The time now is 04:35 AM.


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