IonicWind Software

IWBasic => General Questions => Topic started by: yujinwunz on November 07, 2009, 12:10:41 AM

Title: What is a inc file?
Post by: yujinwunz on November 07, 2009, 12:10:41 AM
noob questions.

what is a .inc file?
what does including source files do?

I've been trying to shift subs out of giant source files into separate small ones, but I am failing miserably. :'(

thanks?
Title: Re: What is a inc file?
Post by: Copex on November 07, 2009, 04:57:28 AM
Quote from: yujinwunz on November 07, 2009, 12:10:41 AM
noob questions.

what is a .inc file?
what does including source files do?

I've been trying to shift subs out of giant source files into separate small ones, but I am failing miserably. :'(

thanks?

read the userguide search for include, though you would probably be better setting up a project that using includes and spliting the code that way......

Title: Re: What is a inc file?
Post by: pistol350 on November 07, 2009, 06:40:15 AM
As Copex said, you'll find enough info about include files in the UserGuide.
Anyway, in case your purpose is to create a project using several source files, you may find these links useful :

http://www.ionicwind.com/forums/index.php/topic,2904.0.html

http://www.ionicwind.com/forums/index.php/topic,2145.0.html