Jump to content

Recommended Posts

Posted

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!

  • Administrators
Posted

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.


 

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
×
×
  • Create New...