CooLWong
August 2nd, 2007, 09:32 PM
I using the visual c++ 2005 express edition. I think it can create a dll file. But i don know how to create a dll file. Can u teach me the simple step to create the dll file. Thank you...
|
Click to See Complete Forum and Search --> : How to built a dll file? CooLWong August 2nd, 2007, 09:32 PM I using the visual c++ 2005 express edition. I think it can create a dll file. But i don know how to create a dll file. Can u teach me the simple step to create the dll file. Thank you... TheCPUWizard August 2nd, 2007, 09:48 PM Select project type of "Class Library" when you create the project. CooLWong August 2nd, 2007, 10:13 PM Select project type of "Class Library" when you create the project. Normally i open Windows Form Application in CLR. If i select the Win Console Application in the WIN32, what i need to write in the header or source file?? Do u provide a simple code and process step to me?? Thank you. TheCPUWizard August 2nd, 2007, 10:15 PM An APPLICATION generates an EXE.... :rolleyes: CooLWong August 2nd, 2007, 10:22 PM An APPLICATION generates an EXE.... :rolleyes: I can generates an EXE file that find in the debug folder. But i also want to generates a DLL file. How can i do it??? TheCPUWizard August 2nd, 2007, 10:25 PM When you create the application, click on Application Settings...... CooLWong August 2nd, 2007, 10:45 PM When you create the application, click on Application Settings...... Can i know where is the setting??? TheCPUWizard August 2nd, 2007, 11:09 PM When you create the Project the wizard appears. On the left side is "Application Settings". Click this BEFORE you click next. CooLWong August 2nd, 2007, 11:28 PM When you create the Project the wizard appears. On the left side is "Application Settings". Click this BEFORE you click next. In the application setting, i select the console application and precompiled header, it is right??? after select the choice, how i start to built dll file??? TheCPUWizard August 2nd, 2007, 11:36 PM In the application setting, i select the console application and precompiled header, it is right??? after select the choice, how i start to built dll file??? NO! You select APPLICATION if you want to build an EXE. You select DLL if you want to build a DLL. What is so had to understand???? CooLWong August 2nd, 2007, 11:45 PM NO! You select APPLICATION if you want to build an EXE. You select DLL if you want to build a DLL. What is so had to understand???? My visual c++ cannot select DLL. codeguru.com
Copyright WebMediaBrands Inc., All Rights Reserved. |