Question:
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
Does loEmail = CreateObject("Chilkat_v9_5_0.ChilkatEmail") work?
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
The correct CreateObject strings are shown in each class's reference documentation web page:
Hi,
Set loEmail = CreateObject("Chilkat_v9_5_0.ChilkatEmail")
errors: "Command contains unrecognized command/keyword"
Regards,
Koen