Topic: Scripting SFC3 missions  (Read 6354 times)

0 Members and 1 Guest are viewing this topic.

Offline Gulli

  • Lt. Junior Grade
  • *
  • Posts: 22
Scripting SFC3 missions
« on: April 12, 2010, 01:53:07 pm »
I found a Scripting API for SFC3: http://starfleetcommand3.filefront.com/file/SFC3_Scripting_API_Repacked;45807 and wanted to create/modify some missions with it. I know a little C, but the problem is the readme only tells me how to make this thing work with visual studio 6.0, I have 2008 but many of the folders and menu's that are referred to in the readme don't exist on my installation (visual studio 2008 on windows 7 x64), could someone help me make it work with 2008 (or Dev-C++)?

Offline Gulli

  • Lt. Junior Grade
  • *
  • Posts: 22
Re: Scripting SFC3 missions
« Reply #1 on: April 12, 2010, 05:53:31 pm »
I "found" a copy of Visual Studio 6.0 (under Windows 7) and I installed and configured all the components just like the readme told me to, but when I try to open a script I get this error: Problem signature:
  Problem Event Name:   APPCRASH
  Application Name:   MSDEV.EXE
  Application Version:   6.0.8168.0
  Application Timestamp:   35889584
  Fault Module Name:   devdbg.pkg
  Fault Module Version:   6.0.8168.0
  Fault Module Timestamp:   3588a3ab
  Exception Code:   c0000005
  Exception Offset:   0001c2d0
  OS Version:   6.1.7600.2.0.0.256.48
  Locale ID:   1033
  Additional Information 1:   0a9e
  Additional Information 2:   0a9e372d3b4ad19135b953a78882e789
  Additional Information 3:   0a9e
  Additional Information 4:   0a9e372d3b4ad19135b953a78882e789

Offline Gulli

  • Lt. Junior Grade
  • *
  • Posts: 22
Re: Scripting SFC3 missions
« Reply #2 on: April 12, 2010, 06:45:23 pm »
Got it working under Windows XP now.