Hello
Have built a test "win32 console application" that uses a dll to interface with a piece of hardware I have. This compiles fine. I've been trying to build the same project but this time as a windows form project so I can have a proper interface for my program. However, I keep getting the error
LNK1256: ALINK operation failed (80070005): Access Denied...
Have searched for this, but I can't seem to make head nor tale of it, anyone know what to do. In both cases I'm using VC++ .NET 2007 edition. This has got me stumped...
Thank you very much in advance for any help... :).