Re: Bluetooth Support ??
From: Sean Bowles [MS] (sbowl__at__online.microsoft.com)
Date: 11/03/04
- Next message: Boyd D. Mills: "Re: ndisuio build problem pb 4.1"
- Previous message: Masato Sudo [MS]: "RE: How to stop running VoIP phone application ?"
- In reply to: Sri: "Re: Bluetooth Support ??"
- Next in thread: Greg Scott [MS]: "Re: Bluetooth Support ??"
- Reply: Greg Scott [MS]: "Re: Bluetooth Support ??"
- Reply: Sri: "Re: Bluetooth Support ??"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 3 Nov 2004 10:30:02 -0800
Sri,
Try the following (I'm assuming that you're using the IDE for at least some
of your development):
1) From the IDE confirm that you have added "Bluetooth Stack with Universal
Loadable Drivers" (SYSGEN_BTH) to your OS Design. It lives in Core
OS\Windows CE Devices\Communication Services and Networking\Networking -
PAN\Bluetooth\Bluetooth Protocol Stack...
2) From the "Build OS" menu in Platform Builder select "Clean Before
Building", then "Sysgen".
3) When the build is done, from "Build OS" select "Open Release Directory".
This should open a CMD window. Confirm that the environment variable
SYSGEN_BTH=1 is set.
4) Run the following commands (this will build the sample libs - again).
cd %_winceroot%\public\common\oak\drivers\bluetooth\sample
build -c
set WINCEREL=1
5) Then run:
sysgen -p common btscosnd
6) You should get a btscosnd.dll and some other files in your Release
Directory.
If those fail look at:
* The build.log in the directory you ran "build -c" in. Did all the libs
get built successfully? If not, what were the errors?.
* %_WINCEROOT%\build.log. The Sysgen tool leaves a log here. Hopefully you
can find some clues as to why your binaries weren't linking correctly.
You'll also see where the built dlls/exes ended up.
Sean Bowles [MS]
This posting is provided "AS IS" with no warranties, and confers no rights.
"Sri" <sdeevi@integrated-devices.com> wrote in message
news:uhYRBZTwEHA.2976@tk2msftngp13.phx.gbl...
> Hi Greg
>
> Yes it is doing as you said but not for all, I was trying for 'btscosnd' ,
> it gives me error. Don't why it is happening .
> Also , for 'btgw' , it does not give any error and also does not create
> any
> 'btgw.exe' , I do see 'btgw.lib' file in libs directory.
>
> Any more help ?
>
> Thanks
> sri
>
>
>
> "Greg Scott [MS]" <gregsco@online.microsoft.com> wrote in message
> news:GKY%23erRwEHA.2384@cpmsftngxa10.phx.gbl...
> Make sure your environment has set WINCEREL=1. This will cause sysgen to
> copy the dll/exe to the flat release directory.
>
> If you include Bluetooth in your image (SYSGEN_BTH) then you can start
> using Bluetooth by going to Control Panel --> Bluetooth Devices. This
> will
> allow you to scan for other devices and use profiles like Dial-up
> Networking and LAN Access.
>
> I hope this helps.
>
> Greg Scott
> Software Design Engineer, Windows CE
> Microsoft Corporation
> _____________________________________________________________
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> _____________________________________________________________
>
> --------------------
> | Reply-To: "Sri" <sdeevi%integrated-devices.com@integrated-devices.com>
> | From: "Sri" <sdeevi@integrated-devices.com>
> | References: <e2mqyfhvEHA.2876@TK2MSFTNGP12.phx.gbl>
> <u2LLYyhvEHA.2116@TK2MSFTNGP14.phx.gbl>
> | Subject: Re: Bluetooth Support ??
> | Date: Mon, 1 Nov 2004 15:22:29 -0800
> | Lines: 55
> | Organization: Integrated Devices
> | X-Priority: 3
> | X-MSMail-Priority: Normal
> | X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
> | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
> | Message-ID: <e53JFoGwEHA.3788@TK2MSFTNGP10.phx.gbl>
> | Newsgroups: microsoft.public.windowsce.platbuilder
> | NNTP-Posting-Host: adsl-66-122-252-193.dsl.sndg02.pacbell.net
> 66.122.252.193
> | Path:
> cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10
> phx.gbl
> | Xref: cpmsftngxa10.phx.gbl microsoft.public.windowsce.platbuilder:57251
> | X-Tomcat-NG: microsoft.public.windowsce.platbuilder
> |
> | Hi Sean
> |
> | Thanks for the reply. I have tried what you said. I don't see any errors
> but
> | there is no change , I could not find either dll/exe files anywhere . Am
> I
> | doing some other mistake ?
> |
> | Can you help me ?
> |
> | Thanks
> | sri
> |
> |
> | "Sean Bowles [MS]" <sbowl_@_online.microsoft.com> wrote in message
> | news:u2LLYyhvEHA.2116@TK2MSFTNGP14.phx.gbl...
> | Sri,
> |
> | You'll need to "sysgen" the Bluetooth samples. After you've built and
> | gotten the libraries -- and it sounds like you've already done this part
> --
> | run the following command from a build window (From Platform Builder -
> Build
> | Menu\Open Build Release Directory):
> | "sysgen -p common <target>".
> |
> | For example, "sysgen -p common btmodem". This will link and generate
> the
> | executables/dlls.
> |
> | Sean Bowles [MS]
> | This posting is provided "AS IS" with no warranties, and confers no
> rights.
> |
> |
> | "Sri" <sdeevi@integrated-devices.com> wrote in message
> | news:e2mqyfhvEHA.2876@TK2MSFTNGP12.phx.gbl...
> | > Hi all,
> | >
> | > I have been looking into integration Bluetooth device into our CE
> board.
> | > The
> | > Bluetooth samples that are available in
> | > \wince420\public\common\oak\drivers\bluetooth\sample are not complete
> | > available. The 'readme.txt' files in there say something(like a
> DLL/exe)
> | > and
> | > when you compile the files, they become something(lib). Has anybody
> come
> | > across these problems ?
> | >
> | > I need to test Bluetooth Audio Headset with USB Bluetooth dongle , Has
> | > anybody done this successfully ? Also , I want to make Ce board as
> LAN
> | > access server , Has anybody done this test ?
> | >
> | > somebody help me ?
> | >
> | > Thanks
> | > sri
> | >
> | >
> |
> |
> |
> |
>
>
- Next message: Boyd D. Mills: "Re: ndisuio build problem pb 4.1"
- Previous message: Masato Sudo [MS]: "RE: How to stop running VoIP phone application ?"
- In reply to: Sri: "Re: Bluetooth Support ??"
- Next in thread: Greg Scott [MS]: "Re: Bluetooth Support ??"
- Reply: Greg Scott [MS]: "Re: Bluetooth Support ??"
- Reply: Sri: "Re: Bluetooth Support ??"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|