Visual C++ Express 2010 - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Open Source Collaboration (https://www.frictionalgames.com/forum/forum-27.html) +--- Forum: OALWrapper (https://www.frictionalgames.com/forum/forum-30.html) +--- Thread: Visual C++ Express 2010 (/thread-3370.html) |
Visual C++ Express 2010 - draxd - 05-15-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: RE: Visual C++ Express 2010 - devqq - 05-16-2010 make sure your compiling as a lib and not an exe RE: Visual C++ Express 2010 - Marduk - 05-18-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? RE: Visual C++ Express 2010 - bremarv - 05-19-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 Think it is right click on the solution and properties or options or something like that RE: Visual C++ Express 2010 - MulleDK19 - 05-24-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 "Project" menu -> ProjectName Settings > Configuration Properties > General > Configuration Type |