News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Environment variable not working

Started by lakersfan74, January 12, 2009, 02:13:10 PM

Previous topic - Next topic

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
OS: Windows XP SP2
GUI Library: wxWidgets 2.8.10
IDE: CodeBlocks SVN / Nigth Builds Compiler: MinGW & gcc 3.4.5

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


Try it with uppercase letters only: $(WXWIDGETSHOME)\lib\vc_lib\mswd