When I try to rebuild Google source code example, I have an error message :
CODE:
Please log in to see this code.
I have addded Wealthlab.dll as an external reference so I not understand why I have this error.
I haven't modify yet the code. I just load it and try to create the dll.
Can you tell me what is the problem ?
Thanks for your help
Size:
Color:
You forgot to add a reference to WealthLab.DataProviders.MarketManager.dll.
Size:
Color:
Thank you.
PS : In the Wiki website, there is no reference about it ;-)
Size:
Color:
There is a reference in the Market Manager guideline:
Programming | Supporting Market Manager in Custom Data ProvidersI can be wrong but but the problem, most likely, occurred because your Wealth-Lab is 32-bit whereas your Windows is 64-bit. In this case, WLD is installed under "Program Files (x86)" rather than the default "Program Files" and this breaks the project's references. Otherwise (64-bit WL/Windows or 32-bit WL/Windows combo) you shouldn't have noticed.
Size:
Color:
You are right :-)
Size:
Color: