AI Assistant
Notifications
Clear all

European Surveyors - Software evaluation request

5 Posts
3 Users
0 Reactions
811 Views
BGraham
(@bgraham)
Posts: 67
Member
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
 

In response to several requests I have produced a Gradian version of FreeCOGO.
FreeCOGO Europa is a free co-ordinate geometry program for the graphical solution of surveying computations targeting student surveyors and civil engineers.
I would be pleased if you would try the program and provide feedback with suggestions.

FreeCOGO Europa download
(Approx. 3Mb zip file)

Read the enclosed ReadMeFirst file before extracting.
Thanks to Marco Giada for his assistance.

For a description of the program search this category for FreeCOGO (the DMS version).

Barry Graham
Melbourne, Australia


 
Posted : June 6, 2012 8:11 pm
christ-lambrecht
(@christ-lambrecht)
Posts: 1409
Member
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
 

Hi Barry,

I'll have a look at it,

thanks for sharing!

Chr.


 
Posted : June 7, 2012 12:33 pm
Eyott_Surveyor_Fred_MD
(@eyott_surveyor_fred_md)
Posts: 55
Member
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
 

FYI

it does run on Linux using wine
Linux is case sensitive and has a hard time finding the .tkn file
I changed the extension to UPPER CASE (.TKN)

and created a bash script to start the program

****bash*****
#!/bin/sh
wine FreeCOGO_Europa.exe FreeCOGO_Europa.TKN

I will test it more later.

and thanks ( Nice Job )

Dave K.


 
Posted : June 7, 2012 4:55 pm
BGraham
(@bgraham)
Posts: 67
Member
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
 

Thanks for the tip Dave.
I'm not familiar with Linux.
Does this mean that all files used or input/output in FreeCOGO_Europa need to have Upper Case extensions?
(ie. .txt .dat .bak .dxf .hmtl .dll .csv files)
or does this only apply to the program token file on startup?

Regards

Barry Graham


 
Posted : June 8, 2012 3:31 am
Eyott_Surveyor_Fred_MD
(@eyott_surveyor_fred_md)
Posts: 55
Member
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
 

it appears to only need it to start up.
I have written other programs with justbasic / libertybasic
in the past and changing the extension always seem to work.

There is an open source Linux GLBCC on source forge.
that should compile the source code for native Linux. I have never used it because wine
would handle the small programs that I made.

Dave K.


 
Posted : June 8, 2012 12:04 pm