Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Runtime Files needed for MS Graph
Message
From
28/06/2001 04:30:38
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
28/06/2001 00:42:55
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00523416
Message ID:
00524542
Views:
48
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform