-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
DETAILS var anypiab #7
base: master
Are you sure you want to change the base?
Conversation
Build anypiab with Emscripten on macOS
Ah yeah, kind of a bummer to see MFC functions sprinkled throughout oactobjs32. The strings being referenced come from the resource file, they would have to be duplicated in a cpp file. |
I just tried and I'm not even sure MSBuild.exe can successfully build Regardless, it seems like there are at least three routes to interface with anypia:
Just seeing your comment on #2 about memory management and exceptions, will reply over there. |
I thought maybe the DETAILS meant that the anypiab output would be just like the anypia32. Similar but not quite. Without DETAILS vs. with "DETAILS" from Alex's new branch
|
I noticed on the main linux/macOS build if you add a DETAILS e.g.
add_compile_definitions("ANYPIAB" "DETAILS")
then it does not build, seemingly because of MFC again. Maybe they put the DETAILS behind macros for linux's sake. Let's see if Windows works in the test.https://www.ssa.gov/OACT/anypia/anypiab.html
(Didn't intentionally base this on #6 but I guess we'll see what happens with mac emscripten as well!)