Can Matlab compiled file which asks for bloomberg connection can be running withou data feed toolbox?
Mostrar comentarios más antiguos
Hello,
I have a compiled file which connects to bloomberg data server when it is running. I need the data feed toolbox to write the source code to create .exe file. But once the .exe file is created, can it be running without the data feed toolbox?
Thank you very much,
2 comentarios
Kaustubha Govind
el 24 de Feb. de 2011
The compiled application already incorporates functionality from the Datafeed Toolbox, however, you do need to have the Bloomberg API/license on the target machine.
Dong
el 25 de Feb. de 2011
Respuestas (1)
Kaustubha Govind
el 25 de Feb. de 2011
0 votos
2 comentarios
Dong
el 25 de Feb. de 2011
Kaustubha Govind
el 25 de Feb. de 2011
You should be able to see error messages - please run your executable from a command window and see if any errors are displayed there. If you are compiling as a Windows Standalone, add the -R -logfile option so that all errors are logged to a file.
Categorías
Más información sobre MATLAB Compiler en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!