- Messages
- 21
- Country

I am running into difficulty making rewards.
I have followed the SDK precisely & still no soap.
I am still new to XML & figuring out its wily ways but I am at a loss to figure out what is wrong with it.
When I attempt to compile the reward I get the following error.
------------------------
INTERNAL COMPILER ERROR: #C2431: Unrecoverable error loading schema!
INTERNAL COMPILER ERROR: #C1010: Failed to load XSD (bglcomp.xsd)!
INTERNAL COMPILER ERROR: #C2003: Failed to process file:test.xml
------------------------
Here is my code
<?xml version="1.0" encoding="ISO-8859-1" ?>
- <FSData version="9.0">
- <Reward rewardId="{1C62177E-49A6-453a-B27C-BD9D99707364}" name="Test" description="Will this damned thing please work." type="TROPHY" bitmap = "test_small.bmp" rewardDetailBitmap="test_large.bmp">
</Reward>
</FSData>
Any ideas would be most appreciated! I cant spare the hair that this is causing me to tear out!!
I have followed the SDK precisely & still no soap.
I am still new to XML & figuring out its wily ways but I am at a loss to figure out what is wrong with it.
When I attempt to compile the reward I get the following error.
------------------------
INTERNAL COMPILER ERROR: #C2431: Unrecoverable error loading schema!
INTERNAL COMPILER ERROR: #C1010: Failed to load XSD (bglcomp.xsd)!
INTERNAL COMPILER ERROR: #C2003: Failed to process file:test.xml
------------------------
Here is my code
<?xml version="1.0" encoding="ISO-8859-1" ?>
- <FSData version="9.0">
- <Reward rewardId="{1C62177E-49A6-453a-B27C-BD9D99707364}" name="Test" description="Will this damned thing please work." type="TROPHY" bitmap = "test_small.bmp" rewardDetailBitmap="test_large.bmp">
</Reward>
</FSData>
Any ideas would be most appreciated! I cant spare the hair that this is causing me to tear out!!


