Click here to Skip to main content
15,905,323 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
While registering the dll from command prompt on 64bit windows 7, On few machine getting the error that DllRegisterServer entry point was not found"
Posted

1 solution

You try to compile that dll with "Platform target' is "x86".
 
Share this answer
 
Comments
ravijain03 21-Sep-12 4:48am    
only win32 & x64 option appeared how can i add x86 is any way?
Andrewpeter 21-Sep-12 4:54am    
Did you code that dll yourself? Or someone coded it?
ravijain03 21-Sep-12 5:03am    
code is done by me. I have set target platform as any CPU. But main issue is i have 4 computers which have 64 bit windows 7. in which on 2 of computer that shell extension dll register successfully but on other 2 machine that dll is not registered. All machine have same configuration and i am registering the same dll on all machine.I have prepare that dll in VC++ (MFC Library). in target platform i have only two option that WIN32 and x64.
ravijain03 21-Sep-12 5:10am    
you have any solution on above issue?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900