Facebook Twitter YouTube Frictional Games | Forum | Newsletter | Dev Blog | Dev Wiki | Support | Shelf | Store

Privacy Policy


Post Reply 
Visual C++ Express 2010
Author Message
draxd Offline
Junior Member

Posts: 4
Joined: May 2010
Reputation: 0
Post: #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 all posts by this user Quote this message in a reply
devqq Offline
Junior Member

Posts: 4
Joined: May 2010
Reputation: 0
Post: #2
RE: Visual C++ Express 2010
make sure your compiling as a lib and not an exe
05-16-2010 01:45 AM
Find all posts by this user Quote this message in a reply
Marduk Offline
Junior Member

Posts: 4
Joined: May 2010
Reputation: 0
Post: #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 all posts by this user Quote this message in a reply
bremarv Offline
Junior Member

Posts: 5
Joined: May 2010
Reputation: 0
Post: #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 all posts by this user Quote this message in a reply
MulleDK19 Offline
Senior Member

Posts: 511
Joined: Jun 2009
Reputation: 8
Post: #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 all posts by this user Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)