Support

QR Lib Compilation Error in VS08

in

Hi,

Has anybody compiled successfully QR Lib in VS08 ? I get a compilation error in the QRCodeEncoder class :

Error 6 'ThoughtWorks.QRCode.Properties.Resources' does not contain a definition for 'GetResource' C:\Documents and Settings\predrag\Desktop\QRCode\QRCode\QRCodeLib\QRCodeEncoder.cs 453 72 QRCodeLib

It seems to be a combatibility error.

Thank u in advance.

Documentation

in

Are there some documentation about the .NET QRCode Library?

Thanks!

ESBF

Decoding on WM5

in

Hi,

I tested the QRCode application with several images, but it does not work under Windows Mobile(Sometimes it Works) , but on the PC version it works without any problems.
On Windows Mobile it gives me a message of "IndexOutOfRangeException".
And also , it takes more than 15s to decode a picture on WM, this is not the case with the PC version .

Any one have this problem, and how to solve it ?
I think that a C++ version will be faster on WM.......

Excuse me for my bad English :) , i speak French !
Thanks.

QRcode on VB .NET

in

Hi! I am trying to develop a decoding app with VB .NET, but when I try to add the reference to the DLL Visual Studio 2003 it says its not a valid COM component.
What I am doing wrong? Thanks!

Setting PDU mode

in

This may be of some help to someone trying to figure out the source code. In TestWaveComm.vb, you may wish to add: oGsmModem.ModemInitString = "AT+CMGF=0"
This will set the modem into PDU mode; which seems to be the necessary for when the NewMessageReceived event occurs when receiving a new SMS message.

I'm not sure how one could process this event if the modem is set in text mode, if anyone could advise on this?

Thank you for creating this control - great work! :)

Cheers,
--Avital

Decoding Error on WM6

in

'QRCodeWindowsMobile5.exe' (Managed): Loaded 'mscorlib.dll', No symbols loaded.
'QRCodeWindowsMobile5.exe' (Managed): Loaded 'd:\my desktop\thoughtworks_qrcode_1.0.0_src\qrcode\qrcodewindowsmobile5.0\bin\debug\QRCodeWindowsMobile5.exe', Symbols loaded.
'QRCodeWindowsMobile5.exe' (Managed): Loaded 'System.Windows.Forms.dll', No symbols loaded.
'QRCodeWindowsMobile5.exe' (Managed): Loaded 'System.dll', No symbols loaded.
'QRCodeWindowsMobile5.exe' (Managed): Loaded 'System.Drawing.dll', No symbols loaded.

Bluetooth issue

in

Hi,
Can anyone plz let me know if i can use this application using a bluetooth usb adaptor at my laptop or do i need a serial port bluetooth adapter for my laptop

Thanks

Able to browse SMS in memory and delete particular SMS

in

Hello,

According to the features list of the SMS library, it is possible to browse, delete SMS which are in memory of the phone. Can you provide an example on how to do this?
I can't figure it out how to do it with the atSMS library, I tried with the MessageStore but no result.

Thanks,

Alwin

AutoDetect

in

Hello.
I'm using GlobeTrotter Max for SMS sending. Everything is fine, but I can't detect automatically my card.
Is there some special functions or codes besides AutoDetect?

Regards,
Marek - Poland

DeliveryReport tracking support in SMS Library

in

Hello,

First of all want to say thank you for such a great tool for working with mobile phones,

In the last version there is no support (or maybe it is there, but i couldn't find it, so if it is please tell me how should i use it) of tracking whether SMS was delivered to reciepient or not. There is class named NewDeliveryReportArgs, it is probably arguments' class for event, which handles delivery of messages, but there is no handler with this class as parameter.

How it is possible to track down whether SMS was delivered or not? Should i try to do it by means of AT commands?

Syndicate content

Back to top