User Profile

Collapse

Profile Sidebar

Collapse
jk2l
jk2l
Last Activity: Mar 28 '08, 07:52 AM
Joined: Aug 20 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jk2l
    replied to Setup multi project in one solution in VS2005
    in C
    http://support.microso ft.com/kb/310674/

    er... actually using Project Refernece should have solved the problem, what's causing problem is that i also need to set the project to Multithreaded, not Multithreaded DLL under "Properties -> Configuration Properties -> C&C++ -> Code Generation -> Runtime Library".

    i really hate the compiler output that can't explain what the hell is going on and wasted...
    See more | Go to post

    Leave a comment:


  • jk2l
    started a topic Setup multi project in one solution in VS2005
    in C

    Setup multi project in one solution in VS2005

    Code:
    Solution
    |
    +-- Project 1
    |
    +-- Project 2 (downloaded from somewhere)
    |
    +-- Project 3 (my project)
    
    Project 1 generate exe
    Project 2 and 3 generate dll
    reason of this setup is that I want to make my Project 3 will be able to used in other program. Right now i can create a program but I can't link my Project 1 with Project 2 and Project 3


    error...
    See more | Go to post

  • jk2l
    replied to Creating DLL but end up 23 "error LNK2019"
    in C
    http://www.gamedev.net/community/forums/topic.asp?topic _id=310386

    oh... nevermind, i confused that #include can do the add library automatically (damn those C++ tutorial doesn't say things clearly)


    anyway thanks for all people replied
    See more | Go to post

    Leave a comment:


  • jk2l
    replied to Creating DLL but end up 23 "error LNK2019"
    in C
    http://www.garagegames .com/index.php?sec=m g&mod=resource& page=view&qid=5 06

    this is the site i got my source from, and i have trouble debugging this thing
    See more | Go to post

    Leave a comment:


  • jk2l
    started a topic Creating DLL but end up 23 "error LNK2019"
    in C

    Creating DLL but end up 23 "error LNK2019"

    Code:
    Error	10	error LNK2019: unresolved external symbol __imp__glBindTexture@8 referenced in function "public: void __thiscall GLTexture::Use(void)" (?Use@GLTexture@@QAEXXZ)	GLTexture.obj	
    Error	11	error LNK2019: unresolved external symbol __imp__glEnable@4 referenced in function "public: void __thiscall GLTexture::Use(void)" (?Use@GLTexture@@QAEXXZ)	GLTexture.obj	
    Error	12	error LNK2001: unresolved external symbol __imp__glEnable@4
    ...
    See more | Go to post
No activity results to display
Show More
Working...