Archived Forum Post

Index of archived forum posts

Question:

startup / installing ChilkatAx-9.5.0-win32.dll on Win10

Jun 19 '16 at 12:43

Hi,

I have rightclicked on register_win32.bat and selecting 'exececute as Administrator'. However there is no object with "loEmail = CreateObject('Chilkat_9_5_0.Email')" as proposed the example's.
How to do ?

Regards,

Koen


Answer

Does loEmail = CreateObject("Chilkat_v9_5_0.ChilkatEmail") work?


Answer

Hi, Hmm I dont think 'Des' is a qualified VFP command, anyway it errors: "Unrecognized command verb" without 'Des' it errors: "Command contains unrecognizec command/keyword" Regards, Koen


Answer

The correct CreateObject strings are shown in each class's reference documentation web page:

https://www.chilkatsoft.com/refdoc/xChilkatEmailRef.html


Answer

Hi,

Set loEmail  = CreateObject("Chilkat_v9_5_0.ChilkatEmail")

errors: "Command contains unrecognized command/keyword"

Regards,

Koen