Results 1 to 5 of 5

Thread: Is it possible to inline C++ DLL subs/functions? [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Elite Hacker Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,349

    Is it possible to inline C++ DLL subs/functions? [RESOLVED]

    I got an error trying last time, but is it possible to inline functions and subs for a DLL file?

    Code:
    int _stdcall test()
    {
    //where do I stick the inline statement at?
    }

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