Hey guys. Sorry to bother any and all game maker users and i know this is not yoyo forums, But if anyone here knows about this error i keep getting when i try and run the SCV3 source code please help!!!!:
ERROR in
action number 1
of Other Event: Game Start
for object MrD:
Error defining an external function.
or
ERROR in
action number 2
of Create Event
for object sxms:
Error defining an external function.
Here is primarily where the code points to in Mr.D's gamestart:
//////////////////////
//GMFModSimple - Initialization
LoadFMOD();
FMODinit(1);
alarm[0] = 2
//////////////////////
/////////////////////////////////////////////////////////////////////
//Create the SXMS engine and have internal error checking enabled
//Make sure you have a "dummy" object called sxms before calling this
sxms_create(working_directory+"\SXMS-3.dll",1);
//Initialize the sxwamp functions
sxwamp_init();
sxwamp_output_load("sxwamp plugins/out_ds.dll")
sxwamp_input_load("sxwamp plugins/in_vio2sf.dll")
////////////////////////////////////////////////////////////////////
The create event for obj_smxs is just a dummy(there's really no code) Just have an event code:
//This is a dummy object required for the SXMS-3.dll to function
I really am rather stuck at this point in the engine unless i figure out what the issue is. I
tried at one point using the snidr's w3d fake 3d scripts and objects but i took out all the
scripts and objects i though coudl be causing the problem. Also i asked Hello 5 and he said i coudl try using his autoscroller code, but i may pull that too to see if it causes a conflict. I
am pretty sure the scv3 music .ini has everything in it it needs to run. I dont' think i
accidently deleted any code their or anywhere else. I'm just rather confused.I thought it could be a list of things:
1. corrupt gmk file( i did have a virus but restore my pc and everything ran fine for couple
months later then i added those 3d scripts and the error started happening)
2. corrupt dll's. I literally downloaded all the swamp plugins and .dlls in the folder that were
in the old demo. They appear to all be exactly the same. But this didn't work!
3. excessive code conflicting with the plugins loading. If it is i have no clue what the hell would be causing it
4. I did a bit of research and though the old scv3 build 2a works perfectly fine. I read somewhere that the smxs method is a bit outdated and is for game maker 6 and 7. there is a newer version oberck didn't use called smxs3.dll but i don't know if that work and i can't find a download online for it anywhere.
5. Take out unused things i'm not useing at the moment but had planned to use like large numbered sprite animations(like lava that has 154 sprites)
6. Maybe at this point run some stuff externally like backgrounds or sprites?

I dont see why at this point the source is only 34mb.
7. I'm cursed, or maybe worse i have dracula's curse.lol!
Also to anyone reading this i have tried on multiple post including a post i made of my own on yoyo forums. Absolutely no one has responded back to me and that was well over a month ago. Myself and one other FGF member are testing it out to see what the problem is but we are both a bit baffeled and have attempted numberous things. If anyone has dealth with this error(and i think it is a bit common at least from what i'm reading) please let me know. It's ironic how alot of people on yoyo forums have this problem yet when i read for a solution i have yet to find someone who has absolutely traced the source of the problem. They shut off windows media player or another program and it works but randomly just like it happens to this project. I use vista as well,but i'm not convinced it is the problem as a number of programs have issues on xp and 7 aswell. To be honest i'm a bit blind sided by this. Sorry for the long post,but if anyone can help i'd greatly appreciate any possible info that may help me detect soemthing i'd missed. Keep in mind too that i am a begginer level coder and dont know too much. Thanks if anyone can help me fix this problem!