Store Skins In A Resource DLL

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #33739
    TAZ
    Participant

    Is it possible to store the skins in a resource dll and then load that skin from the resource dll. If so, then what is the proper resource string in the “rc” file needed to build the “res”. Thanks.

    #42438
    Support
    Keymaster

    Hello
    I think you can store it in RC as RC_DATA and load in the run-time to TMemoryStream.
    Skin may be loaded to the Skinmanager from a stream easily (demo of work with stream : http://www.alphaskins.com/sfiles/demos/skinandstream.zip).

    #42466
    TAZ
    Participant

    Thank you for the quick reply.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.