|
Hi Richard,
long time no see.
Doing well?
I miss Wisconsin, visited few months ago and iceskated on lake!
Prediction is "three digits temperature" in Huston. AGAIN
To quote
" are you talking to me ? "
I think the reply was to somebody who's message was deleted.
|
|
|
|
|
Vaclav_ wrote: three digits temperature Been close to that here in the UK recently.
Vaclav_ wrote: I think the reply was to somebody who's message was deleted. lol.
|
|
|
|
|
I did not see the "edit" tags at first - so I think the poster was talking to himself.
Either way - still no real replies to my post.
|
|
|
|
|
You do understand that the chances of someone who knows some obscure framework seeing your message is not very high? The majority of people who answer questions here are C/C++/C# Windows or Web developers.
|
|
|
|
|
Yes,
I realized that TCF is as obscure as assembly language to many.
The "problem" is that the authors must not had an incentive to provide much "help" to implement it. It works fine , but it is a pain to fix when it goes sideways.
I have a knack to pick wrong technology....
|
|
|
|
|
Vaclav_ wrote: still no real replies to my post. Other side of the planet!
Never underestimate the power of human stupidity
RAH
|
|
|
|
|
chuckle - you seem to think I was calling you a dummy, that was aimed at myself for not reading the title of the OP. Actually searching for TCF was useless that is why I asked.
Never underestimate the power of human stupidity
RAH
|
|
|
|
|
No problem, no harm done.
Cheers
|
|
|
|
|
Ah
are you talking to yourself ??
|
|
|
|
|
There is a mailing-list on their site. Most activity will be there, from both users and developers.
Bastard Programmer from Hell
If you can't read my code, try converting it here[^]
"If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
|
|
|
|
|
If anyone else comes along and is curious then following seems to describe what is being asked about.
TCF - Eclipsepedia[^]
I suspect it is probably going to be no more useful than SNMP was. You can write to the interface but still must do a deep dive every time to get something useful, and little chance that it will provide everything that one might want (not generically.)
|
|
|
|
|
Actually I "discovered' TCF after realizing that Raspberry is not the best to develop C++ code on. It took some time to get it all working , but it does what
I want it to do.
Now I am looking for some "fine tunning" and could use somebody to bounce ideas off.
I hesitate to use brand names - but if you look at the Eclipse TCF forum - all you see is my posts and very few replies.
Cheers
Vaclav
|
|
|
|
|
Vaclav_ wrote: look at the Eclipse TCF forum - all you see is my posts and very few replies That should tell you something.
|
|
|
|
|
Yes, history repeats itself - picked wrong video tape format - AGAIN!
Cheers
|
|
|
|
|
Hellow everyone!
We plan to write our own EPP solution in our company, now we choose which language / technology to use. Architecture is a client-server application. OS - Windows, DBMS - MSSQL. We make the application primarily for ourselves, but in the future, perhaps, we will sell and implement our solution to other customers, so perhaps we will make the application for Linux. Now we choose between C ++ (Qt) and Java (jni) (both for client and server applications). Development in C ++ seems to us more time-consuming, but the result is more productive and flexible, the development on java is seen as easier and faster. And what do you think, what technology is better to use? Can you have a howling option?
|
|
|
|
|
B0mber wrote: We plan to write our own EPP solution
Almost always cheaper and faster to find an existing application.
B0mber wrote: now we choose which language / technology to use.
No that isn't how it works. FIRST you decide what the system will do. You define the principle business features and prioritize those.
You only need to 'choose' technologies to meet those needs. Most of the time, if you have enough business experience, the technologies you already know will be sufficient.
B0mber wrote: Development in C ++ seems to us more time-consuming, but the result is more productive and flexible,
Architecture and design makes systems flexible not technologies. And correctly doing architecture/design requires experience in doing that and also an understanding of what the business needs. And for a future product understanding the industry, not just the company, is required.
B0mber wrote: Can you have a howling option?
In general without knowing specific business needs a C#/MSSQL or Java/MySQL will work as base if you are familiar with one of them. There is cloud based support for both.
|
|
|
|
|
What type of business? Or is this a "one size fits all"? Like SAP? Baan? Peoplesoft? Oracle Forms?
"(I) am amazed to see myself here rather than there ... now rather than then".
― Blaise Pascal
|
|
|
|
|
B0mber wrote: Architecture is a client-server application. From what I read, you are after a web-application.
ASP.NET is available on both Windows and Linux.
As for QT, I'd prefer WinForms, also available on both platforms; unless you can explain why you need a rich client, you'd be developing a UI for a webbrowser.
Bastard Programmer from Hell
If you can't read my code, try converting it here[^]
"If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
|
|
|
|
|
I'd like to watch some movies about computers, because I want to gain more knowledge about computers.
|
|
|
|
|
1) I don't think this is the correct forum for this question.
2) What you usually see in the movies is mostly not related with what the world of computers really is. I.e. tapping the keyboard for a second and getting pictures zoomed and the pixels cleaned up
3) If you want to learn knowledge about computers, you should learn about computers. Movies won't give you the knowledge about them
M.D.V.
If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.
|
|
|
|
|
Ok, I will learn computer knowledge seriously, not just rely on watching movies. Thank you very much 
|
|
|
|
|
Thanks very much 
|
|
|
|
|
Movies are a form of entertainment and not meant to educate. If you seek knowledge, find yourself a book on the topic and lock yourself in your room.
If you are new to Computer Science, I'd recommend "Introduction to Computer Science: A Textbook for Beginners in Informatics".
Bastard Programmer from Hell
If you can't read my code, try converting it here[^]
"If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
|
|
|
|
|
Thank you very much for your guidance.I will seriously study "Introduction to Computer Science". 
|
|
|
|
|
You're welcome
Bastard Programmer from Hell
If you can't read my code, try converting it here[^]
"If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
|
|
|
|