Products Downloads


French version


 

Error message resembling...

.\RunningWrapperMeth.cpp(44): error C2733: second C linkage of overloaded function 'GetNumberFormatA' not allowed

 

Cause

The GetNumberFormat method defined in the methods sheet has the same Adelia name as a function in the Windows development kit, following a name substitution performed by the compiler.

The report also contains the following error:

LINK: fatal error LNK1181: cannot open input file ".\RunningWrapperMeth.obj"

 

Solution

Rename the relevant Adelia method.

 

Error message resembling...

.\RunningWrapperEvt.cpp(116): error C2733: second C linkage of overloaded function 'GetVersion' not allowed

 

Cause

The GetVersion method defined in the events sheet has the same Adelia name as a function in the Windows development kit.

The report also contains the following error:

LINK: fatal error LNK1181: cannot open input file ".\RunningWrapperEvt.obj"

 

Solution

Rename the relevant Adelia method.

 

Back to Integrating an ActiveX Control

 

↑ Top of page