PDA

View Full Version : creating and exporting .dll



hrcariaga
7th February 2008, 02:57
hi all!

I'm using windows OS and I want to create a .dll lib to be access by another application(.exe)..

Is there anybody here can help me build a .dll of my project?

Also on I can how export it..

Please give me a step by step process on how I will do this..

Thanks in advance...:confused:

triperzz
7th February 2008, 06:58
ei... im having the same problem..

i can create .dll and .a file but i dont know how my application will access it.

can somebody give me some tips on how to do it.. much better if theirs an example thanks..

i also included some file.. please check it out and feedback ASAP!!

jpn
7th February 2008, 09:45
Start with creating a library project (http://doc.trolltech.com/latest/qmake-common-projects.html#building-a-library):

TEMPLATE = lib