Can i use dll buil in .Net 2005 in Smart device project i.e. Win CE?
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Only if your DLL was built for Win CE.
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
-
No, you can't. A dll is similar to an exe for that: it is compiled code. You can't 'execute' that code on another platform. The same is true for ActiveX controls. EDIT: hmm, like Rajesh tsaid, of course if it was biult for WinCE, then it's ok (I understood the question differently).
Cédric Moonen Software developer
Charting control [v1.3]