Skip to content
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

Compatibility with Visual Studio and MS C compiler #414

Closed
wants to merge 1 commit into from
Closed

Compatibility with Visual Studio and MS C compiler #414

wants to merge 1 commit into from

Conversation

HolgiHo
Copy link
Contributor

@HolgiHo HolgiHo commented Sep 18, 2023

PR for issue #413

Fix unit tests:

  • ctest.h: make unit test registration and iteration work: use linker segments .ctest$a, .ctest$b, .ctest$c

Additional fixes for building with VS:

  • fix build error in VS: use const char* in struct lxw_header_footer_options, _worksheet_set_header_footer_image
  • extend .gitignore to ignore special local VS directories/files

- ctest.h: unit test registration and iteration now works for the first time; using linker segments .ctest$a, .ctest$b, .ctest$c
- fix build error: use const char* in struct lxw_header_footer_options, _worksheet_set_header_footer_image
- extend .gitignore
@jmcnamara jmcnamara force-pushed the main branch 13 times, most recently from 4be85bd to 29355a0 Compare September 25, 2023 22:43
@jmcnamara jmcnamara closed this Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants