Author Topic: BTFx 5.2 and samples for C++ and VB  (Read 4437 times)

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2467
  • Karma: 1000
    • Wireless Communication Library
BTFx 5.2 and samples for C++ and VB
« on: April 16, 2007, 03:32:32 PM »
Dear BTFx users!

Unfortunatelly. there are no samples for C++ and VB for BTFx 5.2. It is in development now.

If you need sample code, please ask it from me I'll post it here or send by e-mail.

Thank you!
WCL - Wireless Communication Library
TextBlue - Bluetooth Proximity Marketing Software
WCL Phone Explorer - Free Phone Content Manager

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2467
  • Karma: 1000
    • Wireless Communication Library
Re: BTFx 5.2 and samples for C++ and VB
« Reply #1 on: April 18, 2007, 07:23:44 AM »
Authentication demo for VB 6
WCL - Wireless Communication Library
TextBlue - Bluetooth Proximity Marketing Software
WCL Phone Explorer - Free Phone Content Manager

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2467
  • Karma: 1000
    • Wireless Communication Library
Re: BTFx 5.2 and samples for C++ and VB
« Reply #2 on: April 18, 2007, 07:24:33 AM »
MassSender demo for VB 6
WCL - Wireless Communication Library
TextBlue - Bluetooth Proximity Marketing Software
WCL Phone Explorer - Free Phone Content Manager

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2467
  • Karma: 1000
    • Wireless Communication Library
Re: BTFx 5.2 and samples for C++ and VB
« Reply #3 on: April 18, 2007, 07:25:17 AM »
ObjectPush demo for VB 6
WCL - Wireless Communication Library
TextBlue - Bluetooth Proximity Marketing Software
WCL Phone Explorer - Free Phone Content Manager

Offline ghost1157

  • Newbie
  • *
  • Posts: 37
  • Karma: 0
Re: BTFx 5.2 and samples for C++ and VB
« Reply #4 on: October 05, 2007, 08:10:27 PM »
Mike ,
can you provide a sample of DynX for VB6 ?

THANKS !

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2467
  • Karma: 1000
    • Wireless Communication Library
Re: BTFx 5.2 and samples for C++ and VB
« Reply #5 on: October 05, 2007, 08:14:44 PM »
Good day!

I am not so good with VB but i'll try :)
WCL - Wireless Communication Library
TextBlue - Bluetooth Proximity Marketing Software
WCL Phone Explorer - Free Phone Content Manager

Offline viriato

  • Newbie
  • *
  • Posts: 29
  • Karma: 0
Re: BTFx 5.2 and samples for C++ and VB
« Reply #6 on: April 30, 2008, 12:22:25 PM »
I can't work well with the push demo attached to this post using the last vb demo (5.2.2) of BTFx :S

------------------------------------------------------------
Run-time error '-2147418113 (8000ffff)':

System Error. Code:2.
The system cannot find the file specified.
-----------------------------------------------------------

Of course I use a file that EXISTS and my bluetooh uses bluesoleil.

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2467
  • Karma: 1000
    • Wireless Communication Library
Re: BTFx 5.2 and samples for C++ and VB
« Reply #7 on: April 30, 2008, 12:41:38 PM »
There are few reasons:

1. File is busy
2. BS has no free system resources.

I recomend to use WCL instead BTF
WCL - Wireless Communication Library
TextBlue - Bluetooth Proximity Marketing Software
WCL Phone Explorer - Free Phone Content Manager

Offline Mahommad

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
Re: BTFx 5.2 and samples for C++ and VB
« Reply #8 on: February 26, 2009, 10:26:04 AM »
Hi

Can you please provide Mass Sender & PushServer samples for C++?

Thanks

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2467
  • Karma: 1000
    • Wireless Communication Library
Re: BTFx 5.2 and samples for C++ and VB
« Reply #9 on: February 26, 2009, 11:56:50 AM »
The samples are availbale on this forum. ut I think it is better to use native C++/MFC version.
WCL - Wireless Communication Library
TextBlue - Bluetooth Proximity Marketing Software
WCL Phone Explorer - Free Phone Content Manager

Offline Mahommad

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
Re: BTFx 5.2 and samples for C++ and VB
« Reply #10 on: February 26, 2009, 11:57:29 AM »
Question:

I use ActiveX in C++: I Need to write try catch to avoid unexpected errors. example:

CBfobjectpushserverx ocPushServer;
...
        try
   {
      ocPushServer.Open();
   }
   catch()
       {
       }
What type of exception to write in catch() statement?

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2467
  • Karma: 1000
    • Wireless Communication Library
Re: BTFx 5.2 and samples for C++ and VB
« Reply #11 on: February 26, 2009, 12:32:50 PM »
catch(...) {  // Handle all exceptions
WCL - Wireless Communication Library
TextBlue - Bluetooth Proximity Marketing Software
WCL Phone Explorer - Free Phone Content Manager

Offline Mahommad

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
Re: BTFx 5.2 and samples for C++ and VB
« Reply #12 on: February 26, 2009, 12:48:08 PM »
Does native MFC support Object Push Server for Bluetooth and Infrared?

Offline Mahommad

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
Re: BTFx 5.2 and samples for C++ and VB
« Reply #13 on: February 26, 2009, 12:50:17 PM »
I search forum, but no C++ sample with ActiveX found

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2467
  • Karma: 1000
    • Wireless Communication Library
Re: BTFx 5.2 and samples for C++ and VB
« Reply #14 on: February 26, 2009, 01:49:37 PM »
Does native MFC support Object Push Server for Bluetooth and Infrared?
Servers will be ready in a month or so.
WCL - Wireless Communication Library
TextBlue - Bluetooth Proximity Marketing Software
WCL Phone Explorer - Free Phone Content Manager