PDA

View Full Version : Project File



Atomic_Sheep
9th March 2012, 11:25
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.

roxton
9th March 2012, 21:27
Use a directory without spaces in the name :)

ChrisW67
10th March 2012, 01:30
Show us the project file.