Browse - programming tips - def file for ocxDate: 2008aug26 Platform: win32 Q. What's the .def file for an .ocx look like? A. All .ocx's (ActiveX) files have the same .def file: LIBRARY "<YourName>.OCX" EXPORTS DllCanUnloadNow @1 PRIVATE DllGetClassObject @2 PRIVATE DllRegisterServer @3 PRIVATE DllUnregisterServer @4 PRIVATE
Add a commentSign in to add a comment |