Mod Archive Forums Mod Archive Forums
Advanced search  

News:

Please note: Your main modarchive.org account will not work here, you must create a forum account to post on the forums.

Pages: 1 [2]   Go Down

Author Topic: compiling errors  (Read 14086 times)

0 Members and 1 Guest are viewing this topic.

Zaxxon

  • New User
  • Offline Offline
  • Posts: 10
    • View Profile
Re: compiling errors
« Reply #10 on: February 04, 2009, 04:17:24 »

Logged

pailes

  • Milkytracker Moderator
  • Rising Star
  • *
  • Offline Offline
  • Posts: 287
    • View Profile
Re: compiling errors
« Reply #11 on: February 04, 2009, 08:58:26 »

There must be something wrong with your includes or the directory structure of your workspace. The compiler is obviously missing header files right at the very beginning.
Are you new to c/c++? It should be fairly easy to resolve these issues.

This compiles straight away with vs 2005:
http://peter.nxbone.net/milkytracker-0.90.zip

Unpack, load solution file, press compile...
Logged

Zaxxon

  • New User
  • Offline Offline
  • Posts: 10
    • View Profile
Re: compiling errors
« Reply #12 on: February 04, 2009, 17:46:22 »

There must be something wrong with your includes or the directory structure of your workspace. The compiler is obviously missing header files right at the very beginning.
Are you new to c/c++? It should be fairly easy to resolve these issues.

This compiles straight away with vs 2005:
http://peter.nxbone.net/milkytracker-0.90.zip

Unpack, load solution file, press compile...


not particularly new, but I'm self taught and tend to work entirely within embedded microcontroller type projects so we rarely deal with projects this big. Plus I don't use visual studio too much. But thanks for all the help!
Logged

pailes

  • Milkytracker Moderator
  • Rising Star
  • *
  • Offline Offline
  • Posts: 287
    • View Profile
Re: compiling errors
« Reply #13 on: February 04, 2009, 20:49:47 »

So did you try with the link I provided? Does it work now?
Logged

Zaxxon

  • New User
  • Offline Offline
  • Posts: 10
    • View Profile
Re: compiling errors
« Reply #14 on: February 05, 2009, 00:39:10 »

I gotta get home from work first.
Logged

Zaxxon

  • New User
  • Offline Offline
  • Posts: 10
    • View Profile
Re: compiling errors
« Reply #15 on: February 05, 2009, 06:18:14 »

So did you try with the link I provided? Does it work now?

nope. It failed at first looking for afxres.h. I pointed it to the platform SDK and got this.


http://themysterioush.net/imhoste/newErrorlog.txt
Logged

Zaxxon

  • New User
  • Offline Offline
  • Posts: 10
    • View Profile
Re: compiling errors
« Reply #16 on: February 05, 2009, 07:31:41 »

ok this is some VisualC++ express edition shit, because I just took this to another machine and compiled it straight out of the box with no problems. I guess I got to dig up my old MSDN box and find my copy of devstudio 2005.
Logged
Pages: 1 [2]   Go Up