-
I can't find any info about [brainfuck-2d](../blob/master/b/brainfuck-2d.bf2d). All I could find was this [page](http://forums.purebasic.com/german/viewtopic.php?f=2&t=2949), which references a webpag…
-
In the PureBasic File I/O plug-in template `progressCallback()` needs to be defined in the main body, and then `Shared` inside `setProgressCallback()` (either that or just define it as `Global),` othe…
-
_Missing info on DLL functions._
Is the `canExtractPalette()` a generic DLL function gathering info about the plug-in supported features (e.g. like `isReadSupported()`) or does it apply to the spec…
-
_Missing info on DLL functions._
I need to understand if DLL functions specifically targeting import or export functionality can be left out entirely in those plug-ins that won't use them — i.e. if…
-
[12:36:36] Warte auf den Start des Executable...
[12:36:36] Executable-Typ: Windows - x64 (64bit, Unicode, Thread, Purifier)
[12:36:36] Executable gestartet.
[12:36:46] [ERROR] Fmod Ex - Play Soun…
-
I need a clarification about the plugin function `getImageCount()`.
This function is documented as being able to return error, but it's the only function of those that can set error that is also ex…
-
@kenmo-pb, I've sent you an invitation to join my fork as a Collaborator, so that we may work together on changes requiring multiple commits and discussions, without burdening the upstream repo. Whe…
-
Now, `mdx-prism-2` is standalone. In other words, every single dependency it has, it's being bundled together with the source code.
This is leading a huge 1.2mb file 👎
```
Removing "dist" fold…
-
There are cases in which I can use or need multiple remotes session to different clients. Past VNC-based utilities similar to this one that I've used didn't have any mechanism to prevent concurrent in…
-
I'm trying to figure out how to make a next button for the text search field to enable cycling through multiple instances of a search term (such as "Mike", which I have several of in my current hosts …