Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error:DllRegisterServer entry point was not found

Status
Not open for further replies.

BlueByte

Programmer
Jul 18, 2003
28
0
0
IN
hi!
am using inno setup.
it is able to register all the dlls & ocxs
except crpaig32.dll

if i ignore this,when i start the application,i get an
error like "Active X component can't create object"

i tried removing crpaig32.dll from system32 & registering a
new copy.it gives following error:

"crpaig32.dll was loaded,but DllRegisterServer entry point wasnt found.DllRegisterServer maynot be exported,or a corrupt version of crpaig32.dll may be in memory.Consider using PView to detect & remove it."

what should i do?
what is PView?? is it same as DependencyWalker?

thnx,
blubyte
 
Hey,

Check and see if crpaig32.dll has any dependencies. There is a tool in visual studio to help with this. Maybe your setup program did not detect all the dependencies automatically. Trying to manually register the dll using regsvr32.exe may also shed some light (Start || Run ||regsvr32 crpaig32.dll).

good luck
KCI
 
hi kci!
tried all that...used a dependency walker for
checking out dll dependencies.also used
RegMon to look at registry entries at real time..to
check if OpenKey succeeded or failed.registered msado350.dll
all over again.no luck :(

but the setup ran wunderfully on another machine.
now,the application is working just fine.

 
wot permissions?
cud u pls explain...
am keen to find out wot was wrong
in the first machine?
 
hi guys!!
am using inno setup 4...
registering dlls n ocxs is workin like a dream.

* but,i need to put my mdb file & crystal report
files to the app path manually.
* create a folder in the app path

was wundering if i can automate this usin the same
inno setup script..cud anyone pls send the syntax for the
same??

thnx evbody,
blubyte
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top