Problem Mikroc pro and Visual GLCD

General discussion on Visual GLCD Software.
Post Reply
Author
Message
quoctuantu
Posts: 39
Joined: 06 May 2012 04:30

Problem Mikroc pro and Visual GLCD

#1 Post by quoctuantu » 19 Jun 2012 10:11

Hi every body, please help me this problems!
I am interesting with my visual glcd software, and i am making a small example in visual glcd with a box and a circle but when start compiler to mirkro c pro for pic and build from this software. I having an error, follow here :
0 1 mikroCPIC1618.exe -MSF -DBG -pP18F4520 -UICD -DL -O11111114 -fo32 -N"D:\example1_Code\mikroC PRO for PIC\example1.mcppi" -SP"D:\Program Files\Mikroelektronika\mikroC PRO for PIC\defs\" -SP"D:\Program Files\Mikroelektronika\mikroC PRO for PIC\uses\P18\" -SP"D:\example1_Code\mikroC PRO for PIC\" -IP"D:\example1_Code\mikroC PRO for PIC\" "example1_main.c" "example1_events_code.c" "example1_driver.c" "example1_resources.c" "__Lib_Math.mcl" "__Lib_MathDouble.mcl" "__Lib_System.mcl" "__Lib_Delays.mcl" "__Lib_CType.mcl" "__Lib_CString.mcl" "__Lib_CStdlib.mcl" "__Lib_CMath.mcl" "__Lib_MemManager.mcl" "__Lib_Conversions.mcl" "__Lib_Sprintf.mcl" "__Lib_PrintOut.mcl" "__Lib_Sprinti.mcl" "__Lib_Sprintl.mcl" "__Lib_Time.mcl" "__Lib_Trigonometry.mcl" "__Lib_Button.mcl" "__Lib_Keypad4x4.mcl" "__Lib_Manchester.mcl" "__Lib_OneWire.mcl" "__Lib_PS2.mcl" "__Lib_Sound.mcl" "__Lib_SoftI2C.mcl" "__Lib_SoftSPI.mcl" "__Lib_SoftUART.mcl" "__Lib_ADC_A_D.mcl" "__Lib_EEPROM_256.mcl" "__Lib_FLASH_w32_e64.mcl" "__Lib_I2C_c34.mcl" "__Lib_PWM_c21.mcl" "__Lib_SPI_c345.mcl" "__Lib_UART_c67.mcl" "__Lib_PortExpander.mcl" "__Lib_CANSPI.mcl" "__Lib_CF.mcl" "__Lib_CFFat16.mcl" "__Lib_GlcdFonts.mcl" "__Lib_Glcd.mcl" "__Lib_LcdConsts.mcl" "__Lib_Lcd.mcl" "__Lib_Mmc.mcl" "__Lib_MmcFat16.mcl" "__Lib_MmcFat16Constants.mcl" "__Lib_RS485.mcl" "__Lib_S1D13700.mcl" "__Lib_T6963C.mcl" "__Lib_SPIGlcd.mcl" "__Lib_SPILcd.mcl" "__Lib_SPILcd8.mcl" "__Lib_SPIT6963C.mcl" "__Lib_EthEnc28j60.mcl" "__Lib_TFT.mcl" "__Lib_TFT_16bit.mcl" "__Lib_TouchPanel_TFT.mcl" "__Lib_EthEnc24j600.mcl" "__Lib_TouchPanel.mcl"
0 121 Compilation Started P18F4520.c
1469 122 Compiled Successfully P18F4520.c
0 121 Compilation Started __Lib_Delays.c
172 122 Compiled Successfully __Lib_Delays.c
0 121 Compilation Started __Lib_MemManager.c
34 1508 Implicit conversion of int to ptr __Lib_MemManager.c
38 1508 Implicit conversion of int to ptr __Lib_MemManager.c
80 1508 Implicit conversion of int to ptr __Lib_MemManager.c
86 1508 Implicit conversion of int to ptr __Lib_MemManager.c
109 1508 Implicit conversion of int to ptr __Lib_MemManager.c
124 1508 Implicit conversion of int to ptr __Lib_MemManager.c
196 1508 Implicit conversion of int to ptr __Lib_MemManager.c
231 122 Compiled Successfully __Lib_MemManager.c
0 121 Compilation Started __Lib_GlcdFonts.c
1207 122 Compiled Successfully __Lib_GlcdFonts.c
0 125 All files Preprocessed in 125 ms
0 121 Compilation Started __spit6963c.h
30 122 Compiled Successfully example1_main.c
0 121 Compilation Started __spit6963c.h
67 122 Compiled Successfully example1_objects.h
0 121 Compilation Started __spit6963c.h
101 1508 Implicit conversion of int to ptr example1_driver.c
102 1508 Implicit conversion of int to ptr example1_driver.c
103 1508 Implicit conversion of int to ptr example1_driver.c
104 1508 Implicit conversion of int to ptr example1_driver.c
115 1508 Implicit conversion of int to ptr example1_driver.c
116 1508 Implicit conversion of int to ptr example1_driver.c
117 1508 Implicit conversion of int to ptr example1_driver.c
118 1508 Implicit conversion of int to ptr example1_driver.c
170 1158 Variable 'save_bled' has been declared, but not used example1_driver.c
170 1158 Variable 'save_bled_direction' has been declared, but not used example1_driver.c
214 122 Compiled Successfully example1_driver.c
0 121 Compilation Started example1_resources.c
0 122 Compiled Successfully example1_resources.c
0 102 Finished (with errors): 19 Jun 2012, 18:03:03 example1.mcppi
And this is my files:
Attachments
example1_Code.rar
(27.73 KiB) Downloaded 223 times

