I\'m trying to create:
AxShockwaveFlashObjects.dll and ShockwaveFlashObjects.dll
entering the following command:
aximp C:\\WINDOWS\\system32\\Macrome
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!