How to create an specified application with CodeWarrior?
| Wed, 2008-03-12 09:55 | |
|
Hi, I want to create a new application with CodeWarrior's wizard. Because in CodeWarrior's wizard there only 4 options, so I chose the Genenic->DLL. When I created an application, there are some Export functions, but these functions are useless in ECom, so and need to modify these functions, and delete the def file. When I done these above, I compiled the application but there are some warnings and one error. I don't know whether I used CodeWarrior very very unsuccessful or the CodeWarrior's wizard is not smart enough? In VC6 create an Com application is so easy, and I don't need to modify the files that created by wizard. Who can help me? |
|






Forum posts: 587
You need to read the docs about freezing dll's, def files etc. There's no problem here to solve with the warnings, until you release your dll to other developers to use. I also suggest you find an existing example of a ECom plugin and start from there.
Forum posts: 61
Check http://www.newlc.com/Writing-a-DLL.html
Regards