[gameprogrammer] Re: Create dll files ?

in C++.net, lib files or any other project type have the output wrapped in dll. 
 If you create a Visual managed C++ class library project and combine it, what 
you will have as output is a standalone, version controlled .dll file that you 
can reference to from any other project.
 
To create dll file in VS.net/VC++:
       select ATL project for window control lib
                 or managed C++ class library project for shared library 
classes.
       Then combine the project and you will have a .dll as output.
 

tran nhat khanh <nhatkhanh1984@xxxxxxxxx> wrote:
I've read several books but I can't find how to create
dll files using C++.net. Can you show me how to do
that ? Does anyone know the diffirent between dll and
lib file ?



_______________________________
Do you Yahoo!?
Shop for Back-to-School deals on Yahoo! Shopping.
http://shopping.yahoo.com/backtoschool


---------------------
To unsubscribe go to http://gameprogrammer.com/mailinglist.html






---------------------
To unsubscribe go to http://gameprogrammer.com/mailinglist.html


Other related posts: