Jump to content
The Uniform Server Community

No spaces allowed in folder name : is this that easy ?


Recommended Posts

Posted

Hello,

 

The solution for these sounded easy to me to avoid spaces : to use short-file-names instead of the rwa file-names. But I guess you thought about it too and that there is some more reasons to keep it like that.

 

We found the error message in new_start.c, so we managed to replace the GetCurrentDirectory line by

 

GetCurrentDirectory(MAX_PATH,spaceWorkingDir);   // current required to build paths
GetShortPathName(spaceWorkingDir, curWorkingDir, MAX_PATH);

 

Of course, we can check if there are space not to make it if not needed.

 

Though, I compiled new_start but didn't know what to do with it : there is no new_start.exe nowhere in the uniform server structure and the file size doesn't fit anything (I guess I built in debug mode or sth ?)

 

If really the error message appears in another place, how can I find it ?

 

 

Szia

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...