 |
| Site Admin |
 |
Joined: Thu Mar 01, 2001 11:00 am Posts: 903 Location: Temecula, CA
|
|
The ide_basic folder is empty on purpose. Its there in case we need to add special project files in the future but right now basic projects don't need them.
The error you are getting is do to an incorrect path. However the path is generated from the GetSystemPath API call which returns the AppData folder. We then create a new directory, HBasic, in the appdata folder. I suspect the problem is you don't have permissions to do that. When installing Studio you must have Admin privledges. After that you can run it with only user privledges.
|
|