Frictional Games Forum (read-only)

Full Version: Visual C++ Express 2010
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
make sure your compiling as a lib and not an exe
(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)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-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