CSV-Viewer (table form layout) (32-bit only)

There are some new features but not much has fundamentally changed that I can think of. It's more likely the AI did something wrong as it won't have any idea how Opus plugins work.

Maybe it would be worth to try other IAs and see if they can up with a better implementation of the 64bit version ?
Thanks for your work !

AIs can’t do this kind of work. They still can’t do any technical work reliably, especially not in more niche areas with less examples to copy from.

We also don’t allow AI generated content here on the forum (see the FAQ for more detail), which especially goes for any kind of code. Code needs to be written carefully and understood by the person who is responsible for it, not randomly generated and left for others to clean up whatever messes it makes.

1 Like

Maybe it would be worth to try other IAs

AIs can’t do this kind of work. They still can’t do any technical work reliably, especially not in more niche areas with less examples to copy from.

Yes, I confirm this. AI doesn't know anything about the DOpus Plugin API, thus it just generates very convincingly looking nonsense that unfortunately also passes compilation.

However, AI is insanely useful. For example, I have never written a viewer plugin for DOpus, but if you attach the examples of Viewer plugins to the AI chat, it will understand them very well and explain what every line of the code does and why it is there. It is super useful because the viewer plugin is 95% C++ MFC, which AI knows very well.
But it will not generate the finished code for you.

1 Like

Would you be willing to share the source code of your plugin?