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

Build CormanLisp in VS2013 (community edition) #6

Closed
binghe opened this issue Jun 1, 2015 · 2 comments
Closed

Build CormanLisp in VS2013 (community edition) #6

binghe opened this issue Jun 1, 2015 · 2 comments

Comments

@binghe
Copy link
Contributor

binghe commented Jun 1, 2015

Visual Studio 2013 Community Edition is the first free version of Visual Studio that could support MFC/ATL. If CormanLisp can be built in this version and run without issue, this will give much more Lispers the opportunity (and interest) to help maintaining CormanLisp.

Current status is: the VS2013 solution (src_vc12.sln) and related VC projects are ready in Git code base, and all components can be built without any compiler and linker error. And the console version of CormanLisp (clconsole.exe) even seems working well, but the IDE version has some serious issues (i.e. trying to show the About dialog will cause the whole IDE crash).

@ghost
Copy link

ghost commented Jul 16, 2015

It seem, that occur in CormanLisp.cpp, in the function
void CMainFrame::OnInitMenu(CMenu* pMenu)

the pMenu pointer is not correctly initiliazed.

@binghe binghe closed this as completed in 772a187 Jul 23, 2015
@binghe
Copy link
Contributor Author

binghe commented Jul 23, 2015

Thanks!

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

No branches or pull requests

1 participant