How to create an specified application with CodeWarrior?

Login to reply to this topic.
Wed, 2008-03-12 09:55
Joined: 2008-01-09
Forum posts: 3

Hi,

I want to create a new application with CodeWarrior's wizard.
e.g: Create a ECom application.

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.
The CodeWarrior prompt that: def file has not been frozen and the def file can't be found, so I need to solve these problems.

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?
Thanks a lot!


Wed, 2008-03-12 10:24
Joined: 2003-12-05
Forum posts: 587
Re: How to create an specified application with CodeWarrior?

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.

Wed, 2008-03-12 19:08
Joined: 2007-09-15
Forum posts: 61
Re: How to create an specified application with CodeWarrior?
  • Login to reply to this topic.