PRO error that I do not understand

Beta Testing discussion on mikroBasic PRO for PIC.
Post Reply
Author
Message
kotg
Posts: 148
Joined: 13 Jan 2007 19:30
Location: Sunny So. Cal.
Contact:

PRO error that I do not understand

#1 Post by kotg » 11 Apr 2009 01:46

In migrating to PRO, fixed all errors in MEv7.2 project except for these two:


0 357 main function is not defined main function is not defined

0 452 Unsuccessful linking 'TEST.mbppi' Unsuccessful linking 'TEST.mbppi'


I do not understand these. TEST.mbppi is the name I gave this project.

Could someone please give me a bit of insight?

EDIT: Ah-ha....using demo version and file > 2K. Could this be it?

Thanks.
[b]"So many wasted hours...such a simple solution"[/b]
Check out my website to see what this Geek is up to.... www.TheGeekKing.com.

User avatar
zristic
mikroElektronika team
Posts: 6608
Joined: 03 Aug 2004 12:59
Contact:

Re: PRO error that I do not understand

#2 Post by zristic » 11 Apr 2009 08:31

You have to add at least one file to the Project Manager. The source file which contains the declaration of the main procedure is essential to be a part of the Project Manager.

The error is not connected to demo limit.

gem1144aaa
Posts: 7
Joined: 12 Aug 2006 12:04

Re: PRO error that I do not understand

#3 Post by gem1144aaa » 03 May 2009 16:22

zristic wrote:You have to add at least one file to the Project Manager. The source file which contains the declaration of the main procedure is essential to be a part of the Project Manager.

The error is not connected to demo limit.
why do i have to define a source since mb already knows it and opened on the main window and compiled ok?

Post Reply

Return to “mikroBasic PRO for PIC Beta Testing”