dll for pocket pc...
-
i would like to create dll on mfc (for example) for pocket pc. it's need to use functions from lib and h files when i'll be progamming on c#.. when i created dll on EVC mfc-dll same VC MFC dll creating i have no results.. mb it's a wrong way? can anybody help? mb get something experience for creating pocket dll's? or smth other... thank u..
-
i would like to create dll on mfc (for example) for pocket pc. it's need to use functions from lib and h files when i'll be progamming on c#.. when i created dll on EVC mfc-dll same VC MFC dll creating i have no results.. mb it's a wrong way? can anybody help? mb get something experience for creating pocket dll's? or smth other... thank u..
I'm not sure what u r saying. But, what I understood is, u want to create a dll using EVC(may be regular/extension dlls), and u want to include this into ur application. This can be done, In normal way, as u r doing in VC++( desktop application), except u have to select the target processor in which the PDA is running. The dll(server) will be registered onto the PDA when u rebuild the dll. Then u can start usiing ur dll. remember this is alomst simillar to the desktop application. So, u need to mention the path of .lib, etc.. as u r doing in desktop. I haven't tried using the C# yet. If this not helps, let me know what exactly u need. thanks, Zxczc