can't compile any new indicator / robot

Created at 05 Feb 2013, 02:56
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
HU

Hugoman

Joined 26.01.2013

can't compile any new indicator / robot
05 Feb 2013, 02:56


Hello all,

 

I have  a problem which occurs right at the beginning of compiling an indicator or a robot. I get always the error message:

Error: Invalid search path 'c:\program files(x86)\Microsoft Visual Studio\VC98\lib specified in 'LIB environment variable' -- The system can not find the specified path.'

 

I hadn't that problem before. I was able to compile my source code. I did some deinstallation of other programs and I am wondering whether cAlgo is missing some standard Microsoft libraries now. I also did a reinstallation but that doesn't help.

Do you have any idea to help me out of this mess. Thank you very much in advance.

Kind regards, Hugoman

 


@Hugoman
Replies

admin
05 Feb 2013, 12:34

Hello,

You need to remove the LIB environment variable.

1. Go to Start -> Control Panel -> System

2. Choose Advanced System Settings

3. Click Environment Variables

4. Delete the LIB variable

5. Restart your PC.


@admin

Hugoman
06 Feb 2013, 00:20

RE:
admin said:

Hello,

You need to remove the LIB environment variable.

1. Go to Start -> Control Panel -> System

2. Choose Advanced System Settings

3. Click Environment Variables

4. Delete the LIB variable

5. Restart your PC.

Hello Admin,


thanks a lot, this solves the problem

 

Regards, Hugoman


@Hugoman