2005-01-13, 06:13 AM
Okay, can somebody tell me why I'm getting a null reference when trying to get the GBPVR Install Directory:
gbpvrPath = PluginHelperFactory.getPluginHelper().GetInstallDirectory();
Always returns a Null when I'm running in my development system (i.e. debuging code).
Sub do you store this information in the registry anywhere? If so where? I'd rather use the FactoryMethod if I can get it working.
gbpvrPath = PluginHelperFactory.getPluginHelper().GetInstallDirectory();
Always returns a Null when I'm running in my development system (i.e. debuging code).
Sub do you store this information in the registry anywhere? If so where? I'd rather use the FactoryMethod if I can get it working.