2006 Jun 23 12:33 PM
Hi everybody!
I am just trying to ruun a dll under ABAP. For that the coding looks like this:
<i>TYPE-POOLS ole2.
data: mydll type ole2_object,
str type string.
create object mydll 'Z_KEYGEN'.
call method of mydll 'GetApplicationKey' = str
exporting
#p1 = '745598'
#p2 = '123456'.</i>
I installed the Z_KEYGEN with the SOLE transaction and entered there the registry entries.
The thing what makes it additional more complicated is that the DLL is physically installed on another server. Within the windows network we just make a registry entry with the correct class id and it works.
Can it work with this coding? If not are there other ways to solve the problem?
Thanks in advance...
Markus
Hi everybody!
I am just trying to ruun a dll under ABAP. For that the coding looks like this:
<i>TYPE-POOLS ole2.
data: mydll type ole2_object,
str type string.
create object mydll 'Z_KEYGEN'.
call method of mydll 'GetApplicationKey' = str
exporting
#p1 = '745598'
#p2 = '123456'.</i>
I installed the Z_KEYGEN with the SOLE transaction and entered there the registry entries.
The thing what makes it additional more complicated is that the DLL is physically installed on another server. Within the windows network we just make a registry entry with the correct class id and it works.
Can it work with this coding? If not are there other ways to solve the problem?
Thanks in advance...
Markus
2006 Jun 23 12:46 PM
Hi markus,
1. I don't think DLLs will work this way.
2. We should have Active X Exe (OLE)
and not Active X DLL.
regards,
amit m.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |