User forums > Using Code::Blocks
Environment variable not working
(1/1)
lakersfan74:
Hi,
I created an environment variable, then I set it in my project properties in search directories for the compiler. But the compiler is not finding the file in that path..
The variable I set is: ($WxWidgetsHome)\lib\vc_lib\mswd
Please let me know whether I m doing anything wrong..
Thanks,
Bharani
alb_cb_moon:
the correct syntax is $(#WxWidgetsHome)\lib\vc_lib\mswd
Jenna:
--- Quote from: lakersfan74 on January 12, 2009, 02:13:10 pm ---Hi,
I created an environment variable, then I set it in my project properties in search directories for the compiler. But the compiler is not finding the file in that path..
The variable I set is: ($WxWidgetsHome)\lib\vc_lib\mswd
Please let me know whether I m doing anything wrong..
Thanks,
Bharani
--- End quote ---
Try it with uppercase letters only:
--- Code: ---$(WXWIDGETSHOME)\lib\vc_lib\mswd
--- End code ---
Navigation
[0] Message Index
Go to full version