Testing a DLL on the Emulator question..

G

Guest

Hi,

I have developed a dll using eMbedded Visual C++ 4.0 tool.
I would like to test this dll on the Pocket PC 2003 emulator.

Could you please let me know how can I put my dll in the
emulator.

I have developed a test application as well.
Some one suggested me that we can add the
dll as a content to my test application and then the dll will be
automatically
deployed on the emulator. But, I have no clue how to do this.

If we can add the dll as a content to a project, could you please
let me know how to do this. I'm using Visual Studio.NET 2003.

How can we copy the third party dll to the emulator. Kindly let me know.

Cheers,

Naveen.
 
M

Mark Arteaga

To add a file to your project in the menu click on Project -> Add Existing
Item and select the file. Once it's added, right click on the file and
select Properties and for the Build Action select Content.
 
P

Paul G. Tobey [eMVP]

Make sure that the DLL was compiled targeting the Pocket PC emulator, too,
of course.

Paul T.
 
N

nzpcmad

I assume you have the .dll included as part of the project.

Then go to 'Solution Explorer', right click on the .dll file, click
'Properties' and then set 'Build Action' to 'Content'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top