October 21, 2008 at 8:38 am
How to register a DLL in Windows CE 5.0 ....
I understand that you must use the application regsvrce ...
Q1: Where do I find this file as in the handheld device does not have it?
Q2: What is the real name of the file?
October 21, 2008 at 11:34 pm
xavendano (10/21/2008)
How to register a DLL in Windows CE 5.0 ....I understand that you must use the application regsvrce ...
Q1: Where do I find this file as in the handheld device does not have it?
Q2: What is the real name of the file?
There are 3 general approaches to registering dlls on CE:
1 - Use regsvrce.exe - but you'd have to pull that tool from an Embedded C++ installation - that's the only place it ships.
2 - Use a cab file (you need to place a CESelfRegister line in the inf file).
3 - Write an additional setup dll that calls DllRegisterServer on your dll.
kshitij kumar
kshitij@krayknot.com
www.krayknot.com
June 8, 2009 at 11:20 pm
1 - Use regsvrce.exe - but you'd have to pull that tool from an Embedded C++ installation - that's the only place it ships.
2 - Use a cab file (you need to place a CESelfRegister line in the inf file).
3 - Write an additional setup dll that calls DllRegisterServer on your dll.
??
hi
can explain this points more please
i have dll and can't register in windows ce
please help meeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
thankssss
July 1, 2009 at 10:41 am
1 - Use regsvrce.exe - but you'd have to pull that tool from an Embedded C++ installation - that's the only place it ships.
2 - Use a cab file (you need to place a CESelfRegister line in the inf file).
3 - Write an additional setup dll that calls DllRegisterServer on your dll.
Can anyone tell me how exactly anything mentioned above is done?
I have a ready made dll file. what should i do?
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply