Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Runtime Files needed for MS Graph
Message
De
28/06/2001 04:30:38
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
28/06/2001 00:42:55
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00523416
Message ID:
00524542
Vues:
49
>Hi,
> Again, IF i try to register the graph8.exe from the other drive which installed VFP or Office, it work!!
>
>
>Install from current drive (clean harddisk withiout OFFICE or VFP)
>C:\WINDOWS\SYSTEM\GRAPH8.EXE /REGSERVER
>
>FAIL!!
>
>Install from other drive (Office and VFP Installed)
>D:\WINDOWS\SYSTEM\GRAPH8.EXE /REGSERVER
>
>SUCCESS!!!
>
>
>any ideas?
>
>Thank you

John,
Make sure also other DLL like GRINTL32.dll is there (you can use depends from VS tools).
If it's saying INVALID CLASS STRING then class is not known. ie: On my system I get it if I say 'MSGraph.chart.9' but not 'MSGraph.Chart.8' or just 'MSGraph'

You can test it from VFP also :
lparameters tcClass
#DEFINE HKEY_CLASSES_ROOT    -2147483648
#DEFINE ERROR_SUCCESS		0	&& OK

DECLARE Integer RegOpenKey IN Win32API ;
	Integer nHKey, String @cSubKey, Integer @nResult

DECLARE Integer RegCloseKey IN Win32API ;
	Integer nHKey

local lnKey
lnKey = 0
llRetVal = ( RegOpenKey(HKEY_CLASSES_ROOT, tcClass, @lnKey) = ERROR_SUCCESS )
if llRetVal
  RegCloseKey(lnKey)
endif
CLEAR DLLS
return llRetVal
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform