Warning LNK4222 exported symbol 'DllRegisterServer' should not be assigned an ordinal GDIPlusControl C:\Demo_Temp\GDIPlusControl\GDIPlusControl\GDIPlusControl.def 1
after I fix this issue and then ran into another error...
- GDI+ in ActiveX Controls Using MFC
- Builing DLL and getting error PRJ0019 and warnings LNK4222
- LicenceProvider
- Linker Tools Warning LNK4222
- warning LNK4222: exported symbol 'DllRegisterServer' should not be assigned an ordinal Pin
- Linker Tools Warning LNK4070
- Thread: /OUT: directive in .EXP differs from output
- Visual C++ Cryptic Error Messages... And How to Fix Them
- Register an ActiveX control (.ocx) manually
- Register or Unregister ActiveX DLL or OCX Files
- Registration of 64-bit ActiveX Controls
- How do you register ActiveX DLL or OCX files in Window 7 64 BIT?
- How to Register a DLL or OCX Files in Windows 10 via Command Prompt
- How to manually register a DLL or OCX file
- Installing and Registering ActiveX Controls
- How to Register OCX Files
- Creating an MFC ActiveX Control
- How to add Active X component to C# project
- How to Use ActiveX Controls in WinC and C# Client Applications
compiled this project in Visual Studio 2017, fix error and warning messages.
Manually Register an ActiveX control
How to configure Visual Studio 2017 for ActiveX control project
from Configuration Propertoes - > Linker -> General -> OutPut File -> $(OutDir)$(ProjectName).ocx
No comments:
Post a Comment