John Carlson
John Carlson
> Here’s my test code previously mentioned. > > https://github.com/coderextreme/draganddraop > > I’ll work on freeing up the array of strings allocated in WMDropFiles in WMDropFiles. My first guess is...
All set, except I don't know how to free up memory held by PFileName. AIRC, I can't use SetLength. So, a puzzle.
We can discuss how to add ``` Window.RegisterDropTarget; ``` to applications in a portable manner. Thanks!
Seems like things have settled down. I've got another demo working with the 3D viewer project template, even dragging and dropping and playing the animation works. I'm still working out...
Have you tried npm install?
See pull request.
I have created a new pull request based on changes from comments on other pull request. Here is the new pull request. https://github.com/jonaskello/three-x3d-loader/pull/7
I’ve already written an ANTLR4 grammar for C++ Object Notation (CPPON), https://github.com/coderextreme/CPPON , so something for a Pascal Object Notation is not too different. I will look into Plex and...
Maybe an ANTLR4 grammar to Pyacc/Plex grammar translator would be more feasible?
For example, writing a Listener/Visitor for this grammar https://github.com/antlr/grammars-v4/tree/master/antlr/antlr4 to produce Plex/Pyacc grammar!