WINDOWS MOBILE 6 PROFESSIONAL EMULATOR??? [modified]
-
I AM WORKING ON SMART DEVICE PROJECT I HAVE A CODE OF "Creating Custom DirectShow SampleGrabber Filter for Windows Mobile" FROM THIS WEBSITE. WHEN I BUILD THE SOLUTION IT WILL BUILD SUCCESSFULLY BUT AFTER DEPLOYING IT ERROR OCCURS WHICH IS "Can't find an Entry Point 'Init' in a PInvoke DLL 'CameraCaptureDLL.dll'." AT ONE BLOG I READ THAT IT CAN BE SOLVED BY "DUMPBIN" CAN ANY 1 TELL ME THAT WHAT IS THAT & HOW TO USE THAT PLZ HELP.............
modified on Thursday, January 22, 2009 10:41 PM
-
I AM WORKING ON SMART DEVICE PROJECT I HAVE A CODE OF "Creating Custom DirectShow SampleGrabber Filter for Windows Mobile" FROM THIS WEBSITE. WHEN I BUILD THE SOLUTION IT WILL BUILD SUCCESSFULLY BUT AFTER DEPLOYING IT ERROR OCCURS WHICH IS "Can't find an Entry Point 'Init' in a PInvoke DLL 'CameraCaptureDLL.dll'." AT ONE BLOG I READ THAT IT CAN BE SOLVED BY "DUMPBIN" CAN ANY 1 TELL ME THAT WHAT IS THAT & HOW TO USE THAT PLZ HELP.............
modified on Thursday, January 22, 2009 10:41 PM
I don't know why you are getting that error, but others may be able to help you better if they know that CameraCapturedll.dll came from Marcus Perryman[^] of Microsoft. That being said you may want to post this question on the page from which you originally downloaded the code since it appears that he does respond to questions on the code.
Joel Ivory Johnson
Meet my dev team: RDA Architecture Evangelist Team Blog
My site: J2i.net
Twitter: J2iNet
-
I AM WORKING ON SMART DEVICE PROJECT I HAVE A CODE OF "Creating Custom DirectShow SampleGrabber Filter for Windows Mobile" FROM THIS WEBSITE. WHEN I BUILD THE SOLUTION IT WILL BUILD SUCCESSFULLY BUT AFTER DEPLOYING IT ERROR OCCURS WHICH IS "Can't find an Entry Point 'Init' in a PInvoke DLL 'CameraCaptureDLL.dll'." AT ONE BLOG I READ THAT IT CAN BE SOLVED BY "DUMPBIN" CAN ANY 1 TELL ME THAT WHAT IS THAT & HOW TO USE THAT PLZ HELP.............
modified on Thursday, January 22, 2009 10:41 PM
Dumpbin is a utility to help you find out what is on the inside of dlls and libs and exes. You could also try using it on other stuff, just to see what happens (its fun!). dumpbin reference[^] Anyway, I suspect that it has something to do with the way that you are importing the dll into your project or some problem in your build environment. You can use dumpbin to confirm that init exists in your dll (just for sanity's sake).
ɹǝʌo ɹoʇıuoɯ ɹnoʎ dılɟ sıɥʇ pɐǝɹ ʇ,uɐɔ noʎ ɟı
-
I AM WORKING ON SMART DEVICE PROJECT I HAVE A CODE OF "Creating Custom DirectShow SampleGrabber Filter for Windows Mobile" FROM THIS WEBSITE. WHEN I BUILD THE SOLUTION IT WILL BUILD SUCCESSFULLY BUT AFTER DEPLOYING IT ERROR OCCURS WHICH IS "Can't find an Entry Point 'Init' in a PInvoke DLL 'CameraCaptureDLL.dll'." AT ONE BLOG I READ THAT IT CAN BE SOLVED BY "DUMPBIN" CAN ANY 1 TELL ME THAT WHAT IS THAT & HOW TO USE THAT PLZ HELP.............
modified on Thursday, January 22, 2009 10:41 PM
Seems like direct copies into runtime directories are the best bet.
ZAK