Skip to content

Fixes empty example#16

Merged
stefanseefeld merged 1 commit into
boostorg:developfrom
teeks99:main_crt_error
Jun 24, 2015
Merged

Fixes empty example#16
stefanseefeld merged 1 commit into
boostorg:developfrom
teeks99:main_crt_error

Conversation

@teeks99

@teeks99 teeks99 commented Apr 11, 2015

Copy link
Copy Markdown
Contributor

Uses of visual studio were getting a 'unresolved external symbol _mainCRTStartup' because there was no main() being linked into the test_embed.exe. I'm not a bjam expert, but I think that is because the embedding target is an executable (instead of an obj/lib?). I also have no idea if this was a problem on unix or if this fix will affect that platform.

Uses of visual studio were getting a 'unresolved external symbol _mainCRTStartup' because there was no main() being linked into the test_embed.exe. I'm not a bjam expert, but I think that is because the embedding target is an executable (instead of an obj/lib?). I also have no idea if this was a problem on unix or if this fix will affect that platform.
@teeks99

teeks99 commented May 13, 2015

Copy link
Copy Markdown
Contributor Author

I've now been able to run this on linux as well, and can verify that it doesn't cause any problems with the examples.

@teeks99

teeks99 commented Jun 24, 2015

Copy link
Copy Markdown
Contributor Author

Any chance of getting this in before the freeze for 1.59 coming up next week?

stefanseefeld added a commit that referenced this pull request Jun 24, 2015
@stefanseefeld stefanseefeld merged commit 37f8f37 into boostorg:develop Jun 24, 2015
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