Thread: M$ Visual Basic/C++/C# to C++

  1. #1
    Registered User
    Join Date
    Jun 2010
    Posts
    2

    M$ Visual Basic/C++/C# to C++

    I'm new to C++ programming.
    I'm learning it to port a very interresting project to Linux and Mac OS X, which is available for Windows only.
    But the problem is: It's scripted in M$ Visual Studio.
    I've heared about Mono, but it didn't work for me, and I want to make it natively work in Linux and OS X.
    This is the project.
    I tried to skip these VS/VB related files, compile it in g++ and gcc, but without success.
    So, could someone check out the source code of that project, and help me out with it?

    Thanks in advance.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Seems like a non-trivial on-going thing.
    Moved to projects.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    But the problem is: It's scripted in M$ Visual Studio.
    Eh? You mean programmed using MSVS compiler? Big difference between script and code.

    I'm new to C++ programming.
    Then take my advice and don't do this project. It is not something to tackle for someone who is learning. Many people could help you here but they would only confuse you since you are learning.

  4. #4
    Registered User
    Join Date
    Jun 2010
    Posts
    2
    >>Bubba
    I only need to know which code I have to modify, in order to make it to work in g++ or gcc.
    And yes, I mean MSVS compiler.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. LDAP Query
    By Travoiz in forum C++ Programming
    Replies: 0
    Last Post: 08-13-2009, 02:58 PM
  2. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  3. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  4. load gif into program
    By willc0de4food in forum Windows Programming
    Replies: 14
    Last Post: 01-11-2006, 10:43 AM
  5. Learning OpenGL
    By HQSneaker in forum C++ Programming
    Replies: 7
    Last Post: 08-06-2004, 08:57 AM