RE: EuCOM Follow up
- Posted by Matthew Lewis <matthewwalkerlewis at YAHOO.COM> Feb 06, 2003
- 412 views
> From: cgibin at bellsouth.net [mailto:cgibin at bellsouth.net] > > void = open_dll( "tlbinf32.dll" ) > > if not void then > > void = moveFile( "_tlbinf32.dll", > "c:\\windows\\system\\tlbinf32.dll") > > void = open_dll( "tlbinf32.dll" ) > > void = define_c_proc( void, "DllRegisterServer", {} ) > > c_proc( void, {} ) > > end if > > > > Matt Lewis > > Matt, > > I made the changes however, the same issue arrises. Thinking about it, it probably never gets to there. Try running this: --start app include dll.e atom void void = open_dll( "tlbinf32.dll" ) void = define_c_proc( void, "DllRegisterServer", {} ) c_proc( void, {} ) --end app Then try running tbrowse. If not, you could use regsvr32 to manually register. What OS are you running? Maybe the settings aren't allowing any updates to the registry? Matt Lewis