Re: Multi-file project problem with Visual D

2014-06-01 Thread Mike via Digitalmars-d-learn
On Monday, 2 June 2014 at 01:01:22 UTC, Mike wrote: I've created a small Windows based program using a win32 library I found online. That part is working just fine. I've also created a second file (called util.d) and within it defined a class called MyData (with a member function called Rea

Multi-file project problem with Visual D

2014-06-01 Thread Mike via Digitalmars-d-learn
I've created a small Windows based program using a win32 library I found online. That part is working just fine. I've also created a second file (called util.d) and within it defined a class called MyData (with a member function called Read()). Within my main program I instantiate and try