You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
Attempting a 64-bit build on Visual Studio 2015 yields errors. I updated my code locally to allow the 64-bit build to proceed, meaning fixing things like moving GetWindowLong=>GetWindowLongPtr in the NC painting code and numerous size_t <=> int casts.
The Gruntfile does not contain a 64-bit build target. Would it be possible to get this 64-bit target into git? I think it would be nice for those wanting to build their own (64-bit CEF) apps on brackets-shell.
The text was updated successfully, but these errors were encountered:
While I agree, I think Adobe should upload a CEF for Windows 64-bit first. Then probably there is some work to do, as you already found.
If you really need a 64bit Brackets you can try https://github.com/zaggino/brackets-electron/
No 64-bit build target on Windows
Attempting a 64-bit build on Visual Studio 2015 yields errors. I updated my code locally to allow the 64-bit build to proceed, meaning fixing things like moving GetWindowLong=>GetWindowLongPtr in the NC painting code and numerous size_t <=> int casts.
The Gruntfile does not contain a 64-bit build target. Would it be possible to get this 64-bit target into git? I think it would be nice for those wanting to build their own (64-bit CEF) apps on brackets-shell.
The text was updated successfully, but these errors were encountered: