CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    May 2002
    Posts
    1,798

    How to link a static library struct to a user app ?

    Using a struct object can be quite useful to combine several different data types into a single package. I have tried to do this utilizing a static library, but have run into problems. The main problem is to get the calling app to access the library struct. I have attached a small demo to illustrate the problem. Any help greatly appreciated. Thanks.
    Attached Files Attached Files
    Last edited by Mike Pliam; January 15th, 2016 at 06:50 PM.
    mpliam

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured