NON US Characters in vbscript code gives an error when registering a .wsc file 
Author Message
 NON US Characters in vbscript code gives an error when registering a .wsc file

the error is:
DllInstall in c:\windows\System32\scrobj.dll failed
Return Code was: 0x800400a3

Any ideas?

Chris Georgakopoulos
IZOR.com Web Services



Wed, 11 Dec 2002 03:00:00 GMT  
 NON US Characters in vbscript code gives an error when registering a .wsc file
I don't think it will like non-Ascii/Ansi character codes, i once tried
using unicode files for my VBScripts, it didnt like them either...

--
Dominic



Wed, 11 Dec 2002 03:00:00 GMT  
 NON US Characters in vbscript code gives an error when registering a .wsc file
!!!
but I develop web sites in greek language !
what can I do ?


Quote:
> I don't think it will like non-Ascii/Ansi character codes, i once tried
> using unicode files for my VBScripts, it didnt like them either...

> --
> Dominic



Wed, 11 Dec 2002 03:00:00 GMT  
 NON US Characters in vbscript code gives an error when registering a .wsc file
Dont worry my answer isnt definitive, you'll probably need confirmation on
that because they're could be a certain way of doing it correctly that I've
never seen.

--
Dominic



Wed, 11 Dec 2002 03:00:00 GMT  
 NON US Characters in vbscript code gives an error when registering a .wsc file
Do you use WSF files or simple .VBS files? I use VBScript since
years in German language without any problems. If you use WSF files,
you should add the encoding attribute to the:

<?xml version="1.0" encoding="ISO-8859-1"?>

instruction (the value defines here west european characters).

G. Born

Check out the WSH Bazaar at: www.borncity.com



Quote:
> the error is:
> DllInstall in c:\windows\System32\scrobj.dll failed
> Return Code was: 0x800400a3

> Any ideas?

> Chris Georgakopoulos
> IZOR.com Web Services



Thu, 12 Dec 2002 03:00:00 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. Registering WSC files programmatically

2. Registering wsc files

3. JScript code gives an error !

4. Non-US date formats - coping with

5. Creating a Self-Registering Typelib for a WSC

6. need to embed non-ps executable code into *.ps file

7. VBscript getobject in HTML page gives errors

8. VBScript with ASP using Len() function gives Type Mismatch error

9. Creating text file...works, but gives an error ??

10. Example PS files give errors using GS4.0

11. US postal service bar code font

12. Error trying to open a non-existance file...

 

 
Powered by phpBB® Forum Software