Forum Discussion
Rob Boardley
Jul 18, 2017Copper Contributor
API call AllocConsole no longer works in Access 2016 on Windows 10
The windows API call AllocConsole no longer seems to work in VBA Access 2016 on Windows 10. It functions correctly on Windows 7 with Access 2016 and I've been googling for the past few days tring...
- Aug 03, 2018
I found a work around by using Access 2013 on Windows 10. The AllocConsole function then works!
Martin Lottering
Aug 01, 2018Copper Contributor
I have a similar problem in my C# windows app where I allocate a console window. The console window shows, but the output stream and tracing no longer works on windows 10.
Have you found a solution to your problem?
- Rob BoardleyAug 03, 2018Copper Contributor
I found a work around by using Access 2013 on Windows 10. The AllocConsole function then works!