Current location: Hot Scripts Forums » Programming Languages » C/C++ » language classes for VC++6.0


language classes for VC++6.0

Reply
  #1 (permalink)  
Old 08-12-03, 04:39 AM
adruta adruta is offline
New Member
 
Join Date: Aug 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
language classes for VC++6.0

Dear friends,

I’m beginner in Visual C++ 6.0 and I’m looking for advice and help.
I have English application which must be translated in other language like Rumanian, and Russian.
Can anybody advise from where I can get language classes for VC++6.0?

Thanks in advice,
Andrei Druta
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 09-07-03, 07:44 PM
clay@lazarusid.com clay@lazarusid.com is offline
Newbie Coder
 
Join Date: Aug 2003
Location: Flint, Michigan
Posts: 46
Thanks: 0
Thanked 0 Times in 0 Posts
adruta,

You might want to look at storing your strings in a resource file. Then you just make a different resource file for each language, and link to the desired resource file for each different language version.

For a slightly more advanced trick, you could use late binding to pick the language at runtime and load it from the resource file.

Another popular alternative from the UNIX world is to keep the strings in a text file, with a different file for each language. It simulates the late biding trick, with possibly a little less program complexity.
__________________
<a href="http://www.lazarusid.com/">www.lazarusid.com</a>

Custom script development
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 09-08-03, 04:46 AM
adruta adruta is offline
New Member
 
Join Date: Aug 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Dear Clay,

Thank you very much for your reply for my question. I have solved my problem translating resources file. The problem was special characters which is part of Latin 2 character table.

Your second solution is really advanced for me. I must learn a little bit more about this possibility. I have heard about other possibility using dll.

The 3rd possibility is not secure, because everybody can change the text inside of the program and I don’t want this.

Thank you again for your advice.

Andrei Druta

PS. I have saw that your web site (www.lazarusid.com) have small JavaScript error on line 53 ( in IE 6.0.

My advice is to add in this row a (\) before (‘)

Before:
<a href="/resume.html" onMouseOver="window.status='Clay’s Resume';return true;"

After:
<a href="/resume.html" onMouseOver="window.status='Clay\’s Resume';return true;"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #4 (permalink)  
Old 06-05-04, 09:39 AM
Extus Extus is offline
Newbie Coder
 
Join Date: May 2004
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Question Im new too!

Hi everybody, im also new in Visual C++ 6.0 and i wonder if someone have examples projects or know where to to find.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
What ASP.NET supported language do you use? Shane ASP.NET 17 02-15-05 10:22 AM
Classes: Yay or Nay voodoo9055 PHP 2 09-09-03 07:09 PM
multi language help toemik PHP 1 08-10-03 04:15 PM


All times are GMT -5. The time now is 12:54 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.