n4gix
Resource contributor
- Messages
- 11,674
- Country

I really must have taken the whole bottle of stupid pills today... 
I was trying to read the "SetupPath" key out of the Registry to locate the drive/path for FSX, using this Registry path:
almost five wasted hours later, I found the problem:
What a surprise, using the correct Registry Path works S O O O O O much better!
Fr. Stupid

I was trying to read the "SetupPath" key out of the Registry to locate the drive/path for FSX, using this Registry path:
Code:
#define AVIATION_REGISTRY_PATH "SOFTWARE\\microsoft games\\flight simulator\\10.0"
almost five wasted hours later, I found the problem:

Code:
#define AVIATION_REGISTRY_PATH "SOFTWARE\\Microsoft\\microsoft games\\flight simulator\\10.0"
What a surprise, using the correct Registry Path works S O O O O O much better!

Fr. Stupid

have sometimes the same Problems like the Student. 


