AxShockwaveFlashObjects and ShockwaveFlashObjects from Flash ocx

后端 未结 3 2077
栀梦
栀梦 2020-12-22 12:35

I\'m trying to create:

AxShockwaveFlashObjects.dll and ShockwaveFlashObjects.dll

entering the following command:

aximp C:\\WINDOWS\\system32\\Macrome

3条回答
  •  萌比男神i
    2020-12-22 13:13

    The access denied is likely a Vista/Win7 issue resulting from programs attempting to modify files in registered application directories within the Program Files or Windows top-level folders.

    The workaround (and it worked for me) is to

    • Copy the AxImp.exe and your .OCX files both to some user-made folder (eg: c:\test\).

    • Then just simply run the command AxImp.exe Flash10c.ocx /source from a command line in that folder.

    That will generate (in that same test folder) not only your two DLL files, but also the .CS source file (for inclusion in projects) and the .PDB file for debugger symbols. Enjoy!

提交回复
热议问题