problem on visual c++ express

Problems compiling? Don't understand the source code? Don't know how to code your feature? Post here.

Moderator: Moderators

Locked
carlo10
Posts: 3
Joined: 2006-10-09 02:49

problem on visual c++ express

Post by carlo10 » 2006-10-09 02:53

Hi all!
I have a problem when I compile on visual studio express:

LINK : fatal error LNK1104: impossibile aprire il file 'user32.lib'

thanks for the answer...

Guitarm
Forum Moderator
Posts: 385
Joined: 2004-01-18 15:38

Post by Guitarm » 2006-10-09 04:06

You can't compile DC++ with express versions. They don't include ATL which is necessary.
"Nothing really happens fast. Everything happens at such a rate that by the time it happens, it all seems normal."

carlo10
Posts: 3
Joined: 2006-10-09 02:49

Post by carlo10 » 2006-10-09 04:42

Guitarm wrote:You can't compile DC++ with express versions. They don't include ATL which is necessary.
are there any free program wich can do this?

Guitarm
Forum Moderator
Posts: 385
Joined: 2004-01-18 15:38

Post by Guitarm » 2006-10-09 04:49

Read this link and you'll see what I mean.
"Nothing really happens fast. Everything happens at such a rate that by the time it happens, it all seems normal."

Guitarm
Forum Moderator
Posts: 385
Joined: 2004-01-18 15:38

Post by Guitarm » 2006-10-10 17:17

"Nothing really happens fast. Everything happens at such a rate that by the time it happens, it all seems normal."

carlo10
Posts: 3
Joined: 2006-10-09 02:49

Post by carlo10 » 2006-10-11 01:24

thanks!!

GargoyleMT
DC++ Contributor
Posts: 3212
Joined: 2003-01-07 21:46
Location: .pa.us

Post by GargoyleMT » 2006-10-14 13:14

Guitarm wrote:I found this though...http://wtl.wikispaces.com/Setup#Compilers
I didn't think that worked - that the Platform SDK included only the 64 bit version of ATL.

In any case, I think some of the solutions I've seen included copying files which you can't legally distribute (i.e. the include files from normal boxes of Visual Studio). You need to make sure you don't do such things.

Locked