__divide_32x32: label not found in Beta4

Discuss about beta versions of mikroPascal compiler.
Post Reply
Author
Message
yo2lio
Posts: 1878
Joined: 19 Sep 2006 12:57
Location: Romania, Arad City
Contact:

__divide_32x32: label not found in Beta4

#1 Post by yo2lio » 21 Sep 2007 16:05

Hi,
In following code :

Code: Select all

program test;

var d1,d2,d3 : dWord;

begin
  d3 := d2 div d1;
end.
I got this error : 0:0 E-0 Linker error: __divide_32x32: label not found

If variables are declared LongInt, everything it's OK.
Best regards, Florin Andrei Medrea.

http://www.microelemente.ro/
http://www.microelemente.ro/produse-si-servicii/
http://www.microelemente.ro/custom-software/

mail : florin@microelemente.ro

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

Re: __divide_32x32: label not found in Beta4

#2 Post by zristic » 24 Sep 2007 08:50

Fixed. Thanks.

Post Reply

Return to “mikroPascal Beta testing”