xboxscene.org forums

Pages: 1 [2]

Author Topic: How to compile OpenXDK's with M$ Visual C++  (Read 76 times)

dankydoo

  • Archived User
  • Full Member
  • *
  • Posts: 145
How to compile OpenXDK's with M$ Visual C++
« Reply #15 on: February 05, 2005, 03:24:00 PM »

QUOTE(fghjj @ Feb 5 2005, 06:34 PM)
No I think he isn't but if he was I'm sure no one would stop him from pointing this worthless "advice" to the garbage bin. Really, there's nothing wrong with helping people but you've been posting crap here in the "Development" forum ever since your first post...
Logged

KyrinRPG

  • Archived User
  • Newbie
  • *
  • Posts: 20
How to compile OpenXDK's with M$ Visual C++
« Reply #16 on: July 09, 2005, 02:50:00 PM »

well then how do i install it with visual studio .net 2003 professional?
Logged

kennelbound

  • Archived User
  • Newbie
  • *
  • Posts: 39
How to compile OpenXDK's with M$ Visual C++
« Reply #17 on: July 10, 2005, 08:24:00 PM »

Does anybody know how to get .NET versions of VS to use an alternate compiler executable?

If you do, I could modify my devcpp tutorial to make it work for VS.

I would be more than willing to create a tutorial if people are interested, once I figure out how to redirect the compiler.
Logged

bob1122

  • Archived User
  • Jr. Member
  • *
  • Posts: 55
How to compile OpenXDK's with M$ Visual C++
« Reply #18 on: July 10, 2005, 11:41:00 PM »

QUOTE(edwardaux @ Jul 11 2005, 05:46 AM)
> Does anybody know how to get .NET versions of VS to use
Logged

Carcharius

  • Archived User
  • Sr. Member
  • *
  • Posts: 304
How to compile OpenXDK's with M$ Visual C++
« Reply #19 on: July 11, 2005, 12:34:00 AM »

The easiest way to build an openxdk app with vs (any version) is to create a makefile project.

I've done things this way on occasion and it's worked ok for me.

You'll need to add your paths (executables, includes etc) to the vs options.
Logged

AtomSoft

  • Archived User
  • Newbie
  • *
  • Posts: 29
How to compile OpenXDK's with M$ Visual C++
« Reply #20 on: October 16, 2005, 11:01:00 PM »

CODE

--------------------Configuration: main - Win32 Debug--------------------
Linking...
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/main.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

main.exe - 2 error(s), 0 warning(s)


now i know its the linker but what exactly do i put in there. if i can get this to work i will make a video on how to set it up for all.
Logged

AtomSoft

  • Archived User
  • Newbie
  • *
  • Posts: 29
How to compile OpenXDK's with M$ Visual C++
« Reply #21 on: October 25, 2005, 10:55:00 AM »

can someone tell me what to put for like linker options and stuff. I added the directories but no luck same linker error so a pic of someones options would be great ( like there settings LInker and all)
Logged

d0wnlab

  • Archived User
  • Sr. Member
  • *
  • Posts: 326
How to compile OpenXDK's with M$ Visual C++
« Reply #22 on: October 25, 2005, 12:21:00 PM »

You'll have a much easier time using dev-c++.  There are two tutorials to set up your environment using this instead.

Cheers,
Tom
Logged

AtomSoft

  • Archived User
  • Newbie
  • *
  • Posts: 29
How to compile OpenXDK's with M$ Visual C++
« Reply #23 on: October 27, 2005, 09:21:00 PM »

QUOTE(d0wnlab @ Oct 25 2005, 08:32 PM)
You'll have a much easier time using dev-c++.  There are two tutorials to set up your environment using this instead.
Logged
Pages: 1 [2]