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

Custom controls >= 15 sometimes crashes RadASM #7

Open
mrfearless opened this issue Aug 9, 2018 · 0 comments
Open

Custom controls >= 15 sometimes crashes RadASM #7

mrfearless opened this issue Aug 9, 2018 · 0 comments

Comments

@mrfearless
Copy link
Owner

Temp fix is to delete the custom controls (RAxxxxx.dll's) from RadASM folder, edit RadASM.ini to specify exactly the custom controls you wish to load if total number is 15 or higher, in an effort to lower the total amount to <15.

Otherwise have observed crashes.

Added code after WinMain call, which loops through custom controls and unloads them - increased loop count up to 32 and used a constant to define that no hoping to increase the total controls that can be loaded - which also used in allocating mem for amount of controls later on in tools.asm (i think)

Could be the addition of the constant has upset the positioning of other const/vars (which radasm warns about not inserting, but adding instead, in comments where they are defined) or something else i overlooked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant