.NET dll and embedded Visual C++

R

RahimAsif

Hi everyone,
We have an application that runs on CE platform that is written in
embedded Visual C++. Presently, we are thinking of writing a .NET dll
(to take advantage of regular expressions in .NET) and having the
application call this dll to do some address validation.

The big question is: is it possible for an application written in
embedded Visual C++ to call a dll written in .NET (using C#)?

Thanks in advance.
 
R

Richard Grimes

RahimAsif said:
Hi everyone,
We have an application that runs on CE platform that is written in
embedded Visual C++. Presently, we are thinking of writing a .NET dll
(to take advantage of regular expressions in .NET) and having the
application call this dll to do some address validation.

The big question is: is it possible for an application written in
embedded Visual C++ to call a dll written in .NET (using C#)?

Just out of interest, have you looked at the regular expression classes
in ATL? These could be used from the desktop version of ATL in your CE
C++ application.

Richard
 

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