John Carlson

Results 111 comments of John Carlson

I have installed Linux in the past, but there were issues with the mouse being trapped, and I'd have to go to the console to free it. This would then...

Okay, I have created a new source environment for engine, now going to look at Windows Drag and Drop.

I’ve been unable to share from iOS to github, so I posted to Discord: https://discord.com/channels/389676745957310465/1168902964228931656/1231705174813180006

I apologize, I am on my iPhone and can’t post to GitHub. I posted to Discord, and there should be a link from above comment. You may post an equivalent...

[particleflowers.x3d.txt](https://github.com/castle-engine/castle-model-viewer/files/15053715/particleflowers.x3d.txt) apparently I had to rename file on my iCloud Drive. This file is the same as Discord and email.

This may be a better version of the file. Note that there are 2 Spheres, I'm not sure which is the problem, I just guessed before. [particleflowers.x3d.txt](https://github.com/castle-engine/castle-model-viewer/files/15055291/particleflowers.x3d.txt)

I couldn't test fully due to MimeType type changes blocking simple loads of files without a mimeType. I will look into creating a stream, but just loading a file without...

Pascal doesn't like the NUL at the end of the Windows string so we chop it off!

Yes, the extra space is for Windows API to fill in a NUL, otherwise it will chop off ‘d’ from ‘.x3d’. I tried several combinations, but settled on trimming the...

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 to use SetLength and use...