Hi, I added two dlls to my project file and assigned a path to them. However I get a compiler error as a result of having spaces in between words in the directory path e.g.
c:/program files...
For some reason the compiler sees this as two paths:
c:/program -{error is c:/program: no such file or directory}
and
files -{error is files: no such file or directory}
I tried placing them in parentheses " ", but I'm not sure whether this is allowed, it seems to compile until I get my next error - not sure if they are connected so would like to double check this part first.
Bookmarks