quoctuantu
Posts: 39
Joined: 06 May 2012 04:30

Re: Problem Mikroc pro and Visual GLCD

#2 Post by quoctuantu » 20 Jun 2012 05:17

everybody to help me this problem ?
i can not do next step that this one not already

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: Problem Mikroc pro and Visual GLCD

#3 Post by filip » 20 Jun 2012 08:23

Hi,

I have compiled your project without any errors in the latest version of the compiler, 5.6.1.
If you are not using this version, I suggest that you upgrade to the latest version.

Regards,
Filip.

quoctuantu
Posts: 39
Joined: 06 May 2012 04:30

Re: Problem Mikroc pro and Visual GLCD

#4 Post by quoctuantu » 21 Jun 2012 09:16

Thank Filip about your help so much
But i had checked again, it's not working now, my software are mikroc pro for pic 5.60 and visualglcd 2.50, I had compied many times, but its not change, i do not know why. My operation system is window7. And now, every thing had freezing, i don't know what i do. Could you give me an advice ?
Thanks Filip so much

quoctuantu
Posts: 39
Joined: 06 May 2012 04:30

Re: Problem Mikroc pro and Visual GLCD

#5 Post by quoctuantu » 21 Jun 2012 09:54

HI Filip
i am thinking about my wrong file " Mikrocpic1618.exe"
i don't know , is it wrong file ?

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: Problem Mikroc pro and Visual GLCD

#6 Post by filip » 22 Jun 2012 08:25

Hi,

Please, install the latest version of the compiler from the location below, try to compile your project and inform me of the results :
http://www.mikroe.com/eng/downloads/get ... 1_v561.zip

Regards,
Filip.

quoctuantu
Posts: 39
Joined: 06 May 2012 04:30

Re: Problem Mikroc pro and Visual GLCD

#7 Post by quoctuantu » 24 Jun 2012 07:31

Hi Filip!
thanks about your files you had sent me
I used your file (mikroc pro for pic vesion 5.61) to intall into my laptop but not license key, and follow here :
<<
......
0 123 Compiled Successfully example_resources.c
0 127 All files Compiled in 1202 ms

0 434 Demo Limit Demo Limit
0 102 Finished (with errors): 24 Jun 2012, 15:18:58 example.mcppi

>>

And license key allready in software, follow here:
<<
......

117 1508 Implicit conversion of int to ptr example_driver.c
118 1508 Implicit conversion of int to ptr example_driver.c
170 1158 Variable 'save_bled' has been declared, but not used example_driver.c
170 1158 Variable 'save_bled_direction' has been declared, but not used example_driver.c

214 122 Compiled Successfully example_driver.c
0 121 Compilation Started example_resources.c
0 122 Compiled Successfully example_resources.c

0 102 Finished (with errors): 24 Jun 2012, 15:27:24 example.mcppi

>>

The " LICENSE KEY" I had bought someone with the price 120$ , so i don't know is it the license key ok ?
Have you got any advices?
Thank so much Filip!
PS: Every examples in Mikroc for pic , I had compied ok and not demo limit but had errors when using the Visual GLCD compile to mikroc pro for pic.

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: Problem Mikroc pro and Visual GLCD

#8 Post by filip » 25 Jun 2012 10:09

Hi,

If I understand you correctly, you have now two compilers installed, one with the license key and one without ?
If they are both installed on the same computer/partition, you should install the key again or copy the mikroC_Pro_PIC.key file from the compiler which has license installed
to the one which doesn't have the license and try to compile this code.

Regards,
Filip.

quoctuantu
Posts: 39
Joined: 06 May 2012 04:30

Re: Problem Mikroc pro and Visual GLCD

#9 Post by quoctuantu » 25 Jun 2012 15:59

i did follow your show, but nothing to change, the errors still being present when compied. I going to give up all, but.....
by the way, i want to ask you, how much are new software and license key ?
i want to reintall with the new software and license.
pls answer soon to me , my email quoctuantu@yahoo.com

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: Problem Mikroc pro and Visual GLCD

#10 Post by filip » 26 Jun 2012 12:41

Hi,

Please check you e-mail account.

Regards,
Filip.

tuna1989
Posts: 1
Joined: 30 Apr 2012 15:36

Re: Problem Mikroc pro and Visual GLCD

#11 Post by tuna1989 » 26 Jun 2012 14:55

quoctuantu wrote:Hi Filip!
thanks about your files you had sent me
I used your file (mikroc pro for pic vesion 5.61) to intall into my laptop but not license key, and follow here :
<<
......
0 123 Compiled Successfully example_resources.c
0 127 All files Compiled in 1202 ms

0 434 Demo Limit Demo Limit
0 102 Finished (with errors): 24 Jun 2012, 15:18:58 example.mcppi

>>

And license key allready in software, follow here:
<<
......
my friend, you became wrong so that you never copy paste anywhere.dont use ansel and so forth
117 1508 Implicit conversion of int to ptr example_driver.c
118 1508 Implicit conversion of int to ptr example_driver.c
170 1158 Variable 'save_bled' has been declared, but not used example_driver.c
170 1158 Variable 'save_bled_direction' has been declared, but not used example_driver.c

214 122 Compiled Successfully example_driver.c
0 121 Compilation Started example_resources.c
0 122 Compiled Successfully example_resources.c

0 102 Finished (with errors): 24 Jun 2012, 15:27:24 example.mcppi

>>

The " LICENSE KEY" I had bought someone with the price 120$ , so i don't know is it the license key ok ?
Have you got any advices?
Thank so much Filip!
PS: Every examples in Mikroc for pic , I had compied ok and not demo limit but had errors when using the Visual GLCD compile to mikroc pro for pic.

Post Reply

Return to “Visual GLCD General”