Jump to content

Drawbacks with DllStructs as general data container


monoceres
 Share

Recommended Posts

Are there any real drawbacks with using DllStructs as general data storage?

I had some problems before ticket 92 was fixed, but now I don't have any problems.

My main reason for using them is to easily share data between scripts and dll's and for easy saving of my data to files using _WinAPI_CreateFile().

Input?

Broken link? PM me and I'll send you the file!

Link to comment
Share on other sites

  • Administrators

Yes. They are purely for passing/receiving data and DllCall. Using them for general storage is not something we would test/support. So if we change the internals at some point then any scripts relying on some quirk of DllStruct as general storage may break.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...