Link Error

Hello,


I just downloaded the evaluation package for C++ Rio 10.3. The link is failing with the following error:

[ilink32 Error] Error: Unresolved external 'InternetOpenW' referenced from C:\PROGRAM FILES (X86)\TMSSOFTWARE\ADVCHART RSXE12\WIN32\ADVCHARTDXE12.LIB|AdvChartUtils

Any suggestions?

Regards,

Roberto

Try to add in your main app CPP file:


#pragma link "wininet.lib"
1 Like

Thank you. It worked.