locked
First-chance exceptions - GENERIC.C RRS feed

  • Question

  • I built and executed the GENERIC.C sample in Excel2013 XLL SDK,
    many first-chance exceptions are detected by VS2013 debugger when the XLL is loaded into EXCEL 2013.
    It is about more than fifty exceptions.
    They happened at,
     excel.exe: windows_exception_impl<0>
     appvisvsubsystems32.dll
     KernelBase.dll

    After these many exceptions, XLL and EXCEL works without any problem.
    But, I want to know why so many exceptions happen.
    Is there bad code in GENERIC.C sample?
    Sunday, March 15, 2015 1:17 AM

Answers

  • Hi Chutorotoro,

    The solution of GENERIC sample is VS2008, your VS version is VS2013, so these error may due to the upgrade.

    To check whether the issue is in the sample project, I suggest that you should use VS2008 to open that project and check it.

    Regards

    Starain


    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

    Monday, March 16, 2015 7:52 AM