Quantcast
Channel: Chilkat Forum - latest questions
Browsing all 1061 articles
Browse latest View live
↧

VerifyStringENC on chilkat C

I'm using chilkat lib C with code as below:CkRsa rsa; rsa.put_EncodingMode("hex"); rsa.put_Utf8(true); rsa.put_Charset("utf-8"); string publicKey = AccountModel::getInstance()->getKeypublic();...

View Article


delphi (DLL version) static DLL names

(possible to make feature request here ?)linking to fixed DLLName likefunction CkSFtp_Create: HCkSFtp; stdcall; ... implementationfunction CkSFtp_Create; external DLLName;is unhandy because of some...

View Article


Mixed-mode .NET Assembly with static linkage?

From your site, i can download .Net Dll and it works fine.But in my case, i would like to have static version for .Net 4.5 library. Could you please provide me this one. I would like to import the lib...

View Article

Missing downloads for 9.5.0.58

I'm experiencing an issue with the MailMan class so went to upgrade from the version I was using (9.5.0.55) but there is only a download for 9.5.0.56 and not the latest version of 9.5.0.58 for VC++ 8...

View Article

How i can define write-debug object in powerbuilder

loo_Xml = create oleobject li_rc = loo_Xml.ConnectToNewObject("Chilkat_9_5_0.Xml") if li_rc < 0 then destroy loo_Rest destroy loo_Xml MessageBox("Error","Connecting to COM object failed") return end...

View Article


Chilkat FoxPro Events (.prg event classes)

I wrote some code to generate FoxPro .prg templates for the ActiveX events. They are available here: http://chilkatdownload.com/chilkat_foxpro_prg.zipNote: This was updated for v9.5.0.58 on 7-Jul-2016....

View Article

Missing Code Examples for Google Drive

The code examples for Google Drive seem to be missing. See: https://www.example-code.com/vbnet/googleDrive.asp

View Article

Telnet tunneling with dynamic port forward

Is it possible to have a proxification tunnel like this, by using TELNET instead of SSH, with any of chilkat's products? Thank you.

View Article


Node.js Module Version Mismatch on Lambda AWS

We are interested in purchasing your ZIP component for our development team. We have seen positive comments about the speed and efficiency of your component so we want to use it to run an AWS Lambda...

View Article


SOAP signature

Hello,Doest Chilkat support SOAP message signature or are you planning this feature in near future? Or are you planning extend XML module for canonical XML described hereThank you

View Article

Compile errors on mono on Rpi3

Hi,I am still having problems on compiling code on RPi3 w/ Rasbian on mono, the code that compiles ok on windows:CkDateTime ckDt = new CkDateTime(); ckDt.SetFromCurrentSystemTime(); var netDt =...

View Article

Automatically generate MDN / Read Receipt

Is there a way to automatically generate an MDN, or does anyone have a good function to do it, using the mail library as a base?Thanks

View Article

IMAP multiple concurrent connections to many email accounts?

Does the IMAP library support multiple, concurrent connections to many email accounts?We basically want to use the Idle() feature to monitor many email accounts (and mailboxes/folders within each...

View Article


Log Files on WinPhone, WinRT, Windows Store, etc.

I'am having trouble debugging null response from a server using http.PostJson2Async. I'am getting responses from other servers just fine, but this specific one is returning null(timeouts). It would...

View Article

Perl CkByteData and CkZip

I'm trying to generate a zip file entirely in memory, but I am struggling with understanding how to interface CkByteData. Perl makes us lazy, so we don't think much about data types.Can someone offer...

View Article


Google OAuth2 Sample for Desktop Applications

Here's a C# sample for doing Google OAuth2 authorization in a desktop application (using Chilkat).https://github.com/chilkatsoft/Chilkat-OAuth2

View Article

Error when write Lib for WP 8

Hi all,I want to use chilkat lib to build a Lib secure for windows phone 8. I want to write by C++, but i unknow create prject to build with c++. Please help me!.I trying create prject Windows Runtime...

View Article


VC++2015 support CkRar

Hi,After I upgraded a project from VC++ 2008 to VC++ 2015, I got the following error! LNK2001 unresolved external "public: __cdecl CkRar::CkRar(void)" (??0CkRar@@QEAA@XZ) Is CkRar supported in...

View Article

MD5 hash required from classic ASP chilkat encryption

I need to prepare an MD5 hash for a login system. They have provided me with a c# function for producing it but I want to use my classic ASP Chilkat. This is the C# function//C# MD5 hash functionpublic...

View Article

How to Load a Chilkat CkDateTime Object from a C# System.DateTime Object?

How can I load a Chilkat CkDateTime object from a C# System.DateTime object?

View Article
Browsing all 1061 articles
Browse latest View live