www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.dwt - cannot read file <path>\org.eclipse.swt.win32.win32.x86\res.d

reply "Jack" <Jackoz530 gmail.com> writes:
Sorry bout this. I forgot how to solve this particular problem.

I am currently switching IDEs and am currently setting up DWT for
it.

And then I tried to set the J path by:

-J <path>\org.eclipse.swt.win32.win32.x86\res

Where <path> was my path to dwt...

Then it spewed out the error:
"cannot read file <path>\org.eclipse.swt.win32.win32.x86\res.d"

Erm, can anyone help me remind how to solve this particular
problem?
May 18 2014
parent reply "Jack" <Jackoz530 gmail.com> writes:
On Sunday, 18 May 2014 at 14:03:37 UTC, Jack wrote:
 Sorry bout this. I forgot how to solve this particular problem.

 I am currently switching IDEs and am currently setting up DWT 
 for
 it.

 And then I tried to set the J path by:

 -J <path>\org.eclipse.swt.win32.win32.x86\res

 Where <path> was my path to dwt...

 Then it spewed out the error:
 "cannot read file <path>\org.eclipse.swt.win32.win32.x86\res.d"

 Erm, can anyone help me remind how to solve this particular
 problem?
Nvm about this. The problem was the whitespace on the JPath.
May 18 2014
parent reply "Jack" <Jackoz530 gmail.com> writes:
On Monday, 19 May 2014 at 00:39:10 UTC, Jack wrote:
 On Sunday, 18 May 2014 at 14:03:37 UTC, Jack wrote:
 Sorry bout this. I forgot how to solve this particular problem.

 I am currently switching IDEs and am currently setting up DWT 
 for
 it.

 And then I tried to set the J path by:

 -J <path>\org.eclipse.swt.win32.win32.x86\res

 Where <path> was my path to dwt...

 Then it spewed out the error:
 "cannot read file <path>\org.eclipse.swt.win32.win32.x86\res.d"

 Erm, can anyone help me remind how to solve this particular
 problem?
Nvm about this. The problem was the whitespace on the JPath.
And yet another prob... It spewed out a "symbol undefined " error in the lines of this: Error 42: Symbol Undefined _D3std6format18__T10FormatSpecTaZ10FormatSpec6__ctorMFNaNbNcNfxAaZS3std6format18 I think I just linked all the libraries needed in the windows folder: http://pastebin.com/6da8jfJW So erm, little help please?
May 18 2014
parent "Jack" <Jackoz530 gmail.com> writes:
On Monday, 19 May 2014 at 01:01:48 UTC, Jack wrote:
 On Monday, 19 May 2014 at 00:39:10 UTC, Jack wrote:
 On Sunday, 18 May 2014 at 14:03:37 UTC, Jack wrote:
 Sorry bout this. I forgot how to solve this particular 
 problem.

 I am currently switching IDEs and am currently setting up DWT 
 for
 it.

 And then I tried to set the J path by:

 -J <path>\org.eclipse.swt.win32.win32.x86\res

 Where <path> was my path to dwt...

 Then it spewed out the error:
 "cannot read file 
 <path>\org.eclipse.swt.win32.win32.x86\res.d"

 Erm, can anyone help me remind how to solve this particular
 problem?
Nvm about this. The problem was the whitespace on the JPath.
And yet another prob... It spewed out a "symbol undefined " error in the lines of this: Error 42: Symbol Undefined _D3std6format18__T10FormatSpecTaZ10FormatSpec6__ctorMFNaNbNcNfxAaZS3std6format18 I think I just linked all the libraries needed in the windows folder: http://pastebin.com/6da8jfJW So erm, little help please?
and -m32 fixed it... nvm about this post in general ...
May 18 2014