can't compile any new indicator / robot
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
Replies
Hugoman
06 Feb 2013, 00:20
RE:
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
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