NOGDUS $170.00 has been donated to NOGDUS!
September 09, 2010, 02:25:35 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
   Home   Help Search Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: New Project - help.  (Read 440 times)
0 Members and 1 Guest are viewing this topic.
bedndarc
Member
*

Rating: 0
Offline Offline

Posts: 20



« on: April 13, 2010, 04:29:15 AM »

Hi. Please spiking how make new project?
*not copy your project and edit listing, a new project solution + add pixie.dll?
Logged
Richard Marks
202192397
Administrator
Member
*

Rating: 69
Offline Offline

Posts: 889


happy


« Reply #1 on: April 13, 2010, 10:05:08 AM »

There is currently no easy way to create a new project aside from copying his project files and editing them.
Logged

You want to know more about me?
Freelance Game Developer
Katy, TX
Mattias Gustavsson
Moderator
Member
*

Rating: 56
Offline Offline

Posts: 43


« Reply #2 on: April 13, 2010, 03:00:08 PM »

Sure there is :-)

If you have downloaded Pixie and built any of the tutorial projects, you can follow these steps to create a new Pixie project.

First, create a new project, like so:


Make it a Win32 project, name it and save it somewhere nice:


Choose Windows application and tick the Empty project box


Now you should have this, your new empty project:


Right-click on Source files and choose Add and Add new item


Make it a CPP file and call it Main.cpp (or whatever you like)


Write some code in your new file - I just copied the code from the first tutorial (Hello World), just so I'd get a WinMain function in there:


Next, we'll need to point our new project to the Pixie engine - Select Projects -> Properties


Locate the C/C++ - General category:


And where it says Additional Include Directories, type the full path to Pixie's "Common" folder (depends on where you've saved Pixie)


Next, locate the Linker - Input category:


And where it says Additional Dependencies, type PixieLib.lib


Finally, go to the Linker - General category

 
And where it says Additional Library Directories, type the full path to where the PixieLib.lib file can be found - this depends on where you've saved Pixie, and what configuration (Debug/Release) you're currently setting up.


After this, it should build and run fine - any problems, just ask.
Logged
bedndarc
Member
*

Rating: 0
Offline Offline

Posts: 20



« Reply #3 on: April 14, 2010, 04:21:05 AM »

Big Thanks!
today I will try. By result I will write.
------------------------------------------
Add:
Result - good! Smiley
Logged
Mattias Gustavsson
Moderator
Member
*

Rating: 56
Offline Offline

Posts: 43


« Reply #4 on: April 16, 2010, 07:20:11 AM »

That's great Smiley

And if you have any other questions on Pixie, don't hesitate to ask Smiley
Logged
bedndarc
Member
*

Rating: 0
Offline Offline

Posts: 20



« Reply #5 on: April 16, 2010, 01:54:23 PM »

ok!
And questions will be...
Logged
Tags:
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC
.: Custom SMF Theme by Richard Marks :.
Valid XHTML 1.0! Valid CSS!