Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Visual C++ Express 2010
draxd Offline
Junior Member

Posts: 4
Threads: 2
Joined: May 2010
Reputation: 0
#1
Visual C++ Express 2010

I`m trying to compile wrapper with VC++ 2010 express but I get this linker error:
1> Generating Code...
1>LINK : fatal error LNK1561: entry point must be defined

anyone got idea , I`m using visual studio solution from git
Update :
Release version works fine
(05-15-2010, 10:14 PM)draxd Wrote: I`m trying to compile wrapper with VC++ 2010 express but I get this linker error:
1> Generating Code...
1>LINK : fatal error LNK1561: entry point must be defined

anyone got idea , I`m using visual studio solution from git
(This post was last modified: 05-15-2010, 10:24 PM by draxd.)
05-15-2010, 10:14 PM
Find
devqq Offline
Junior Member

Posts: 4
Threads: 1
Joined: May 2010
Reputation: 0
#2
RE: Visual C++ Express 2010

make sure your compiling as a lib and not an exe
05-16-2010, 01:45 AM
Find
Marduk Offline
Junior Member

Posts: 4
Threads: 1
Joined: May 2010
Reputation: 0
#3
RE: Visual C++ Express 2010

(05-16-2010, 01:45 AM)devqq Wrote: make sure your compiling as a lib and not an exe

Where can i change the settings for compiling a lib?
05-18-2010, 12:18 PM
Find
bremarv Offline
Junior Member

Posts: 5
Threads: 0
Joined: May 2010
Reputation: 0
#4
RE: Visual C++ Express 2010

(05-18-2010, 12:18 PM)Marduk Wrote:
(05-16-2010, 01:45 AM)devqq Wrote: make sure your compiling as a lib and not an exe

Where can i change the settings for compiling a lib?

Think it is right click on the solution and properties or options or something like that
05-19-2010, 12:28 PM
Find
MulleDK19 Offline
Senior Member

Posts: 545
Threads: 21
Joined: Jun 2009
Reputation: 10
#5
RE: Visual C++ Express 2010

(05-18-2010, 12:18 PM)Marduk Wrote:
(05-16-2010, 01:45 AM)devqq Wrote: make sure your compiling as a lib and not an exe

Where can i change the settings for compiling a lib?

"Project" menu -> ProjectName Settings > Configuration Properties > General > Configuration Type

[Image: 16455.png]
05-24-2010, 12:39 AM
Find




Users browsing this thread: 1 Guest(s)