Thread: function calling between sources

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #26
    Registered User
    Join Date
    Dec 2012
    Posts
    307
    oh and not to forget, following the "MAKE A DLL AND USE IT" lessons

    i made a DLL, and then including both the headers, trying to load it, all i ever got was

    L:\MyLib-build-Desktop-Debug\debug\MyLib.dll:-1: error: LNK1107: invalid or corrupt file: cannot read at 0x2C8

    and that was using the same headers that made the dll, so making a header for a dll so that i can use a function call no matter where i call it in the application is driving me nuts, i have rewrote this program about 15 different times, atleast 15 different ways, and end up with the same result, or worse.

    so honestly, no, nothing here has seemed helpful.
    Last edited by Crossfire; 01-23-2013 at 05:12 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 3
    Last Post: 10-23-2012, 02:37 PM
  2. Replies: 3
    Last Post: 09-26-2011, 04:44 AM
  3. Replies: 15
    Last Post: 06-09-2009, 02:19 AM
  4. Calling Cdocument function in Cview function
    By RancidWannaRiot in forum Windows Programming
    Replies: 5
    Last Post: 09-22-2005, 12:09 PM
  5. Question on function syntax and calling function
    By cbrman in forum C Programming
    Replies: 10
    Last Post: 10-05-2003, 05:32 PM