Thread: How do I make one project in VS depend on another

  1. #16
    Malum in se abachler's Avatar
    Join Date
    Apr 2007
    Posts
    3,195
    Quote Originally Posted by indigo0086 View Post
    I've done that, my visual studio must be broken.
    Why is that? What won't it compile?

  2. #17
    Ethernal Noob
    Join Date
    Nov 2001
    Posts
    1,901
    So I finally got it compiling fine, it was that silly exportdll nonsesne I have to add to my method signatures. It needs those to generate the .lib that's necessary.

    Is there nothing in VS that automatically generates the .lib without having to use non-standard extensions?

  3. #18

  4. #19
    Ethernal Noob
    Join Date
    Nov 2001
    Posts
    1,901
    Is there a way to use dlls without the .lib files?

  5. #20
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Quote Originally Posted by indigo0086 View Post
    Is there a way to use dlls without the .lib files?
    Yes, load the DLL using the LoadLibrary function.

    It is probably not the most clever way to solve the problem, but it is possible.

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. trying to make a KenGen ( for a game tool )
    By lonewolfy in forum C# Programming
    Replies: 4
    Last Post: 03-28-2007, 08:23 AM
  2. Commerical MMORPG Developer Opp
    By Th3Guy in forum Projects and Job Recruitment
    Replies: 19
    Last Post: 01-22-2007, 11:28 AM
  3. Can't make a simple Project work
    By kantze in forum C++ Programming
    Replies: 5
    Last Post: 01-22-2007, 03:21 AM
  4. "Cannot make pipe"
    By crepincdotcom in forum C Programming
    Replies: 5
    Last Post: 08-16-2004, 12:43 PM
  5. Operating System Project
    By Pete in forum Projects and Job Recruitment
    Replies: 1
    Last Post: 07-15-2004, 09:33 AM