-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debug assertion thrown when trying to get values from XLRow, MSVC 2022, MFC #222
Comments
I’m also running this code inside a MFC app, with no issues. |
Thank you for this suggestion. I am still trying to work through it, not there yet. Do you know if it is also necessary to modify the build of OpenXLSX through CMake for debug? I am building as a static library, would this be better as a shared library? |
it’s been some time, I used visual studio cmake tools to generate CMakeSettings.json. for debug and release |
@rmmales I am in the process of going through the backlog of issues - are you still active? Could you test whether your issue is reproducible with the current version of OpenXLSX and post some feedback here? |
I have not attempted to use the tool for some time and have left that
project. However, I will try the new version at some point when I have a
chance and get back to you.
Dick
…On Mon, Sep 2, 2024 at 4:05 AM aral-matrix ***@***.***> wrote:
@rmmales <https://github.com/rmmales> I am in the process of going
through the backlog of issues - are you still active? Could you test
whether your issue is reproducible with the current version of OpenXLSX and
post some feedback here?
Thank you!
—
Reply to this email directly, view it on GitHub
<#222 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG4MBWUJ7JK2XDQDBDYJME3ZUQL5HAVCNFSM6AAAAABNPZFUCWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRUGA4DANBSGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@rmmales : Thanks for the update & I'll keep this open for now. |
bump. Any chance you will find some time in the new year? :) |
Thanks for being persistent. I am in process of locating my test bed and
will check things out within the next month or two.
Dick
…On Fri, Jan 10, 2025 at 8:33 PM aral-matrix ***@***.***> wrote:
bump. Any chance you will find some time in the new year? :)
—
Reply to this email directly, view it on GitHub
<#222 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG4MBWUVJQMG5YQZRIJLDYL2KBYGRAVCNFSM6AAAAABNPZFUCWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOBUHE4DMNJXHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
okay, thanks for letting me know, I'll keep the issue open then for now. |
Working in VS Community Edition 2022, I have successfully built OpenXLSX through CMake and DOxygen docs, run all demo programs as console apps.
I need to use OpenXLSX in an existing legacy MFC application. In Debug I can successfully open a workbook and worksheet and iterate through the rows and can view the contents of XLRow. However, as soon as I change the code to read the values in a row, a debug assertion is thrown.
Here is the code snippet:
The text was updated successfully, but these errors were encountered: