Complir do not compile my project

5 replies [Last post]
Offline
Last seen: 25 weeks 1 day ago
Joined: 07/21/2011
Posts:

I just imported my project amuera, but it just does not compile

i tried everything, changed project settings to net 3.5

it claims that i am missing }-character from the line but it is not true.

have anyone else noticed the same problem?

best regards
ilkka

Offline
Last seen: 25 weeks 1 day ago
Joined: 07/21/2011
Posts:
Additional info

Complir says that System.Object is not imported or something.

this is very confusing! what should I do?

I changed project setting from Net 2.0 --> Net 3.5, before it complained about extension functions.

Offline
Last seen: 25 weeks 1 day ago
Joined: 07/21/2011
Posts:
Solved

I added references, core libraries was missing.

I compiled with net 3.5, it went fine,,,, except that It does not handle sqlite library well --> when i uploaded sqlite3.dll, it said it cannot read the file or something.

tim.speed's picture
Offline
Last seen: 17 hours 14 min ago
Joined: 02/24/2010
Posts:
When you change your platform

When you change your platform it clears all selected references, because they differ between them, but I wonder why sqllite wouldn't upload... how big is the file?

-----------------
Tim Speed
Compilr Developer and CTO

Offline
Last seen: 25 weeks 1 day ago
Joined: 07/21/2011
Posts:
size..

The size of the DLL was 562 KiBytes

I got another size problem for you:
if my class size exceeds about 1640 rows, it gives me very strange errors:
something about missing brackets. This is erroneous behaviour of the compiler.
if I just delete some functions or case blocks (which I have done), it compiles fine.
Maybe the web-site upload does not work properly or something?
(Also, I am pretty sure that couple of times the system deleted some of the text of the end of the .cs file, but this hasnt occurred anymore)

thanks for your reply!

tim.speed's picture
Offline
Last seen: 17 hours 14 min ago
Joined: 02/24/2010
Posts:
Hmm, I haven't experienced

Hmm, I haven't experienced this personally, but it is possible, I am currently changing how file data is stored, this may resolve the issue.
If not, it might be an error in the editor, I'll look in to it :)

-----------------
Tim Speed
Compilr Developer and CTO